HomeSort by relevance Sort by last modified time
    Searched refs:state_index (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/rand/
md_rand.c 137 static int state_num=0,state_index=0; variable
182 state_index=0;
226 st_idx=state_index;
237 /* state_index <= state_num <= STATE_SIZE */
238 state_index += num;
239 if (state_index >= STATE_SIZE)
241 state_index%=STATE_SIZE;
246 if (state_index > state_num)
247 state_num=state_index;
249 /* state_index <= state_num <= STATE_SIZE *
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 465 int state_index=-1; local
475 state_index++;
476 if (state==state_index) {
486 state_index++;
487 if (state==state_index)
497 state_index++;
498 if (state==state_index)
506 state_index++;
507 if (state==state_index)

Completed in 51 milliseconds