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

/freebsd-11-stable/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-11-stable/contrib/bmake/
H A Dhash.h112 int nextIndex; /* Next bucket to check (after current). */ member in struct:Hash_Search
H A Dhash.c371 searchPtr->nextIndex = 0;
416 if (searchPtr->nextIndex >= t->size)
418 e = t->bucketPtr[searchPtr->nextIndex++];
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c1206 int nextIndex = 0; /* next implicit array index */ local
1247 index = nextIndex++;
1260 index = nextIndex++;
1271 nextIndex = index + 1;
1385 int nextIndex = 0, didOne = 0; local
1429 if (index != nextIndex) {
1430 nextIndex = index;
1435 nextIndex++;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h301 size_t nextIndex = (i + 1 == VTableIndices.size()) local
304 return nextIndex - thisIndex;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp1498 unsigned nextIndex = 0; local
1500 ++nextIndex;
1525 if (nextIndex < normalizedFile.dataInCode.size()) {
1526 const DataInCode &nextEntry = normalizedFile.dataInCode[nextIndex];
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp753 size_t nextIndex = thisIndex + layout.getVTableSize(i); local
754 for (unsigned i = thisIndex; i != nextIndex; ++i) {
H A DCGExprAgg.cpp1701 llvm::Value *nextIndex = Builder.CreateNUWAdd( local
1703 index->addIncoming(nextIndex, Builder.GetInsertBlock());
1707 nextIndex, llvm::ConstantInt::get(CGF.SizeTy, numElements),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11212 unsigned nextIndex = 0; local
11234 if (!C0 || !C1 || C0->getZExtValue() != nextIndex
11235 || C1->getZExtValue() != nextIndex+1)
11239 nextIndex+=2;
11247 if (nextIndex != Vec.getValueType().getVectorNumElements() ||
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c62922 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c85759 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]

Completed in 874 milliseconds