Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c367 U32 *const Counting4 = Counting3 + 256; in FSE_count_parallel_wksp() local
391 Counting4[c >> 24]++; in FSE_count_parallel_wksp()
398 Counting4[c >> 24]++; in FSE_count_parallel_wksp()
405 Counting4[c >> 24]++; in FSE_count_parallel_wksp()
412 Counting4[c >> 24]++; 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()