Searched refs:dictAndPrefixLength (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c291 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictStart)); local
299 ip += (dictAndPrefixLength == 0);
303 assert(offset_1 <= dictAndPrefixLength);
304 assert(offset_2 <= dictAndPrefixLength);
H A Dzstd_fast.c400 const U32 dictAndPrefixLength = (U32)(ip - prefixStart + dictEnd - dictStart); local
418 ip += (dictAndPrefixLength == 0);
421 assert(offset_1 <= dictAndPrefixLength);
422 assert(offset_2 <= dictAndPrefixLength);
H A Dzstd_lazy.c1507 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest)); local
1510 ip += (dictAndPrefixLength == 0);
1521 assert(offset_1 <= dictAndPrefixLength);
1522 assert(offset_2 <= dictAndPrefixLength);

Completed in 196 milliseconds