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

/freebsd-13-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_common.h26 #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS) macro
H A Drange_decoder.h89 if (rc.range < RC_TOP_VALUE) { \
H A Drange_encoder.h157 if (rc->range < RC_TOP_VALUE) {
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h17 #define RC_TOP_VALUE (1 << RC_TOP_BITS) macro
H A Dxz_dec_lzma2.c480 if (rc->range < RC_TOP_VALUE) {

Completed in 59 milliseconds