HomeSort by relevance Sort by last modified time
    Searched full:state_num (Results 1 - 11 of 11) sorted by null

  /external/hyphenation/
hyphen.c 170 int state_num; local
172 state_num = hnj_hash_lookup (hashtab, string);
174 if (state_num >= 0)
175 return state_num;
290 int state_num = 0, last_state; local
424 state_num = hnj_get_state (dict[k], hashtab, word);
425 dict[k]->states[state_num].match = hnj_strdup (pattern + i);
426 dict[k]->states[state_num].repl = repl;
427 dict[k]->states[state_num].replindex = replindex;
429 dict[k]->states[state_num].replcut = strlen(word)
502 int state_num; local
    [all...]
  /external/openssl/crypto/rand/
md_rand.c 137 static int state_num=0,state_index=0; variable
181 state_num=0;
237 /* state_index <= state_num <= STATE_SIZE */
242 state_num=STATE_SIZE;
244 else if (state_num < STATE_SIZE)
246 if (state_index > state_num)
247 state_num=state_index;
249 /* state_index <= state_num <= STATE_SIZE */
444 st_num=state_num;
450 if (state_index > state_num)
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java 138 public void push(int state_num)
140 vstack.push(new Integer(state_num));
  /cts/tools/dasm/src/java_cup/
parse_action.java 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR.
  /external/hyphenation/patches/
0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch 132 state_num = 0;
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 983 milliseconds