Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c208 int previousIs0 = 0; in FSE_writeNCount_generic() local
220 if (previousIs0) { in FSE_writeNCount_generic()
259 previousIs0 = (count==1); in FSE_writeNCount_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c248 int previousIs0 = 0; in FSE_writeNCount_generic() local
260 if (previousIs0) { in FSE_writeNCount_generic()
299 previousIs0 = (count==1); in FSE_writeNCount_generic()