Searched refs:nextToUpdate3 (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 383 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 812 …return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll… in ZSTD_btGetAllMatches_internal() 821 U32* nextToUpdate3, \ 829 matches, ms, nextToUpdate3, ip, iHighLimit, \ 1058 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local [all …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_opt.c | 413 U32* nextToUpdate3, in ZSTD_insertAndFindFirstIndexHash3() argument 419 U32 idx = *nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3() 429 *nextToUpdate3 = target; in ZSTD_insertAndFindFirstIndexHash3() 594 U32* nextToUpdate3, in ZSTD_insertBtAndGetAllMatches() argument 693 U32 const matchIndex3 = ZSTD_insertAndFindFirstIndexHash3(ms, nextToUpdate3, ip); in ZSTD_insertBtAndGetAllMatches() 836 U32* nextToUpdate3, in ZSTD_btGetAllMatches_internal() argument 850 …return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll… in ZSTD_btGetAllMatches_internal() 859 U32* nextToUpdate3, \ 867 matches, ms, nextToUpdate3, ip, iHighLimit, \ 1099 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local [all …]
|