/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/sysevent/ |
H A D | tst.post.c | 34 sysevent_id_t id; local 38 "vendor_dtest", "publisher_dtest", NULL, &id) != 0) {
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcIDList.cpp | 41 ipcIDList::FindNode(ipcIDNode *node, const nsID &id) argument 44 if (node->Equals(id)) 52 ipcIDList::FindNodeBefore(ipcIDNode *node, const nsID &id) argument 56 if (node->Equals(id))
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | Identification.py | 58 id = Identification() variable
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_getstring.c | 24 void SERVER_DISPATCH_APIENTRY crServerDispatchGetProgramStringNV( GLuint id, GLenum pname, GLubyte * program ) argument 27 (void) id; 32 void SERVER_DISPATCH_APIENTRY crServerDispatchGetProgramStringARB( GLuint id, GLenum pname, void * program ) argument 35 (void) id;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | yield.c | 55 int id = (int)_id; local 58 printf("thread %d alive\n", id); 60 printf("thread %d yielding\n", id); 62 printf("thread %d awake\n", id); 64 printf("thread %d dead\n", id);
|
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/ |
H A D | hash.c | 29 #define HASH(id) (id & ((1 << HASHSIZE) - 1)) 39 struct request **p = &request_hash[HASH(req->id)]; 40 Log2(("NAT: hash req id %d has been added \n", req->id)); 65 hash_find_request(PNATState pData, unsigned short id) argument 67 struct request *req = request_hash[HASH(id)]; 68 Log2(("NAT: hash try to find req by id %d \n", id)); 72 if (req->id [all...] |
H A D | dnsproxy.h | 67 unsigned short id; member in struct:request
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTHashtable.cpp | 50 PRUint32 nsIDHashKey::HashKey(const nsID* id) argument 52 PRUint32 h = id->m0; 55 h = (h>>28) ^ (h<<4) ^ id->m1; 56 h = (h>>28) ^ (h<<4) ^ id->m2; 59 h = (h>>28) ^ (h<<4) ^ id->m3[i];
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestID.cpp | 56 nsID id; local 59 if (!id.Parse(idstr)) { 63 char* cp = id.ToString();
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | ctypeio.c | 62 char id[sizeof(_CTYPE_ID) - 1]; local 72 if (fread(id, sizeof(id), 1, fp) != 1) 75 if (memcmp(id, _CTYPE_ID, sizeof(id)) != 0)
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/ |
H A D | s_atan.c | 77 int32_t ix,hx,id; local 93 id = -1; 98 id = 0; x = (2.0*x-one)/(2.0+x); 100 id = 1; x = (x-one)/(x+one); 104 id = 2; x = (x-1.5)/(one+1.5*x); 106 id = 3; x = -1.0/x; 115 if (id<0) return x - x*(s1+s2); 117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/ |
H A D | eisa.c | 49 struct eisa_device_id *id; local 59 id = &driver->ids[i]; 60 if ( id->vendor_id != eisa->vendor_id ) 62 if ( ISA_PROD_ID ( id->prod_id ) != 66 eisa->dev.driver_name = id->name; 68 if ( ( rc = driver->probe ( eisa, id ) ) != 0 ) {
|
H A D | mca.c | 31 struct mca_device_id *id; local 43 id = &driver->ids[i]; 44 if ( id->id != MCA_ID ( mca ) ) 47 mca->dev.driver_name = id->name; 49 if ( ( rc = driver->probe ( mca, id ) ) != 0 ) {
|
H A D | pciextra.c | 20 uint8_t pos, id; local 41 pci_read_config_byte ( pci, pos + PCI_CAP_LIST_ID, &id ); 42 DBG ( "PCI Capability: %d\n", id ); 43 if ( id == 0xff ) 45 if ( id == cap )
|
/vbox/src/VBox/HostServices/SharedOpenGL/expando/ |
H A D | expandospu.h | 23 int id; member in struct:__anon16462
|
H A D | expandospu_init.c | 23 expandoSPUInit( int id, SPU *child, SPU *self, argument 32 expando_spu.id = id;
|
/vbox/src/VBox/GuestHost/OpenGL/error/ |
H A D | errorspu_init.c | 18 static SPUFunctions *errorSPUInit( int id, SPU *child, SPU *self, argument 22 (void) id;
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state.h | 23 GLuint id, hwid; member in struct:_crCheckIDHWID
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_channel.h | 33 int id; member in struct:nouveau_channel
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | dri.h | 64 xp_surface_id id; member in struct:__anon4542 84 Drawable id, 93 Drawable id, 99 XID id); 123 extern void DRISurfaceNotify (xp_surface_id id, int kind);
|
/vbox/src/VBox/Additions/common/crOpenGL/array/ |
H A D | arrayspu.h | 29 int id; member in struct:__anon2057
|
H A D | arrayspu_init.c | 22 static SPUFunctions *arraySPUInit( int id, SPU *child, SPU *self, argument 34 array_spu.id = id;
|
/vbox/src/VBox/Additions/common/crOpenGL/feedback/ |
H A D | feedbackspu_init.c | 27 static SPUFunctions *feedbackSPUInit( int id, SPU *child, SPU *self, argument 38 feedback_spu.id = id;
|
/vbox/src/VBox/Additions/common/crOpenGL/passthrough/ |
H A D | passthroughspu_init.c | 17 passthroughSPUInit( int id, SPU *child, SPU *self, argument 21 (void) id;
|
/vbox/include/iprt/ |
H A D | poll.h | 134 * @param id The handle ID. 136 RTDECL(int) RTPollSetAdd(RTPOLLSET hPollSet, PCRTHANDLE pHandle, uint32_t fEvents, uint32_t id); 145 * @retval VERR_POLL_HANDLE_ID_NOT_FOUND if @a id doesn't resolve to a valid 149 * @param id The handle ID of the handle that should be 152 RTDECL(int) RTPollSetRemove(RTPOLLSET hPollSet, uint32_t id); 166 * @param id The ID of the handle. 169 RTDECL(int) RTPollSetQueryHandle(RTPOLLSET hPollSet, uint32_t id, PRTHANDLE pHandle); 182 * Modifies the events to poll for for the given id. 188 * @retval VERR_POLL_HANDLE_ID_NOT_FOUND if @a id doesn't resolve to a valid 192 * @param id Th 210 RTPollSetAddPipe(RTPOLLSET hPollSet, RTPIPE hPipe, uint32_t fEvents, uint32_t id) argument 229 RTPollSetAddSocket(RTPOLLSET hPollSet, RTSOCKET hSocket, uint32_t fEvents, uint32_t id) argument [all...] |