Searched defs:state_num (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/rand/
H A Dmd_rand.c139 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...]
/external/hyphenation/
H A Dhyphen.c170 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]
502 int state_num; local
[all...]

Completed in 137 milliseconds