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

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dfastpos.h53 // FULL_DISTANCES_BITS * 2. Using get_pos_slot(pos) instead of
122 #ifdef FULL_DISTANCES_BITS
128 if (pos < fastpos_limit(FULL_DISTANCES_BITS - 1, 0))
129 return fastpos_result(pos, FULL_DISTANCES_BITS - 1, 0);
131 if (pos < fastpos_limit(FULL_DISTANCES_BITS - 1, 1))
132 return fastpos_result(pos, FULL_DISTANCES_BITS - 1, 1);
134 return fastpos_result(pos, FULL_DISTANCES_BITS - 1, 2);
H A Dlzma_common.h210 #define FULL_DISTANCES_BITS (END_POS_MODEL_INDEX / 2) macro
211 #define FULL_DISTANCES (1 << FULL_DISTANCES_BITS)
/freebsd-10.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h183 #define FULL_DISTANCES_BITS (DIST_MODEL_END / 2) macro
184 #define FULL_DISTANCES (1 << FULL_DISTANCES_BITS)

Completed in 107 milliseconds