/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Rand.c | 36 static UINT32 next = 1; variable 53 if (next == 0) 54 next = 123459876; 55 hi = next / 127773; 56 lo = next % 127773; 60 return ((next = x) % ((UINT32)RAND_MAX + 1)); 66 next = (UINT32)seed;
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | libdrm_lists.h | 23 * next paragraph) shall be included in all copies or substantial portions 37 struct _drmMMListHead *next; member in struct:_drmMMListHead 43 (__item)->next = (__item); \ 49 (__item)->next = (__list)->next; \ 50 (__list)->next->prev = (__item); \ 51 (__list)->next = (__item); \ 56 (__item)->next = (__list); \ 58 (__list)->prev->next = (__item); \ 64 (__item)->prev->next [all...] |
/vbox/src/VBox/Additions/solaris/DRM/include/ |
H A D | drm_linux_list.h | 17 * The above copyright notice and this permission notice (including the next 40 struct list_head *next, *prev; member in struct:list_head 47 (head)->next = head; \ 53 (entry)->next = head; \ 54 (head)->prev->next = entry; \ 59 (entry)->next->prev = (entry)->prev; \ 60 (entry)->prev->next = (entry)->next; \ 64 for (entry = (head)->next; entry != head; entry = (entry)->next) [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | simple_list.h | 47 (elem)->next->prev = (elem)->prev; \ 48 (elem)->prev->next = (elem)->next; \ 60 (elem)->next = (list)->next; \ 61 (list)->next->prev = elem; \ 62 (list)->next = elem; \ 73 (elem)->next = list; \ 75 (list)->prev->next = elem; \ 110 (sentinal)->next [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prclist.h | 49 PRCList *next; member in struct:PRCListStr 58 (_e)->next = (_l); \ 60 (_l)->prev->next = (_e); \ 69 (_e)->next = (_l)->next; \ 71 (_l)->next->prev = (_e); \ 72 (_l)->next = (_e); \ 79 ((_e)->next) 97 #define PR_LIST_HEAD(_l) (_l)->next 105 (_e)->prev->next [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | list.h | 12 * The above copyright notice and this permission notice (including the next 31 struct list *next, *prev; member in struct:list 37 list->next = list->prev = list; 43 struct list *next) 45 next->prev = entry; 46 entry->next = next; 48 prev->next = entry; 54 __list_add(entry, head, head->next); 58 __list_del(struct list *prev, struct list *next) argument 41 __list_add(struct list *entry, struct list *prev, struct list *next) argument [all...] |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | glue.h | 42 struct glue *next; member in struct:glue
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | list.h | 12 * The above copyright notice and this permission notice (including the next 31 struct list *next, *prev; member in struct:list 37 list->next = list->prev = list; 43 struct list *next) 45 next->prev = entry; 46 entry->next = next; 48 prev->next = entry; 54 __list_add(entry, head, head->next); 58 __list_del(struct list *prev, struct list *next) argument 41 __list_add(struct list *entry, struct list *prev, struct list *next) argument [all...] |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | list.h | 12 * The above copyright notice and this permission notice (including the next 31 struct list *next, *prev; member in struct:list 37 list->next = list->prev = list; 43 struct list *next) 45 next->prev = entry; 46 entry->next = next; 48 prev->next = entry; 54 __list_add(entry, head, head->next); 58 __list_del(struct list *prev, struct list *next) argument 41 __list_add(struct list *entry, struct list *prev, struct list *next) argument [all...] |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | list.h | 12 * The above copyright notice and this permission notice (including the next 89 * struct foo *iterator, *next; 90 * list_for_each_entry_safe(iterator, next, &bar.foos, entry) { 114 struct list *next, *prev; member in struct:list 128 list->next = list->prev = list; 134 struct list *next) 136 next->prev = entry; 137 entry->next = next; 139 prev->next 132 __list_add(struct list *entry, struct list *prev, struct list *next) argument 163 __list_del(struct list *prev, struct list *next) argument [all...] |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | idpool.c | 18 struct FreeElemRec *next; member in struct:FreeElemRec 34 pool->freeList->next = NULL; 41 FreeElem *i, *next; local 42 for (i = pool->freeList; i; i = next) 44 next = i->next; 76 pool->freeList = pool->freeList->next; 82 f->prev->next = f->next; 83 f->next [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | mipoly.h | 90 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 99 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 117 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 135 * x value to be ready for the next scanline. 142 pPrevAET->next = pAET->next; \ 143 pAET = pPrevAET->next; \ 151 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | mipoly.h | 90 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 99 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 117 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 135 * x value to be ready for the next scanline. 142 pPrevAET->next = pAET->next; \ 143 pAET = pPrevAET->next; \ 151 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | mipoly.h | 91 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 101 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 121 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 140 * x value to be ready for the next scanline. 147 pPrevAET->next = pAET->next; \ 148 pAET = pPrevAET->next; \ 156 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | mipoly.h | 90 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 99 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 117 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 135 * x value to be ready for the next scanline. 142 pPrevAET->next = pAET->next; \ 143 pAET = pPrevAET->next; \ 151 pAET = pAET->next; \ [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | mipoly.h | 90 struct _EdgeTableEntry *next; /* next in the list */ member in struct:_EdgeTableEntry 99 struct _ScanLineList *next; /* next in the list */ member in struct:_ScanLineList 117 struct _ScanLineListBlock *next; member in struct:_ScanLineListBlock 135 * x value to be ready for the next scanline. 142 pPrevAET->next = pAET->next; \ 143 pAET = pPrevAET->next; \ 151 pAET = pAET->next; \ [all...] |