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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_common.h194 // slot itself is the same as the actual distance. START_POS_MODEL_INDEX
196 #define START_POS_MODEL_INDEX 4 macro
H A Dlzma_encoder_optimum_normal.c159 for (uint32_t i = 0; i < START_POS_MODEL_INDEX; ++i)
167 for (uint32_t i = START_POS_MODEL_INDEX; i < FULL_DISTANCES; ++i) {
H A Dlzma_encoder.c156 if (pos_slot >= START_POS_MODEL_INDEX) {
H A Dlzma_decoder.c526 if (symbol < START_POS_MODEL_INDEX) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_common.h194 // slot itself is the same as the actual distance. START_POS_MODEL_INDEX
196 #define START_POS_MODEL_INDEX 4 macro
H A Dlzma_encoder_optimum_normal.c159 for (uint32_t i = 0; i < START_POS_MODEL_INDEX; ++i)
167 for (uint32_t i = START_POS_MODEL_INDEX; i < FULL_DISTANCES; ++i) {
H A Dlzma_encoder.c156 if (pos_slot >= START_POS_MODEL_INDEX) {
H A Dlzma_decoder.c526 if (symbol < START_POS_MODEL_INDEX) {

Completed in 80 milliseconds