Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/ !
Dfse_compress.c364 U32 *const Counting1 = workSpace; in FSE_count_parallel_wksp() local
365 U32 *const Counting2 = Counting1 + 256; in FSE_count_parallel_wksp()
369 memset(Counting1, 0, 4 * 256 * sizeof(unsigned)); in FSE_count_parallel_wksp()
388 Counting1[(BYTE)c]++; in FSE_count_parallel_wksp()
395 Counting1[(BYTE)c]++; in FSE_count_parallel_wksp()
402 Counting1[(BYTE)c]++; in FSE_count_parallel_wksp()
409 Counting1[(BYTE)c]++; in FSE_count_parallel_wksp()
419 Counting1[*ip++]++; in FSE_count_parallel_wksp()
424 Counting1[s] += Counting2[s] + Counting3[s] + Counting4[s]; in FSE_count_parallel_wksp()
425 if (Counting1[s]) in FSE_count_parallel_wksp()
[all …]