Searched defs:version (Results 201 - 223 of 223) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dedid.h45 /* EDID version */
118 /* extract information from version section */
182 case RATIO1_1: y = ((v->version > 1 || v->revision > 2) \
402 int version; member in struct:edid_version
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-rhine.c21 static const char *version = "rhine.c v1.0.2 2004-10-29\n"; variable
1002 static int did_version = 0; /* Already printed version info. */
1011 printf ("%s",version);
/vbox/src/VBox/Storage/
H A DVMDK.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
118 uint32_t version; member in struct:SparseExtentHeader
167 uint32_t version; member in struct:COWDisk_Header
296 /** VMDK version of this extent. 1=1.0/1.1 */
1970 rc = vmdkDescInitStr(pImage, pDescriptor, "version=1");
2036 /* Check version, must be 1. */
2038 rc = vmdkDescBaseGetU32(&pImage->Descriptor, "version", &uVersion);
2040 return vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: error finding key 'version' in descriptor in '%s'"), pImage->pszFilename);
2042 return vdIfError(pImage->pIfError, VERR_VD_VMDK_UNSUPPORTED_VERSION, RT_SRC_POS, N_("VMDK: unsupported format version in descriptor in '%s'"), pImage->pszFilename);
2493 if (RT_LE2H_U32(pHeader->version) !
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c12 * version 2.1 of the License, or (at your option) any later version.
27 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
29 * that LGPLv2 or any later version may be used, or where a choice of which version
87 unsigned int version; member in struct:constant_entry
469 const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version)
476 if (heap->entries[heap_idx].version <= version) return;
491 if (left_idx < heap->size && heap->entries[left_idx].version > versio
468 walk_constant_heap(const struct wined3d_gl_info *gl_info, const float *constants, const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) argument
557 walk_constant_heap_clamped(const struct wined3d_gl_info *gl_info, const float *constants, const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, DWORD version) argument
615 shader_glsl_load_constantsF(const struct wined3d_shader *shader, const struct wined3d_gl_info *gl_info, const float *constants, const GLint *constant_locations, const struct constant_heap *heap, unsigned char *stack, UINT version) argument
997 const struct wined3d_shader_version *version = &reg_maps->shader_version; local
1443 const struct wined3d_shader_version *version = &reg_maps->shader_version; local
2279 const struct wined3d_shader_version *version = &ins->ctx->reg_maps->shader_version; local
[all...]
/vbox/include/VBox/
H A DVMMDev.h12 * Foundation, in version 2 as it comes in the "COPYING" file of the
67 * Used mainly by VMMDevReq_AcknowledgeEvents/VMMDevEvents and version 1.3 of
103 /** @name Current version of the VMMDev interface.
107 * Additions version is reported to host (VMMDev) by VMMDevReq_ReportGuestInfo.
139 VMMDevReq_RegisterPatchMemory = 22, /* since version 3.0.6 */
140 VMMDevReq_DeregisterPatchMemory = 23, /* since version 3.0.6 */
145 VMMDevReq_ReportGuestInfo2 = 58, /* since version 3.2.0 */
146 VMMDevReq_ReportGuestStatus = 59, /* since version 3.2.8 */
147 VMMDevReq_ReportGuestUserState = 74, /* since version 4.3 */
179 VMMDevReq_VideoModeSupported2 = 57, /* since version 3.
253 uint32_t version; member in struct:__anon140
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxws-tools.jar ... com.sun.xml.ws.util.Version VERSION private void " href="/source/s?defs= ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshlobj.h7 * version 2.1 of the License, or (at your option) any later version.
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
24 * that LGPLv2 or any later version may be used, or where a choice of which version
1059 UINT version; member in struct:__anon13795
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
1559 uint32_t version = 0; local
1560 vrc = SSMR3Seek(ssm, sSSMConsoleUnit, 0 /* iInstance */, &version);
1561 if (SSM_VERSION_MAJOR(version) == SSM_VERSION_MAJOR(sSSMConsoleVer))
1564 vrc = i_loadStateFileExecInternal(ssm, version);
1643 * @param uVersion Console unit version.
1671 * @param u32Version Console unit version.
6642 * Guest Additions interface, *not* the Guest Additions version!
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h11 * version 2.1 of the License, or (at your option) any later version.
26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
28 * that LGPLv2 or any later version may be used, or where a choice of which version
1847 DWORD version; member in struct:_PDB_TYPES_OLD
1857 DWORD version; member in struct:_PDB_TYPES
1958 DWORD version; member in struct:_PDB_SYMBOLS
H A Dserver_protocol.h770 int version; member in struct:init_thread_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshlobj.h7 * version 2.1 of the License, or (at your option) any later version.
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
24 * that LGPLv2 or any later version may be used, or where a choice of which version
1030 UINT version; member in struct:__anon1160
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h11 * version 2.1 of the License, or (at your option) any later version.
26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
28 * that LGPLv2 or any later version may be used, or where a choice of which version
1771 DWORD version; member in struct:_PDB_TYPES_OLD
1781 DWORD version; member in struct:_PDB_TYPES
1882 DWORD version; member in struct:_PDB_SYMBOLS
H A Dserver_protocol.h11 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
13 * that LGPLv2 or any later version may be used, or where a choice of which version
683 int version; member in struct:init_thread_reply
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h42 /// The version info breakdown
410 #define TPM_PS_PC_11 ((TPM_PLATFORM_SPECIFIC) 0x0001) ///< PC Specific version 1.1
411 #define TPM_PS_PC_12 ((TPM_PLATFORM_SPECIFIC) 0x0002) ///< PC Specific version 1.2
412 #define TPM_PS_PDA_12 ((TPM_PLATFORM_SPECIFIC) 0x0003) ///< PDA Specific version 1.2
413 #define TPM_PS_Server_12 ((TPM_PLATFORM_SPECIFIC) 0x0004) ///< Server Specific version 1.2
414 #define TPM_PS_Mobile_12 ((TPM_PLATFORM_SPECIFIC) 0x0005) ///< Mobil Specific version 1.2
506 /// A ciphertext (encrypted) version of AuthData data. The encryption mechanism depends on the context
1128 TPM_STRUCT_VER version; member in struct:tdTPM_CERTIFY_INFO
1164 TPM_STRUCT_VER version; member in struct:tdTPM_QUOTE_INFO
1993 TPM_VERSION version; member in struct:tdTPM_CAP_VERSION_INFO
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25408_PRM.h2293 pseudo_bit_t fw_rev_subminor[0x00010];/* Firmware Sub-minor version (Patch level). */
2367 pseudo_bit_t version[0x00008]; member in struct:hermonprm_init_hca_st
2766 pseudo_bit_t pciex_cap[0x00010]; /* [3:0] Capability version - 1h
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c940 int version; local
942 if (!PyArg_ParseTuple(args, (char *)"i:xmlCheckVersion", &version))
945 xmlCheckVersion(version);
3582 int version; local
3584 if (!PyArg_ParseTuple(args, (char *)"i:xmlSAXDefaultVersion", &version))
3587 c_retval = xmlSAXDefaultVersion(version);
14318 xmlChar * version; local
14320 if (!PyArg_ParseTuple(args, (char *)"z:xmlNewDoc", &version))
14323 c_retval = xmlNewDoc(version);
/vbox/src/libs/libxml2-2.6.31/
H A Dtestapi.c5202 int version; /* the version, 1 or 2 */ local
5207 version = gen_int(n_version, 0);
5209 ret_val = xmlSAXDefaultVersion(version);
5212 des_int(n_version, version, 0);
5238 int version; /* the version, 1 or 2 */ local
5245 version = gen_int(n_version, 1);
5247 ret_val = xmlSAXVersion(hdlr, version);
5251 des_int(n_version, version,
20774 xmlChar * version; /* xmlChar string giving the version of XML "1.0" */ local
43561 char * version; /* the xml version ("1.0") or NULL for default ("1.0") */ local
[all...]

Completed in 475 milliseconds

123456789