Searched refs:Counting4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhist.c79 U32* const Counting4 = Counting3 + 256; local
97 Counting4[ c>>24 ]++;
102 Counting4[ c>>24 ]++;
107 Counting4[ c>>24 ]++;
112 Counting4[ c>>24 ]++;
122 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s];
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8258 U32* const Counting4 = Counting3 + 256; local
8277 Counting4[ c>>24 ]++;
8282 Counting4[ c>>24 ]++;
8287 Counting4[ c>>24 ]++;
8292 Counting4[ c>>24 ]++;
8302 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s];
8309 count[s] = Counting1[s] + Counting2[s] + Counting3[s] + Counting4[s];
[all...]

Completed in 139 milliseconds