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

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhist.c78 U32* const Counting3 = Counting2 + 256; local
79 U32* const Counting4 = Counting3 + 256;
96 Counting3[(BYTE)(c>>16)]++;
101 Counting3[(BYTE)(c>>16)]++;
106 Counting3[(BYTE)(c>>16)]++;
111 Counting3[(BYTE)(c>>16)]++;
122 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s];
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8257 U32* const Counting3 = Counting2 + 256; local
8258 U32* const Counting4 = Counting3 + 256;
8276 Counting3[(BYTE)(c>>16)]++;
8281 Counting3[(BYTE)(c>>16)]++;
8286 Counting3[(BYTE)(c>>16)]++;
8291 Counting3[(BYTE)(c>>16)]++;
8302 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s];
8309 count[s] = Counting1[s] + Counting2[s] + Counting3[s] + Counting4[s];
[all...]

Completed in 124 milliseconds