Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_compress.c332 U32 nBitsToDecrease = BIT_highbit32(totalCost) + 1; in HUF_setMaxHeight() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dhuf_compress.c354 U32 nBitsToDecrease = BIT_highbit32((U32)totalCost) + 1; in HUF_setMaxHeight() local
[all...]

Completed in 4 milliseconds