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

/freebsd-11.0-release/contrib/xz/src/liblzma/lzma/
H A Dfastpos.h53 // FULL_DISTANCES_BITS * 2. Using get_dist_slot(dist) instead of
123 #ifdef FULL_DISTANCES_BITS
129 if (dist < fastpos_limit(FULL_DISTANCES_BITS - 1, 0))
130 return fastpos_result(dist, FULL_DISTANCES_BITS - 1, 0);
132 if (dist < fastpos_limit(FULL_DISTANCES_BITS - 1, 1))
133 return fastpos_result(dist, FULL_DISTANCES_BITS - 1, 1);
135 return fastpos_result(dist, FULL_DISTANCES_BITS - 1, 2);
H A Dlzma_common.h211 #define FULL_DISTANCES_BITS (DIST_MODEL_END / 2) macro
212 #define FULL_DISTANCES (1 << FULL_DISTANCES_BITS)
/freebsd-11.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 78 milliseconds