Searched refs:FULL_DISTANCES (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h116 probability pos_special[FULL_DISTANCES - END_POS_MODEL_INDEX];
126 uint32_t distances_prices[LEN_TO_POS_STATES][FULL_DISTANCES];
H A Dfastpos.h52 // assumes that pos >= FULL_DISTANCES, thus the result is at least
126 assert(pos >= FULL_DISTANCES);
H A Dlzma_common.h211 #define FULL_DISTANCES (1 << FULL_DISTANCES_BITS) macro
H A Dlzma_decoder.c200 probability pos_special[FULL_DISTANCES - END_POS_MODEL_INDEX];
897 for (uint32_t i = 0; i < FULL_DISTANCES - END_POS_MODEL_INDEX; ++i)
H A Dlzma_encoder_optimum_normal.c117 if (pos < FULL_DISTANCES) {
148 // For matches with distance >= FULL_DISTANCES, add the price
167 for (uint32_t i = START_POS_MODEL_INDEX; i < FULL_DISTANCES; ++i) {
H A Dlzma_encoder.c508 for (size_t i = 0; i < FULL_DISTANCES - END_POS_MODEL_INDEX; ++i)
/freebsd-10.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h184 #define FULL_DISTANCES (1 << FULL_DISTANCES_BITS) macro
H A Dxz_dec_lzma2.c196 uint16_t dist_special[FULL_DISTANCES - DIST_MODEL_END];

Completed in 114 milliseconds