Home
last modified time | relevance | path

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

/src/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h145 if (rc.range < RC_TOP_VALUE) { \
159 if (rc.range < RC_TOP_VALUE) { \
664 [top_value] "n"(RC_TOP_VALUE), \
824 [top_value] "n"(RC_TOP_VALUE), \
915 [top_value] "n"(RC_TOP_VALUE), \
957 [top_value] "n"(RC_TOP_VALUE), \
H A Drange_common.h28 #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS) macro
H A Drange_encoder.h198 if (rc->range < RC_TOP_VALUE) { in rc_encode()
281 if (range < RC_TOP_VALUE) { in rc_encode_dummy()
/src/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.c512 if (rc->range < RC_TOP_VALUE) { in rc_normalize()