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

/freebsd-current/usr.bin/gzip/
H A Dunlz.c90 #define BIT_MODEL_TOTAL_BITS 11 macro
91 #define BIT_MODEL_TOTAL (1 << BIT_MODEL_TOTAL_BITS)
197 const uint32_t bound = (rd->range >> BIT_MODEL_TOTAL_BITS) * *bm;

Completed in 180 milliseconds