Searched refs:rand (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_DECL_IDRED.redef2.d41 inline int rand = 7;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/lexer/
H A Derr.D_SYNTAX.paren2.d37 rand(
H A Derr.D_SYNTAX.paren3.d36 /rand(/
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_LQUANT_LIMTYPE.lqbad1.d43 @a[1] = lquantize(timestamp, 100, rand(), 1);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.rand.d30 * ASSERTION: Test rand()
32 * SECTION: Actions and Subroutines/rand()
46 trace(rand());
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.substr.d41 trace(substr((char *)rand(), rand() ^ vtimestamp));
47 trace(substr((char *)rand(), -rand() ^ vtimestamp));
H A Dtst.index.d41 trace(index((char *)rand(), (char *)(rand() ^ vtimestamp)));
47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp,
54 trace(index((char *)arg0, (char *)arg1, rand()));
H A Dtst.ddi_pathname.d41 trace(ddi_pathname((struct dev_info *)rand(), rand()));
47 trace(ddi_pathname((struct dev_info *)arg1, rand()));
H A Dtst.progenyof.d45 trace(progenyof(rand()));
50 trace(progenyof(rand()));
H A Dtst.strchr.d41 trace(strchr((char *)(rand() ^ timestamp), rand()));
47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
H A Dtst.msgsize.d51 trace(msgsize((mblk_t *)rand()));
57 trace(msgdsize((mblk_t *)rand()));
H A Dtst.strjoin.d41 trace(strjoin((char *)rand(), (char *)(rand() ^ vtimestamp)));
H A Dtst.strstr.d41 trace(strstr((char *)rand(), (char *)(rand() ^ vtimestamp)));
H A Dtst.strtok.d41 trace(strtok((char *)rand(), (char *)(rand() ^ vtimestamp)));
H A Dtst.rw.d42 @[rw_read_held((struct rwlock *)rand())] = count();
49 @[rw_write_held((struct rwlock *)rand())] = count();
56 @[rw_iswriter((struct rwlock *)rand())] = count();
H A Dtst.random.d31 * trace rand() at every fbt probe point.
33 * SECTION: Actions and Subroutines/rand();
49 trace(*(int *)rand());
H A Dtst.unalign.d41 trace(*(int *)(rand() | 1));
H A Dtst.copyin.d51 trace(copyin(rand(), 1));
56 trace(copyin(rand() | 1, 1));
/freebsd-10.0-release/share/examples/libvgl/
H A Ddemo.c108 VGLBitmapCopy(VGLDisplay, rand()%xsize, rand()%ysize,
109 VGLDisplay, rand()%xsize, rand()%ysize,
110 rand()%xsize, rand()%ysize);
111 VGLLine(VGLDisplay, rand()%xsize, rand()%ysize,
112 rand()%xsize, rand()
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Ddes_old2.c77 #include <openssl/rand.h>
H A Drand_key.c57 #include <openssl/rand.h>
/freebsd-10.0-release/contrib/opie/libopie/
H A Drandomchallenge.c46 (rand() % 499) + 1, buf);
/freebsd-10.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_dgst.c62 #include <openssl/rand.h>
/freebsd-10.0-release/crypto/openssl/crypto/
H A Do_fips.c62 #include <openssl/rand.h>
H A Do_init.c59 #include <openssl/rand.h>

Completed in 104 milliseconds

1234567891011>>