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

/netbsd-current/games/robots/
H A Drnd_pos.c1 /* $NetBSD: rnd_pos.c,v 1.11 2020/07/26 15:38:22 nia Exp $ */
35 static char sccsid[] = "@(#)rnd_pos.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: rnd_pos.c,v 1.11 2020/07/26 15:38:22 nia Exp $");
48 * rnd_pos:
52 rnd_pos(void) function
H A DMakefile7 play_level.c query.c rnd_pos.c score.c flush_in.c
H A Dmake_level.c82 cp = rnd_pos();
94 My_pos = *rnd_pos();
H A Drobots.h124 COORD *rnd_pos(void);
H A Dmove.c186 My_pos = *rnd_pos();
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c118 unsigned rnd_pos; member in struct:fortuna_state
304 rnd = st->key[st->rnd_pos] % NUM_POOLS;
306 st->rnd_pos++;
307 if (st->rnd_pos >= BLOCK)
308 st->rnd_pos = 0;

Completed in 84 milliseconds