Searched refs:BIT_MODEL_TOTAL_BITS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c92 #define BIT_MODEL_TOTAL_BITS 11 macro
93 #define BIT_MODEL_TOTAL (1 << BIT_MODEL_TOTAL_BITS)
199 const uint32_t bound = (rd->range >> BIT_MODEL_TOTAL_BITS) * *bm;

Completed in 120 milliseconds