Searched refs:rnd (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/fp/
H A Dfpgetround.c45 return ((fp_rnd)cw.rnd);
H A Dfpsetround.c50 oldrnd = (fp_rnd)cw.rnd;
51 cw.rnd = newrnd;
/osnet-11/usr/src/lib/libc/i386/fp/
H A Dfpgetround.c45 return ((fp_rnd)cw.rnd);
H A Dfpsetround.c62 oldrnd = (fp_rnd)cw.rnd;
63 cw.rnd = newrnd;
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Darc4random.c95 uint rnd[(128 - sizeof(struct timeval)) / sizeof(uint)]; member in struct:__anon948
101 (void) read(fd, rdat.rnd, sizeof(rdat.rnd));

Completed in 21 milliseconds