Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c383 U32* nextToUpdate3, in ZSTD_insertAndFindFirstIndexHash3() argument
389 U32 idx = *nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
399 *nextToUpdate3 = target; in ZSTD_insertAndFindFirstIndexHash3()
559 U32* nextToUpdate3, in ZSTD_insertBtAndGetAllMatches() argument
657 U32 const matchIndex3 = ZSTD_insertAndFindFirstIndexHash3(ms, nextToUpdate3, ip); in ZSTD_insertBtAndGetAllMatches()
798 U32* nextToUpdate3, in ZSTD_btGetAllMatches_internal() argument
821 U32* nextToUpdate3, \
829 matches, ms, nextToUpdate3, ip, iHighLimit, \
1058 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local
1083 … U32 nbMatches = getAllMatches(matches, ms, &nextToUpdate3, ip, iend, rep, ll0, minMatch); in ZSTD_compressBlock_opt_generic()
[all …]