Searched refs:nextIndex (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dhash.h77 int nextIndex; /* Next bucket to check */ member in struct:Hash_Search
H A Dhash.c308 searchPtr->nextIndex = 0;
349 if (searchPtr->nextIndex >= t->size)
351 e = t->bucketPtr[searchPtr->nextIndex++];
/freebsd-10.0-release/contrib/bmake/
H A Dhash.h115 int nextIndex; /* Next bucket to check (after current). */ member in struct:Hash_Search
H A Dhash.c368 searchPtr->nextIndex = 0;
413 if (searchPtr->nextIndex >= t->size)
415 e = t->bucketPtr[searchPtr->nextIndex++];
/freebsd-10.0-release/sbin/rcorder/
H A Dhash.h83 int nextIndex; /* Next bucket to check (after member in struct:Hash_Search
H A Dhash.c341 searchPtr->nextIndex = 0;
385 if (searchPtr->nextIndex >= t->size)
387 e = t->bucketPtr[searchPtr->nextIndex++];
/freebsd-10.0-release/sys/netgraph/
H A Dng_parse.c1204 int nextIndex = 0; /* next implicit array index */ local
1245 index = nextIndex++;
1258 index = nextIndex++;
1269 nextIndex = index + 1;
1383 int nextIndex = 0, didOne = 0; local
1427 if (index != nextIndex) {
1428 nextIndex = index;
1433 nextIndex++;
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7771 unsigned nextIndex = 0; local
7793 if (!C0 || !C1 || C0->getZExtValue() != nextIndex
7794 || C1->getZExtValue() != nextIndex+1)
7798 nextIndex+=2;
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c64581 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c62922 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]

Completed in 571 milliseconds