OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN_BITS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_common.h
232
#define
ALIGN_BITS
4
233
#define ALIGN_SIZE (1 <<
ALIGN_BITS
)
lzma_encoder.c
167
rc_direct(&coder->rc, dist_reduced >>
ALIGN_BITS
,
168
footer_bits -
ALIGN_BITS
);
171
ALIGN_BITS
, dist_reduced & ALIGN_MASK);
569
bittree_reset(coder->dist_align,
ALIGN_BITS
);
lzma_decoder.c
498
limit -=
ALIGN_BITS
;
505
rep0 <<=
ALIGN_BITS
;
820
limit -=
ALIGN_BITS
;
826
rep0 <<=
ALIGN_BITS
;
1082
bittree_reset(coder->pos_align,
ALIGN_BITS
);
lzma_encoder_optimum_normal.c
153
((dist_slot >> 1) - 1) -
ALIGN_BITS
);
191
coder->dist_align,
ALIGN_BITS
, i);
Completed in 24 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026