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

/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c139 static int state_num = 0, state_index = 0; variable
184 state_num = 0;
243 /* state_index <= state_num <= STATE_SIZE */
247 state_num = STATE_SIZE;
248 } 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...]
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.h2068 int state_num;
2028 int state_num; local
H A Dia64.c8786 ++cfun->machine->state_num);
9059 cfun->machine->state_num);

Completed in 259 milliseconds