Searched refs:state_index (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Dmd_rand.c138 static int state_num=0,state_index=0; variable
183 state_index=0;
225 st_idx=state_index;
236 /* state_index <= state_num <= STATE_SIZE */
237 state_index += num;
238 if (state_index >= STATE_SIZE)
240 state_index%=STATE_SIZE;
245 if (state_index > state_num)
246 state_num=state_index;
248 /* state_index <
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Dmd_rand.c137 static int state_num=0,state_index=0; variable
182 state_index=0;
224 st_idx=state_index;
235 /* state_index <= state_num <= STATE_SIZE */
236 state_index += num;
237 if (state_index >= STATE_SIZE)
239 state_index%=STATE_SIZE;
244 if (state_index > state_num)
245 state_num=state_index;
247 /* state_index <
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1461 state_index (struct dfa *d, position_set const *s, int newline, int letter) function
1870 state_index(d, &merged, wants_newline, 0);
2084 state = state_index(d, &follows, 0, 0);
2086 state_newline = state_index(d, &follows, 1, 0);
2090 state_letter = state_index(d, &follows, 0, 1);
2171 state = state_index(d, &follows, 0, 0);
2173 state_newline = state_index(d, &follows, 1, 0);
2177 state_letter = state_index(d, &follows, 0, 1);
2693 s1 = state_index(d, &follows, wc == L'\n', iswalnum(wc));
2711 s1 = state_index(
[all...]

Completed in 103 milliseconds