Home
last modified time | relevance | path

Searched refs:rnd_pos (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c118 unsigned rnd_pos; member
304 rnd = st->key[st->rnd_pos] % NUM_POOLS; in get_rand_pool()
306 st->rnd_pos++; in get_rand_pool()
307 if (st->rnd_pos >= BLOCK) in get_rand_pool()
308 st->rnd_pos = 0; in get_rand_pool()
/netbsd-src/games/robots/
H A Dmake_level.c82 cp = rnd_pos(); in make_level()
94 My_pos = *rnd_pos(); in make_level()
H A Drnd_pos.c52 rnd_pos(void) in rnd_pos() function
H A DMakefile7 play_level.c query.c rnd_pos.c score.c flush_in.c
H A Drobots.h124 COORD *rnd_pos(void);
H A Dmove.c186 My_pos = *rnd_pos(); in get_move()