OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEC_IS_DYNALLOC
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_private.h
79
# define
DEC_IS_DYNALLOC
(mode) ((mode) == XZ_DYNALLOC)
81
# define
DEC_IS_DYNALLOC
(mode) (false)
xz_dec_lzma2.c
1120
} else if (
DEC_IS_DYNALLOC
(mode)) {
1143
if (
DEC_IS_DYNALLOC
(s->dict.mode)) {
Completed in 137 milliseconds