/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 412 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local 422 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1() 423 …matchIndex = nextPtr[1]; /* new matchIndex larger than previous (closer to current) */ in ZSTD_insertBt1() 430 largerPtr = nextPtr; in ZSTD_insertBt1() 431 matchIndex = nextPtr[0]; in ZSTD_insertBt1() 463 …smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller t… in ZSTD_insertBt1() 464 …matchIndex = nextPtr[1]; /* new matchIndex, larger than previous and closer to curren… 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 [all …]
|
H A D | zstd_lazy.c | 97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local 134 matchIndex, btLow, nextPtr[1]); in ZSTD_insertDUBT1() 135 …smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller t… in ZSTD_insertDUBT1() 136 …matchIndex = nextPtr[1]; /* new matchIndex, larger than previous and closer to curren… 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 211 …dictMatchIndex = nextPtr[1]; /* new matchIndex larger than previous (closer to curren… in ZSTD_DUBT_findBetterDictMatch() 216 dictMatchIndex = nextPtr[0]; in ZSTD_DUBT_findBetterDictMatch() [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 459 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local 469 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1() 470 …matchIndex = nextPtr[1]; /* new matchIndex larger than previous (closer to current) */ in ZSTD_insertBt1() 477 largerPtr = nextPtr; in ZSTD_insertBt1() 478 matchIndex = nextPtr[0]; in ZSTD_insertBt1() 510 …smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller t… in ZSTD_insertBt1() 511 …matchIndex = nextPtr[1]; /* new matchIndex, larger than previous and closer to curren… 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 [all …]
|
H A D | zstd_lazy.c | 97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local 134 matchIndex, btLow, nextPtr[1]); in ZSTD_insertDUBT1() 135 …smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller t… in ZSTD_insertDUBT1() 136 …matchIndex = nextPtr[1]; /* new matchIndex, larger than previous and closer to curren… 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 211 …dictMatchIndex = nextPtr[1]; /* new matchIndex larger than previous (closer to curren… in ZSTD_DUBT_findBetterDictMatch() 216 dictMatchIndex = nextPtr[0]; in ZSTD_DUBT_findBetterDictMatch() [all …]
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | nmakehlp.c | 556 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/contrib/expat/lib/ |
H A D | xmlparse.c | 480 const char *next, const char **nextPtr, 491 const char **nextPtr, XML_Bool haveMore, 496 const char **nextPtr, XML_Bool haveMore); 2824 const char *s, const char *end, const char **nextPtr, in doContent() argument 2858 *nextPtr = s; in doContent() 2874 *nextPtr = end; in doContent() 2878 *nextPtr = s; in doContent() 2884 *nextPtr = s; in doContent() 2893 *nextPtr = s; in doContent() 2899 *nextPtr = s; in doContent() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 740 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/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4073 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local 4078 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART() 4081 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART() 4084 SDValue thirdStore = DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART() 4087 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART() 4090 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()
|