Home
last modified time | relevance | path

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

/freebsd-head/contrib/xz/src/liblzma/rangecoder/
HDrange_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), \
HDrange_common.h28 #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS) macro
HDrange_encoder.h198 if (rc->range < RC_TOP_VALUE) { in rc_encode()
281 if (range < RC_TOP_VALUE) { in rc_encode_dummy()
/freebsd-head/sys/contrib/xz-embedded/linux/lib/xz/
HDxz_lzma2.h17 #define RC_TOP_VALUE (1 << RC_TOP_BITS) macro
HDxz_dec_lzma2.c512 if (rc->range < RC_TOP_VALUE) { in rc_normalize()