Home
last modified time | relevance | path

Searched refs:smallerPtr (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_opt.c391 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_insertBt1() local
392 U32* largerPtr = smallerPtr + 1; in ZSTD_insertBt1()
420 *smallerPtr = matchIndex; in ZSTD_insertBt1()
421 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_insertBt1()
422 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_insertBt1()
460 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBt1()
462 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop searching */ in ZSTD_insertBt1()
474 *smallerPtr = *largerPtr = 0; in ZSTD_insertBt1()
539 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_insertBtAndGetAllMatches() local
680 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBtAndGetAllMatches()
[all …]
H A Dzstd_lazy.c82 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_insertDUBT1() local
83 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()
135smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller t… in ZSTD_insertDUBT1()
148 *smallerPtr = *largerPtr = 0; in ZSTD_insertDUBT1()
302 U32* smallerPtr = bt + 2*(current&btMask); in ZSTD_DUBT_findBestMatch() local
343 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_DUBT_findBestMatch()
345 … if (matchIndex <= btLow) { smallerPtr=&dummy32; break; } /* beyond tree size, stop the search */ in ZSTD_DUBT_findBestMatch()
346 smallerPtr = nextPtr+1; /* new "smaller" => larger of match */ in ZSTD_DUBT_findBestMatch()
[all …]