Home
last modified time | relevance | path

Searched refs:nextPtr (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c412 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
422 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1()
430 largerPtr = nextPtr; in ZSTD_insertBt1()
431 matchIndex = nextPtr[0]; in ZSTD_insertBt1()
470 largerPtr = nextPtr; in ZSTD_insertBt1()
471 matchIndex = nextPtr[0]; in ZSTD_insertBt1()
643 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
689 largerPtr = nextPtr; in ZSTD_insertBtAndGetAllMatches()
690 matchIndex = nextPtr[0]; in ZSTD_insertBtAndGetAllMatches()
701 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
[all …]
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
134 matchIndex, btLow, nextPtr[1]); in ZSTD_insertDUBT1()
143 matchIndex, btLow, nextPtr[0]); in ZSTD_insertDUBT1()
144 largerPtr = nextPtr; in ZSTD_insertDUBT1()
145 matchIndex = nextPtr[0]; in ZSTD_insertDUBT1()
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
216 dictMatchIndex = nextPtr[0]; in ZSTD_DUBT_findBetterDictMatch()
312 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
346 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_DUBT_findBestMatch()
353 largerPtr = nextPtr; in ZSTD_DUBT_findBestMatch()
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c459 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
469 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1()
477 largerPtr = nextPtr; in ZSTD_insertBt1()
478 matchIndex = nextPtr[0]; in ZSTD_insertBt1()
517 largerPtr = nextPtr; in ZSTD_insertBt1()
518 matchIndex = nextPtr[0]; in ZSTD_insertBt1()
690 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
735 largerPtr = nextPtr; in ZSTD_insertBtAndGetAllMatches()
736 matchIndex = nextPtr[0]; in ZSTD_insertBtAndGetAllMatches()
748 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
[all …]
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
134 matchIndex, btLow, nextPtr[1]); in ZSTD_insertDUBT1()
143 matchIndex, btLow, nextPtr[0]); in ZSTD_insertDUBT1()
144 largerPtr = nextPtr; in ZSTD_insertDUBT1()
145 matchIndex = nextPtr[0]; in ZSTD_insertDUBT1()
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
216 dictMatchIndex = nextPtr[0]; in ZSTD_DUBT_findBetterDictMatch()
313 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local
347 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_DUBT_findBestMatch()
354 largerPtr = nextPtr; in ZSTD_DUBT_findBestMatch()
[all …]
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c2980 *nextPtr = s; in doContent()
2996 *nextPtr = end; in doContent()
4424 *nextPtr = next; in doIgnoreSection()
4434 *nextPtr = s; in doIgnoreSection()
4441 *nextPtr = s; in doIgnoreSection()
4743 *nextPtr = s; in externalParEntProcessor()
5926 *nextPtr = s; in epilogProcessor()
6044 UNUSED_P(nextPtr); in internalEntityProcessor()
6122 UNUSED_P(nextPtr); in errorProcessor()
6224 if (nextPtr) { in appendAttributeValue()
[all …]
/freebsd-14.2/contrib/sqlite3/tea/win/
H A Dnmakehlp.c556 struct list_item_t *nextPtr; member
569 itemPtr->nextPtr = NULL; in list_insert()
572 listPtrPtr = &(*listPtrPtr)->nextPtr; in list_insert()
585 listPtr = listPtr->nextPtr; in list_free()
648 for (p = substPtr; p != NULL; p = p->nextPtr, ++n) { in SubstituteFile()
660 for (p = substPtr; p != NULL; p = p->nextPtr) { in SubstituteFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp740 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
744 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3959 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
3964 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
3967 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART()
3970 SDValue thirdStore = DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART()
3973 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART()
3976 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()