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

/linux-master/lib/zstd/compress/
H A Dhist.c77 U32* const Counting2 = Counting1 + 256; local
78 U32* const Counting3 = Counting2 + 256;
95 Counting2[(BYTE)(c>>8) ]++;
100 Counting2[(BYTE)(c>>8) ]++;
105 Counting2[(BYTE)(c>>8) ]++;
110 Counting2[(BYTE)(c>>8) ]++;
122 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s];

Completed in 74 milliseconds