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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 75 milliseconds