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_START
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_common.h
210
// distance slot itself is the same as the actual distance.
DIST_MODEL_START
213
#define
DIST_MODEL_START
4
lzma_decoder.c
433
if (symbol <
DIST_MODEL_START
) {
434
// If the decoded symbol is <
DIST_MODEL_START
451
// When symbol is >
DIST_MODEL_START
,
786
if (symbol <
DIST_MODEL_START
) {
lzma_encoder_optimum_normal.c
158
for (uint32_t i = 0; i <
DIST_MODEL_START
; ++i)
166
for (uint32_t i =
DIST_MODEL_START
; i < FULL_DISTANCES; ++i) {
lzma_encoder.c
155
if (dist_slot >=
DIST_MODEL_START
) {
Completed in 61 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026