Home
last modified time | relevance | path

Searched refs:STATE_LIT_SHORTREP (Results 1 – 2 of 2) sorted by relevance

/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h52 STATE_LIT_SHORTREP, enumerator
68 else if (*state <= STATE_LIT_SHORTREP) in lzma_state_literal()
89 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP; in lzma_state_short_rep()
/external/toybox/toys/pending/
Dxzcat.c1027 STATE_LIT_SHORTREP, enumerator
1043 else if (*state <= STATE_LIT_SHORTREP) in lzma_state_literal()
1064 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP; in lzma_state_short_rep()