/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | string.c | 414 static int crStrParseGlSubver(const char * ver, const char ** pNext, bool bSpacePrefixAllowed) argument 416 const char * initVer = ver; 419 for(;;++ver) 421 if(*ver >= '0' && *ver <= '9') 425 if(*ver == '0') 432 val += *ver - '0'; 434 else if(*ver == '.') 436 *pNext = ver+1; 439 else if(*ver 469 crStrParseGlVersion(const char * ver) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxGLSupportInfo.cpp | 164 static int vboxVHWAGlParseSubver(const GLubyte * ver, const GLubyte ** pNext, bool bSpacePrefixAllowed) argument 168 for(;;++ver) 170 if(*ver >= '0' && *ver <= '9') 174 if(*ver == '0') 181 val += *ver - '0'; 183 else if(*ver == '.') 185 *pNext = ver+1; 188 else if(*ver == '\0') 193 else if(*ver 219 parseVersion(const GLubyte * ver) argument [all...] |
/vbox/src/VBox/HostDrivers/win/ |
H A D | loadall.sh | 70 VER=`cmd.exe /c ver`
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_iso9660.h | 172 fsw_u8 ver; member in struct:fsw_rock_ridge_susp_entry
|
/vbox/src/VBox/Installer/linux/rpm/ |
H A D | rules | 107 ver := $(VBOX_VERSION_STRING) macro 108 rpmver :=$(ver)$(if $(NOSUBVER),,$(if $(svn_revision),_$(svn_revision),)$(VERSUFFIX)$(if $(HEADLESS),_headless,)$(if $(DEBUG),_dbg,))$(if $(BLEEDING_EDGE),_$(BLEEDING_EDGE),) 109 archdir := $(current)/rpm/VirtualBox-$(ver) 205 -e 's|%VER%|$(ver)|g' \ 234 mv rpm/VirtualBox-$(ver) rpm/$(rpmname)
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_string.h | 63 DECLEXPORT(int) crStrParseGlVersion(const char * ver);
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga_reg.h | 77 #define SVGA_MAKE_ID(ver) (SVGA_MAGIC << 8 | (ver))
|
/vbox/src/VBox/Main/cbinding/ |
H A D | tstCAPIGlue.c | 1015 unsigned ver = g_pVBoxFuncs->pfnGetVersion(); local 1016 printf("VirtualBox version: %u.%u.%u\n", ver / 1000000, ver / 1000 % 1000, ver % 1000); 1017 ver = g_pVBoxFuncs->pfnGetAPIVersion(); 1018 printf("VirtualBox API version: %u.%u\n", ver / 1000, ver % 1000);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | missing | 80 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/vbox/src/VBox/Installer/linux/debian/ |
H A D | rules | 64 ver := $(VBOX_VERSION_STRING) macro 69 debver :=$(subst _ALPHA,~alpha,$(subst _BETA,~beta,$(subst _RC,~rc,$(subst _OSE,~ose,$(ver)))))$(svnver)$(if \ 72 archdir := $(prefix)/opt/VirtualBox-$(ver) 267 sed -e 's|%VER%|$(ver)|g' \ 269 sed -e 's|%VER%|$(ver)|g' \ 271 sed -e 's|%VER%|$(ver)|g' \
|
/vbox/src/VBox/Devices/Audio/ |
H A D | DevSB16.cpp | 168 int ver; member in struct:SB16STATE 843 dsp_out_data(pThis, pThis->ver & 0xff); 844 dsp_out_data(pThis, pThis->ver >> 8); 1926 qemu_put_be32 (f, pThis->ver); 1987 pThis->ver=qemu_get_be32 (f); 2113 pThis->ver = conf.ver_lo | (conf.ver_hi << 8); 2191 int32_t ver; 2192 int rc = SSMR3GetS32 (pSSM, &ver); 2199 || ver != pThis->verCfg) 2202 N_("config changed: irq=%x/%x dma=%x/%x hdma=%x/%x port=%x/%x ver [all...] |
/vbox/include/VBox/vmm/ |
H A D | ssm.h | 44 #define SSM_VERSION_MAJOR(ver) ((ver) & 0xffff0000) 51 #define SSM_VERSION_MINOR(ver) ((ver) & 0x0000ffff)
|
/vbox/debian/ |
H A D | rules | 55 ver := $(VBOX_VERSION_STRING) macro 56 archdir := $(prefix)/opt/VirtualBox-$(ver) 236 sed -e 's|%VER%|$(ver)|g' \ 238 sed -e 's|%VER%|$(ver)|g' \ 240 sed -e 's|%VER%|$(ver)|g' \
|
/vbox/src/libs/libxml2-2.6.31/win32/ |
H A D | configure.js | 395 version 'ver' in the file 'file'. This one is called from the Makefile when 397 function genReadme(bname, ver, file) 402 f.WriteLine(" " + bname + " " + ver); 405 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | Tpm12.h | 986 TPM_STRUCT_VER ver; member in struct:tdTPM_STORED_DATA 1035 TPM_STRUCT_VER ver; member in struct:tdTPM_BOUND_DATA 1053 TPM_STRUCT_VER ver; member in struct:tdTPM_KEY 1217 TPM_STRUCT_VER ver; member in struct:tdTPM_IDENTITY_CONTENTS 1239 TPM_STRUCT_VER ver; member in struct:tdTPM_IDENTITY_PROOF
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/ddc/ |
H A D | edid.h | 412 struct edid_version ver; member in struct:__anon3096
|
/vbox/include/VBox/ |
H A D | VBoxGL2D.h | 276 static int parseVersion(const GLubyte * ver);
|
/vbox/src/VBox/Main/src-all/win/ |
H A D | comregister.cmd | 111 for /f "tokens=2 delims=[]" %%a in ('ver') do set WinVer=%%a
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/ |
H A D | tg3_hw.c | 207 u32 nic_phy_id, ver, cfg2 = 0, cfg4 = 0, eeprom_phy_id; local 213 tg3_read_mem(tp, NIC_SRAM_DATA_VER, &ver); 214 ver >>= NIC_SRAM_DATA_VER_SHIFT; 218 (ver > 0) && (ver < 0x100))
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | directx.c | 2119 DWORD ver = ver_for_ext(ext); \ 2121 else if (ver && ver <= gl_version) gl_info->pfn = (type)OGLGETPROCADDRESS(#replace); \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | edid.h | 451 struct edid_version ver; member in struct:__anon7392
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | edid.h | 449 struct edid_version ver; member in struct:__anon7767
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | edid.h | 537 struct edid_version ver; member in struct:__anon8124
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | edid.h | 540 struct edid_version ver; member in struct:__anon8439
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | edid.h | 553 struct edid_version ver; member in struct:__anon8745
|