Home
last modified time | relevance | path

Searched defs:maxBitsOut (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c181 U32 const maxBitsOut = tableLog - BIT_highbit32(normalizedCounter[s] - 1); in FSE_buildCTable_wksp() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c194 { U32 const maxBitsOut = tableLog - BIT_highbit32 ((U32)normalizedCounter[s]-1); in FSE_buildCTable_wksp() local

Completed in 3 milliseconds