Home
last modified time | relevance | path

Searched refs:RC_MOVE_BITS (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/archival/libarchive/unxz/
Dxz_lzma2.h20 #define RC_MOVE_BITS 5 macro
Dxz_dec_lzma2.c508 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS; in rc_bit()
513 *prob -= *prob >> RC_MOVE_BITS; in rc_bit()
/busybox-1.35.0/archival/libarchive/
Ddecompress_unlzma.c51 #define RC_MOVE_BITS 5 macro
113 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS; in rc_is_bit_1()
118 *p -= *p >> RC_MOVE_BITS; in rc_is_bit_1()