Searched refs:btMask (Results 1 – 4 of 4) sorted by relevance
30 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local72 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local82 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_insertDUBT1()180 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch() local181 …U32 const btLow = (btMask >= dictHighLimit - dictLowLimit) ? dictLowLimit : dictHighLimit … in ZSTD_DUBT_findBetterDictMatch()249 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local250 U32 const btLow = (btMask >= current) ? 0 : current - btMask; in ZSTD_DUBT_findBestMatch()271 nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch()272 unsortedMark = bt + 2*(matchIndex&btMask) + 1; in ZSTD_DUBT_findBestMatch()302 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_DUBT_findBestMatch()[all …]
380 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local390 const U32 btLow = btMask >= current ? 0 : current - btMask; in ZSTD_insertBt1()391 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_insertBt1()399 U32 predictedSmall = *(bt + 2*((current-1)&btMask) + 0); in ZSTD_insertBt1()400 U32 predictedLarge = *(bt + 2*((current-1)&btMask) + 1); in ZSTD_insertBt1()412 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1()530 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local536 U32 const btLow = (btMask >= current) ? 0 : current - btMask; in ZSTD_insertBtAndGetAllMatches()539 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_insertBtAndGetAllMatches()540 U32* largerPtr = bt + 2*(current&btMask) + 1; in ZSTD_insertBtAndGetAllMatches()[all …]
423 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertBt1() local433 const U32 btLow = btMask >= curr ? 0 : curr - btMask; in ZSTD_insertBt1()434 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_insertBt1()445 U32 predictedSmall = *(bt + 2*((curr-1)&btMask) + 0); in ZSTD_insertBt1()446 U32 predictedLarge = *(bt + 2*((curr-1)&btMask) + 1); in ZSTD_insertBt1()459 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1()577 U32 const btMask= (1U << btLog) - 1; in ZSTD_insertBtAndGetAllMatches() local583 U32 const btLow = (btMask >= curr) ? 0 : curr - btMask; in ZSTD_insertBtAndGetAllMatches()586 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_insertBtAndGetAllMatches()587 U32* largerPtr = bt + 2*(curr&btMask) + 1; in ZSTD_insertBtAndGetAllMatches()[all …]
30 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT() local72 U32 const btMask = (1 << btLog) - 1; in ZSTD_insertDUBT1() local82 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_insertDUBT1()180 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBetterDictMatch() local181 …U32 const btLow = (btMask >= dictHighLimit - dictLowLimit) ? dictLowLimit : dictHighLimit … in ZSTD_DUBT_findBetterDictMatch()249 U32 const btMask = (1 << btLog) - 1; in ZSTD_DUBT_findBestMatch() local250 U32 const btLow = (btMask >= curr) ? 0 : curr - btMask; in ZSTD_DUBT_findBestMatch()272 nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch()273 unsortedMark = bt + 2*(matchIndex&btMask) + 1; in ZSTD_DUBT_findBestMatch()303 U32* smallerPtr = bt + 2*(curr&btMask); in ZSTD_DUBT_findBestMatch()[all …]