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

  /external/xz-embedded/linux/lib/xz/
xz_lzma2.h 54 STATE_NONLIT_REP
83 *state = *state < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP;
89 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP;
  /external/toybox/toys/pending/
xzcat.c 1029 STATE_NONLIT_REP
1058 *state = *state < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP;
1064 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP;
    [all...]

Completed in 73 milliseconds