Searched refs:smallerPtr (Results 1 – 2 of 2) sorted by relevance
434 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_insertBt1() local435 U32* largerPtr = smallerPtr + 1; in ZSTD_insertBt1()467 *smallerPtr = matchIndex; in ZSTD_insertBt1()468 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()469 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1()507 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBt1()509 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()521 *smallerPtr = *largerPtr = 0; in ZSTD_insertBt1()586 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_insertBtAndGetAllMatches() local726 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBtAndGetAllMatches()[all …]
82 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_insertDUBT1() local83 U32* largerPtr = smallerPtr + 1; in ZSTD_insertDUBT1()130 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertDUBT1()132 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertDUBT1()135 …smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller t… in ZSTD_insertDUBT1()148 *smallerPtr = *largerPtr = 0; in ZSTD_insertDUBT1()303 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_DUBT_findBestMatch() local344 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_DUBT_findBestMatch()346 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()347 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_DUBT_findBestMatch()[all …]