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

  /external/lzma/xz-embedded/
xz_lzma2.h 23 * Maximum number of position states. A position state is the lowest pb
25 * are different sets of probabilities for different position states.
57 /* Total number of states */
58 #define STATES 12
60 /* The lowest 7 states indicate that the previous state was a literal. */
xz_dec_lzma2.c 159 uint16_t is_match[STATES][POS_STATES_MAX];
162 uint16_t is_rep[STATES];
168 uint16_t is_rep0[STATES];
174 uint16_t is_rep1[STATES];
177 uint16_t is_rep2[STATES];
183 uint16_t is_rep0_long[STATES][POS_STATES_MAX];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schemadef.h 31 #define BEGIN_TM_PART_STATES(name) enum name##STATES { name##StateFiller0,
65 #define BEGIN_TM_PART_STATES(name) {L#name L"STATES",TMT_ENUMDEF,TMT_ENUMDEF},
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java     [all...]

Completed in 291 milliseconds