Searched refs:REP_DISTANCES (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c49 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
83 + REP_DISTANCES;
158 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
175 *back_res = back_main + REP_DISTANCES;
H A Dlzma_encoder_private.h67 uint32_t backs[REP_DISTANCES];
80 uint32_t reps[REP_DISTANCES];
H A Dlzma_encoder_optimum_normal.c299 uint32_t rep_lens[REP_DISTANCES];
302 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
330 + REP_DISTANCES;
384 for (uint32_t i = 0; i < REP_DISTANCES; ++i)
393 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
436 = dist + REP_DISTANCES;
466 if (coder->opts[cur].back_prev_2 < REP_DISTANCES)
495 if (pos < REP_DISTANCES)
501 if (pos < REP_DISTANCES) {
508 for (; i < REP_DISTANCES;
[all...]
H A Dlzma_common.h221 #define REP_DISTANCES 4 macro
H A Dlzma_encoder.c250 if (back < REP_DISTANCES) {
258 match(coder, pos_state, back - REP_DISTANCES, len);
356 // - [0, REP_DISTANCES): repeated match
357 // - [REP_DISTANCES, UINT32_MAX):
358 // match at (pos - REP_DISTANCES)
490 for (size_t i = 0; i < REP_DISTANCES; ++i)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c49 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
83 + REP_DISTANCES;
158 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
175 *back_res = back_main + REP_DISTANCES;
H A Dlzma_encoder_private.h67 uint32_t backs[REP_DISTANCES];
80 uint32_t reps[REP_DISTANCES];
H A Dlzma_encoder_optimum_normal.c299 uint32_t rep_lens[REP_DISTANCES];
302 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
330 + REP_DISTANCES;
384 for (uint32_t i = 0; i < REP_DISTANCES; ++i)
393 for (uint32_t i = 0; i < REP_DISTANCES; ++i) {
436 = dist + REP_DISTANCES;
466 if (coder->opts[cur].back_prev_2 < REP_DISTANCES)
495 if (pos < REP_DISTANCES)
501 if (pos < REP_DISTANCES) {
508 for (; i < REP_DISTANCES;
[all...]
H A Dlzma_common.h221 #define REP_DISTANCES 4 macro
H A Dlzma_encoder.c250 if (back < REP_DISTANCES) {
258 match(coder, pos_state, back - REP_DISTANCES, len);
356 // - [0, REP_DISTANCES): repeated match
357 // - [REP_DISTANCES, UINT32_MAX):
358 // match at (pos - REP_DISTANCES)
490 for (size_t i = 0; i < REP_DISTANCES; ++i)

Completed in 64 milliseconds