OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIST_MODEL_END
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_common.h
224
#define
DIST_MODEL_END
14
227
#define FULL_DISTANCES_BITS (
DIST_MODEL_END
/ 2)
lzma_encoder_private.h
129
probability dist_special[FULL_DISTANCES -
DIST_MODEL_END
];
lzma_decoder.c
142
probability pos_special[FULL_DISTANCES -
DIST_MODEL_END
];
450
if (symbol <
DIST_MODEL_END
) {
452
// but symbol <
DIST_MODEL_END
, then
793
if (symbol <
DIST_MODEL_END
) {
1079
for (uint32_t i = 0; i < FULL_DISTANCES -
DIST_MODEL_END
; ++i)
lzma_encoder.c
160
if (dist_slot <
DIST_MODEL_END
) {
562
for (size_t i = 0; i < FULL_DISTANCES -
DIST_MODEL_END
; ++i)
lzma_encoder_optimum_normal.c
149
for (uint32_t dist_slot =
DIST_MODEL_END
;
Completed in 22 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026