HomeSort by relevance Sort by last modified time
    Searched full:state_num (Results 1 - 10 of 10) 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 139 static int state_num=0,state_index=0; variable
184 state_num=0;
240 /* state_index <= state_num <= STATE_SIZE */
245 state_num=STATE_SIZE;
247 else if (state_num < STATE_SIZE)
249 if (state_index > state_num)
250 state_num=state_index;
252 /* state_index <= state_num <= STATE_SIZE */
447 st_num=state_num;
453 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...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 446 milliseconds