Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/xz-embedded/linux/lib/xz/
H A 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()
/freebsd-14.2/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h66 STATE_LIT_SHORTREP, enumerator
83 : ((state) <= STATE_LIT_SHORTREP \
97 state = ((state) < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP)