Searched defs:base (Results 1 - 25 of 266) sorted by relevance

1234567891011

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dmmio.h41 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 Dinet_network.c72 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 Dinet_addr.c130 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 DBsearch.c73 * 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 Dcr_lists.h22 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 Dnouveau_drmif.h32 struct nouveau_device base; member in struct:nouveau_device_priv
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dmacgc.c72 void _MD_FreeGCSegment(void *base, int32 /* len */) argument
74 free(base);
H A Dos2gc.c71 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 Dunixgc.c117 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 Dwin32gc.c73 ** 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 Dcalllists.c15 (*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 DtestURI.c19 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 DtdSmokeTest1.py45 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 Dextnsionst.h62 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dextnsionst.h62 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dextnsionst.h62 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dextnsionst.h63 int base; /* base request number */ member in struct:_ExtensionEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dextnsionst.h62 int base; /* base request number */ member in struct:_ExtensionEntry

Completed in 349 milliseconds

1234567891011