OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEC_IS_SINGLE
(Results
1 - 3
of
3
) sorted by null
/external/lzma/xz-embedded/
xz_private.h
67
# define
DEC_IS_SINGLE
(mode) ((mode) == XZ_SINGLE)
69
# define
DEC_IS_SINGLE
(mode) (false)
xz_dec_stream.c
766
if (
DEC_IS_SINGLE
(s->mode))
773
if (
DEC_IS_SINGLE
(s->mode)) {
805
s->bcj = xz_dec_bcj_create(
DEC_IS_SINGLE
(mode));
xz_dec_lzma2.c
288
if (
DEC_IS_SINGLE
(dict->mode)) {
Completed in 1310 milliseconds