Searched defs:index (Results 126 - 150 of 394) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnbconn.c97 int index; local
126 for (index=0; index<4; index++) {
127 argv[1] = hosts[index];
129 if (index == 3)
H A Dtmoacc.c197 PRIntn index; local
273 for (index = 0; index < threads; ++index)
275 thread[index] = PR_CreateThread(
279 PR_ASSERT(NULL != thread[index]);
286 for (index = 0; index < threads; ++index)
288 rv = PR_Interrupt(thread[index]);
[all...]
H A Dtmocon.c294 PRIntn index, threads = DEFAULT_THREADS; local
375 for (index = 0; index < threads; ++index)
376 thread[index] = PR_CreateThread(
380 for (index = 0; index < threads; ++index)
381 rv = PR_JoinThread(thread[index]);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameUnix.cpp189 int index; member in struct:bucket
247 return (ptr->next->index);
273 ptr->next->index,
278 return (ptr->next->index);
310 static int index; /* protected by lock in caller */ local
312 ptr->index = index++;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c170 short index = 1; local
174 theGlobals->myCPB.dirInfo.ioFDirIndex = index;
238 ++index;
295 short index = 1; local
301 theGlobals->myCPB.dirInfo.ioFDirIndex = index;
440 ++index; /* prepare to get next item */
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp375 PRBool xptiWorkingSet::FindDirectory(nsILocalFile* dir, PRUint32* index) argument
392 *index = i;
399 PRBool xptiWorkingSet::FindDirectoryOfFile(nsILocalFile* file, PRUint32* index) argument
408 return FindDirectory(dir, index);
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
240 int index; /* index of first code of length len in symbol table */ local
242 code = first = index = 0;
247 return h->symbol[index + (code - first)];
248 index += count; /* else update for next length */
268 int index; /* index of first code of length len in symbol table */ local
275 code = first = index = 0;
286 return h->symbol[index
667 int index; /* index of lengths[] */ local
[all...]
/vbox/src/recompiler/fpu/
H A Dsoftfloat-macros.h588 int8 index; local
591 index = ( a>>27 ) & 15;
593 z = 0x4000 + ( a>>17 ) - sqrtOddAdjustments[ (int)index ];
598 z = 0x8000 + ( a>>17 ) - sqrtEvenAdjustments[ (int)index ];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dldt.c170 int index = sel >> 3; local
178 if (wine_ldt_copy.flags[index] & WINE_LDT_FLAGS_ALLOCATED)
180 wine_ldt_set_base( entry, wine_ldt_copy.base[index] );
181 wine_ldt_set_limit( entry, wine_ldt_copy.limit[index] );
182 wine_ldt_set_flags( entry, wine_ldt_copy.flags[index] );
196 int ret = 0, index = sel >> 3; local
198 if (index < LDT_FIRST_ENTRY) return 0; /* cannot modify reserved entries */
204 ldt_info.entry_number = index;
216 ret = i386_set_ldt(index, (union descriptor *)&entry_copy, 1);
235 if ((ret = i386_set_ldt(index, (unio
289 int index; local
308 int i, index, size = 0; local
342 int index = sel >> 3; local
378 int index; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddixstruct.h80 short index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddixstruct.h80 short index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddixstruct.h93 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddixstruct.h90 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddixstruct.h90 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddixstruct.h89 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddixstruct.h89 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddixstruct.h90 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddixstruct.h89 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddixstruct.h89 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddixstruct.h91 short index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddixstruct.h80 short index; member in struct:_Client
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp637 char *index = &scanner->text[0]; local
645 *index++ = (char) /* static_cast<char> */ (scanner->c); // MR23
648 *index = '\0';
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py327 def index(self, Key): member in class:Sdict
328 return self._key_list.index(Key)
333 Index = self._key_list.index(Key)
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c207 /* In the search algorithm, we decrement the device index every time
209 * the index will have decremented down to -1/0xFFFF.
214 * If index is non-zero, the n-th device will be located.
221 uint16_t PCIxx(find_device)(uint32_t search_item, uint16_t index, int search_class) argument
232 BX_DEBUG_PCI("PCI: Find class %08lX index %u\n",
233 search_item, index);
235 BX_DEBUG_PCI("PCI: Find device %04X:%04X index %u\n",
236 (uint16_t)search_item, (uint16_t)(search_item >> 16), index);
295 /* If device was found but index is non-zero, decrement index an
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c135 * Allocate a block of <count> IDs. Return index of first one.
554 unsigned int index = crHash( key ); local
560 for ( temp = h->buckets[index]; temp; temp = temp->next )
571 h->buckets[index] = temp->next;
597 unsigned int index = crHash( key ); local
602 for ( temp = h->buckets[index]; temp; temp = temp->next )
620 unsigned int index = crHash( key ); local
625 for ( temp = h->buckets[index]; temp; temp = temp->next )

Completed in 384 milliseconds

1234567891011>>