Home
last modified time | relevance | path

Searched refs:nextIndex (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/rcorder/
H A Dhash.c329 searchPtr->nextIndex = 0; in Hash_EnumFirst()
373 if (searchPtr->nextIndex >= t->size) in Hash_EnumNext()
375 e = t->bucketPtr[searchPtr->nextIndex++]; in Hash_EnumNext()
H A Dhash.h82 int nextIndex; /* Next bucket to check (after member
/freebsd/sys/netgraph/
H A Dng_parse.c1204 int nextIndex = 0; /* next implicit array index */ in ng_parse_composite() local
1247 index = nextIndex++; in ng_parse_composite()
1260 index = nextIndex++; in ng_parse_composite()
1271 nextIndex = index + 1; in ng_parse_composite()
1385 int nextIndex = 0, didOne = 0; in ng_unparse_composite() local
1429 if (index != nextIndex) { in ng_unparse_composite()
1430 nextIndex = index; in ng_unparse_composite()
1435 nextIndex++; in ng_unparse_composite()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h314 size_t nextIndex = (i + 1 == VTableIndices.size()) in getVTableSize() local
317 return nextIndex - thisIndex; in getVTableSize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1876 llvm::Value *nextIndex = Builder.CreateNUWAdd( in VisitArrayInitLoopExpr() local
1878 index->addIncoming(nextIndex, Builder.GetInsertBlock()); in VisitArrayInitLoopExpr()
1882 nextIndex, llvm::ConstantInt::get(CGF.SizeTy, numElements), in VisitArrayInitLoopExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12749 unsigned nextIndex = 0; in AddCombineBUILD_VECTORToVPADDL() local
12771 if (!C0 || !C1 || C0->getZExtValue() != nextIndex in AddCombineBUILD_VECTORToVPADDL()
12772 || C1->getZExtValue() != nextIndex+1) in AddCombineBUILD_VECTORToVPADDL()
12776 nextIndex+=2; in AddCombineBUILD_VECTORToVPADDL()
12784 if (nextIndex != Vec.getValueType().getVectorNumElements() || in AddCombineBUILD_VECTORToVPADDL()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c92996 int nextIndex = 1; /* Index of next ? host parameter */
93031 idx = nextIndex;
93044 nextIndex = MAX(idx + 1, nextIndex);