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

/netbsd-current/sbin/rcorder/
H A Dhash.h115 int nextIndex; /* Next bucket to check (after member in struct:Hash_Search
H A Dhash.c375 searchPtr->nextIndex = 0;
417 if (searchPtr->nextIndex >= t->size)
419 e = t->bucketPtr[searchPtr->nextIndex++];
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DVTableBuilder.h314 size_t nextIndex = (i + 1 == VTableIndices.size()) local
317 return nextIndex - thisIndex;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1843 llvm::Value *nextIndex = Builder.CreateNUWAdd( local
1845 index->addIncoming(nextIndex, Builder.GetInsertBlock());
1849 nextIndex, llvm::ConstantInt::get(CGF.SizeTy, numElements),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12009 unsigned nextIndex = 0; local
12031 if (!C0 || !C1 || C0->getZExtValue() != nextIndex
12032 || C1->getZExtValue() != nextIndex+1)
12036 nextIndex+=2;
12044 if (nextIndex != Vec.getValueType().getVectorNumElements() ||
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c92491 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]

Completed in 643 milliseconds