Home
last modified time | relevance | path

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

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