| /src/games/hack/ |
| rnd.c | 1 /* $NetBSD: rnd.c,v 1.6 2009/06/07 18:30:39 dholland Exp $ */ 66 __RCSID("$NetBSD: rnd.c,v 1.6 2009/06/07 18:30:39 dholland Exp $"); 73 #define RND(x) ((random()>>3) % x) 78 return (RND(x) + y); 84 return (RND(x)); 88 rnd(int x) function 90 return (RND(x) + 1); 99 tmp += RND(x);
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| random_password.c | 84 RND(unsigned char *key, int keylen, int *left) 109 Since it uses the RND function above, neither the size of each 111 larger than 127 (without fixing RND). 148 int x = RND(rbuf, sizeof(rbuf), &rleft) % (len - i); 152 (*pw)[i] = classes[j].str[RND(rbuf, sizeof(rbuf), &rleft)
|
| /src/sys/arch/hppa/hppa/ |
| kobj_machdep.c | 71 RND(unsigned int x) 91 return L(x + RND(constant)); 97 return R(x + RND(constant)) + (constant - RND(constant));
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/ |
| hash_sha256_cp.c | 83 #define RND(a, b, c, d, e, f, g, h, k) \ 89 RND(S[(64 - i) % 8], S[(65 - i) % 8], S[(66 - i) % 8], S[(67 - i) % 8], \
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/ |
| hash_sha512_cp.c | 99 #define RND(a, b, c, d, e, f, g, h, k) \ 105 RND(S[(80 - i) % 8], S[(81 - i) % 8], S[(82 - i) % 8], S[(83 - i) % 8], \
|
| /src/crypto/external/apache2/openssl/dist/crypto/sm3/ |
| sm3_local.h | 100 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ 114 RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF0, GG0) 117 RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF1, GG1)
|
| /src/crypto/external/bsd/openssl/dist/crypto/sm3/ |
| sm3_local.h | 54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ 68 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0) 71 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
| sm3_local.h | 53 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ 67 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0) 70 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| sha256-internal.c | 103 #define RND(a,b,c,d,e,f,g,h,i) \ 110 RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 190 RND = 391, /* RND */ 368 #define RND 391
|
| bfin-parse.c | 674 RND = 391, /* RND */ 852 #define RND 391 1062 YYSYMBOL_RND = 136, /* RND */ 1621 "R", "RND", "RNDL", "RNDH", "RND12", "RND20", "V", "LO", "HI", "BITTGL", 3469 case 41: /* asm_1: HALF_REG ASSIGN REG LPAREN RND RPAREN */ 3474 notethat ("dsp32alu: dregs_half = dregs (RND)\n");
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 190 RND = 391, /* RND */ 368 #define RND 391
|
| bfin-parse.c | 674 RND = 391, /* RND */ 852 #define RND 391 1062 YYSYMBOL_RND = 136, /* RND */ 1621 "R", "RND", "RNDL", "RNDH", "RND12", "RND20", "V", "LO", "HI", "BITTGL", 3469 case 41: /* asm_1: HALF_REG ASSIGN REG LPAREN RND RPAREN */ 3474 notethat ("dsp32alu: dregs_half = dregs (RND)\n");
|