Searched refs:fastHashFillStep (Results 1 - 2 of 2) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_fast.c26 const U32 fastHashFillStep = 3; local
28 /* Always insert every fastHashFillStep position into the hash table.
31 for ( ; ip + fastHashFillStep < iend + 2; ip += fastHashFillStep) {
38 for (p = 1; p < fastHashFillStep; ++p) {
H A Dzstd_double_fast.c27 const U32 fastHashFillStep = 3; local
29 /* Always insert every fastHashFillStep position into the hash tables.
33 for (; ip + fastHashFillStep - 1 <= iend; ip += fastHashFillStep) {
36 for (i = 0; i < fastHashFillStep; ++i) {

Completed in 156 milliseconds