Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c365 U32 *const Counting2 = Counting1 + 256; in FSE_count_parallel_wksp() local
366 U32 *const Counting3 = Counting2 + 256; in FSE_count_parallel_wksp()
389 Counting2[(BYTE)(c >> 8)]++; in FSE_count_parallel_wksp()
396 Counting2[(BYTE)(c >> 8)]++; in FSE_count_parallel_wksp()
403 Counting2[(BYTE)(c >> 8)]++; in FSE_count_parallel_wksp()
410 Counting2[(BYTE)(c >> 8)]++; in FSE_count_parallel_wksp()
424 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s]; in FSE_count_parallel_wksp()
433 count[s] = Counting1[s] + Counting2[s] + Counting3[s] + Counting4[s]; in FSE_count_parallel_wksp()