Searched refs:RAND (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/isaac/
H A Drand.h17 #ifndef RAND
18 #define RAND macro
54 #endif /* RAND */
H A Drandport.c14 #ifndef RAND
/macosx-10.10.1/sudo-73/src/
H A Dmkstemps.c92 # define RAND random macro
97 # define RAND lrand48 macro
101 # define RAND rand macro
132 return RAND() & 0xffffffff;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c68 *ip++ = RAND();
74 *cp++ = (unsigned char)RAND();
92 i = RAND();
100 g->n[0] = RAND();
/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dntlm_err.et13 error_code RAND, "Random generator failed"
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h31 #define RAND() random() macro
37 #define RAND() rand() macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/cfileTest/
H A DcfileTest.c75 return(min + (RAND() % (max-min+1)));
105 *ip++ = RAND();
109 *cp = (unsigned char)RAND();
154 *ip++ = RAND();
160 *cp++ = (unsigned char)RAND();
165 *cp++ = (char)RAND();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DgiantAsmBench.c59 /* RAND() only returns 31 bits on Unix.... */
60 digits[i]= RAND() + ((RAND() & 1) << 31);
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h77 #define RAND 333 macro
H A Dpic.y164 %token RAND
229 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1608 | RAND '(' any_expr ')'
1610 | RAND '(' ')'
H A Dlex.cpp498 { "rand", RAND },
H A Dpic.cpp149 #define RAND 333 macro
3207 "K_MAX","K_MIN","INT","RAND","SRAND","COPY","THRU","TOP","BOTTOM","UPPER",
3459 "expr : RAND '(' any_expr ')'",
3460 "expr : RAND '(' ')'",
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantDvt/
H A DgiantDvt.c63 return(min + (RAND() % (max-min+1)));
91 *ip++ = RAND();
97 *cp++ = (unsigned char)RAND();
115 i = RAND();
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dinstall.com37 $ FDIRS := ,RAND,SHA,DES,AES,DSA,RSA,DH,HMAC
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.computer23 02/11 Last day of JOSS service at RAND Corp., 1966
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/blobtest/
H A Dblobtest.c156 *ip++ = RAND();
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dinstall.com48 BUFFER,BIO,STACK,LHASH,RAND,ERR,-
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dmalloc.c420 #define RAND() (Rand = Rand*16777617 + 3) macro
440 else for(pos = p = RAND()%Regnum;; )
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKAUtil.c1451 10 11 12 13 ; first RAND
1455 20 21 22 23 ; second RAND
1459 30 31 32 33 ; third RAND
1789 uint8_t RAND[SIM_RAND_SIZE]; member in struct:__anon8352
1971 data = CFDataCreateWithBytesNoCopy(NULL, test_rand[i].RAND,
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2447 SDValue RAND = ReassociateOps(ISD::AND, N->getDebugLoc(), N0, N1);
2448 if (RAND.getNode() != 0)
2449 return RAND;

Completed in 291 milliseconds