Searched refs:dictAndPrefixLength (Results 1 – 3 of 3) sorted by relevance
510 const U32 dictAndPrefixLength = (U32)(istart - prefixStart + dictEnd - dictStart); in ZSTD_compressBlock_fast_dictMatchState_generic() local533 ip0 += (dictAndPrefixLength == 0); in ZSTD_compressBlock_fast_dictMatchState_generic()536 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()537 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
362 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictStart)); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local377 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()381 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()382 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
1549 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest)); in ZSTD_compressBlock_lazy_generic() local1552 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_lazy_generic()1563 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()1564 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()