/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/ |
H A D | mmio.h | 41 read_MMIO_LE32( volatile void * base, unsigned long offset ) argument 47 : "b" (base), "r" (offset) ); 54 read_MMIO_LE32( volatile void * base, unsigned long offset ) argument 56 volatile u_int32_t * p = (volatile u_int32_t *) (((volatile char *) base) + offset);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/ |
H A D | inet_network.c | 72 int digit, base; local 77 val = 0; base = 10; digit = 0; 79 digit = 1, base = 8, cp++; 81 base = 16, cp++; 84 if (base == 8 && (c == '8' || c == '9')) 86 val = (val * base) + (c - '0'); 91 if (base == 16 && isxdigit(c)) {
|
H A D | inet_addr.c | 130 int base, n; local 145 val = 0; base = 10; digit = 0; 149 base = 16, c = *++cp; 151 base = 8; 157 if (base == 8 && (c == '8' || c == '9')) 159 val = (val * base) + (c - '0'); 162 } else if (base == 16 && isascii(c) &&
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Bsearch.c | 73 * the base up one item past p: e.g., when lim is 5 we change base 89 const char *base = base0; local 95 p = base + (lim >> 1) * size; 100 base = (char *)p + size;
|
/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_lists.h | 22 CRbitvalue base[CR_MAX_BITARRAY]; member in struct:__anon16213 27 GLuint base; /* set by glListBase */ member in struct:__anon16214
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_drmif.h | 32 struct nouveau_device base; member in struct:nouveau_device_priv
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | macgc.c | 72 void _MD_FreeGCSegment(void *base, int32 /* len */) argument 74 free(base);
|
H A D | os2gc.c | 71 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { argument 77 void _MD_FreeGCSegment(void *base, PRInt32 len) argument 79 if (base) 81 free(base);
|
H A D | unixgc.c | 117 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { 123 addr = mmap(base + oldSize, allocSize, PROT_READ|PROT_WRITE|PROT_EXEC, 128 if (addr != (void*) (base + oldSize)) { 129 munmap(base + oldSize, allocSize); 132 lastaddr = ((char*)base + newSize); 135 base, base + newSize)); 143 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { argument 148 void _MD_FreeGCSegment(void *base, PRInt32 len) argument 151 PR_DELETE(base); [all...] |
H A D | win32gc.c | 73 ** base address that is available... 102 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { argument 105 addr = VirtualAlloc( base + oldSize, newSize - oldSize, 112 if (base + oldSize != (char*)addr) { 114 addr, base + oldSize)); 118 lastaddr = base + newSize; 121 base, base + newSize)); 126 void _MD_FreeGCSegment(void *base, PRInt32 len) argument 128 (void)VirtualFree(base, [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | calllists.c | 15 (*callListFunc)(base + (GLuint) value); \ 25 (*callListFunc)(base + (GLuint) value, i, data); \ 33 GLuint base, void (*callListFunc)(GLuint list)) 59 GLuint base, void (*callListFunc)(GLuint list, GLuint index, GLvoid *data), GLvoid *data) 32 crExpandCallLists(GLsizei n, GLenum type, const GLvoid *lists, GLuint base, void (*callListFunc)(GLuint list)) argument 58 crExpandCallListsWithData(GLsizei n, GLenum type, const GLvoid *lists, GLuint base, void (*callListFunc)(GLuint list, GLuint index, GLvoid *data), GLvoid *data) argument
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testURI.c | 19 static const char *base = NULL; variable 30 if (base == NULL) { 60 res = xmlBuildURI((xmlChar *)str, (xmlChar *) base); 78 ((!strcmp(argv[arg], "-base")) || (!strcmp(argv[arg], "--base")))) { 80 base = argv[arg]; 81 if (base != NULL)
|
/vbox/src/VBox/ValidationKit/tests/smoketests/ |
H A D | tdSmokeTest1.py | 45 from testdriver import base; namespace 79 if iArg >= len(asArgs): raise base.InvalidOption('The "--nic-attachment" takes an argument'); 82 raise base.InvalidOption('The "--nic-attachment" value "%s" is not supported. Valid values are: bridged, nat' \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | extnsionst.h | 62 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | extnsionst.h | 62 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | extnsionst.h | 62 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | extnsionst.h | 63 int base; /* base request number */ member in struct:_ExtensionEntry
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | extnsionst.h | 62 int base; /* base request number */ member in struct:_ExtensionEntry
|