OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FULL_DISTANCES
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_private.h
129
probability dist_special[
FULL_DISTANCES
- DIST_MODEL_END];
139
uint32_t dist_prices[DIST_STATES][
FULL_DISTANCES
];
fastpos.h
51
// assumes that dist >=
FULL_DISTANCES
, thus the result is at least
127
assert(dist >=
FULL_DISTANCES
);
lzma_common.h
228
#define
FULL_DISTANCES
(1 << FULL_DISTANCES_BITS)
lzma_decoder.c
142
probability pos_special[
FULL_DISTANCES
- DIST_MODEL_END];
1079
for (uint32_t i = 0; i <
FULL_DISTANCES
- DIST_MODEL_END; ++i)
lzma_encoder_optimum_normal.c
117
if (dist <
FULL_DISTANCES
) {
146
// For matches with distance >=
FULL_DISTANCES
, add the price
166
for (uint32_t i = DIST_MODEL_START; i <
FULL_DISTANCES
; ++i) {
lzma_encoder.c
562
for (size_t i = 0; i <
FULL_DISTANCES
- DIST_MODEL_END; ++i)
Completed in 65 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026