HomeSort by relevance Sort by last modified time
    Searched refs:STATE_LIT_SHORTREP (Results 1 - 2 of 2) sorted by null

  /external/xz-embedded/linux/lib/xz/
xz_lzma2.h 52 STATE_LIT_SHORTREP,
68 else if (*state <= STATE_LIT_SHORTREP)
89 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP;
  /external/toybox/toys/pending/
xzcat.c 1027 STATE_LIT_SHORTREP,
1043 else if (*state <= STATE_LIT_SHORTREP)
1064 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP;
    [all...]

Completed in 44 milliseconds