Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c286 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight() local
288 if (highTotal <= lowTotal) break; in HUF_setMaxHeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8620 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight() local
8622 if (highTotal <= lowTotal) break; in HUF_setMaxHeight()