Searched refs:random (Results 76 - 100 of 374) sorted by relevance

1234567891011>>

/freebsd-11-stable/tests/sys/geom/class/mirror/
H A D8_test.sh32 dd if=/dev/random of=$m1 bs=$ddbs count=1 conv=notrunc >/dev/null 2>&1
H A D13_test.sh17 dd if=/dev/random of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
29 dd if=/dev/random of=$tmp1 bs=$ddbs count=1 >/dev/null 2>&1
H A D2_test.sh15 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D6_test.sh15 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c71 b1[n] = (unsigned char)random();
72 b2[n] = (unsigned char)random();
100 * random() shall produce by default a sequence of numbers that can be
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dinit_test.sh48 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
49 atf_check dd if=/dev/random of=rnd bs=$MAX_SECSIZE count=${sectors} \
70 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
124 atf_check dd if=/dev/random of=keyfile0 bs=512 count=16 status=none
125 atf_check dd if=/dev/random of=keyfile1 bs=512 count=16 status=none
126 dd if=/dev/random bs=512 count=16 status=none | sha1 > passfile0
128 dd if=/dev/random bs=512 count=16 status=none | sha1 > passfile1
266 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
267 atf_check dd if=/dev/random of=rnd bs=$MAX_SECSIZE count=${sectors} \
308 atf_check dd if=/dev/random o
[all...]
H A Ddetach_test.sh18 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Drandom.c18 /* $Id: random.c,v 1.28 2009/07/16 05:52:46 marka Exp $ */
35 #include <isc/random.h>
84 * rand()'s lower bits are not random.
/freebsd-11-stable/sys/dev/syscons/plasma/
H A Dplasma_saver.c209 plasma_foci[i].x = random() % scrw;
210 plasma_foci[i].y = random() % scrh;
211 plasma_foci[i].vx = random() % 5 - 2;
212 plasma_foci[i].vy = random() % 5 - 2;
/freebsd-11-stable/sys/dev/random/
H A Dhash.c48 #include <dev/random/hash.h>
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h43 /* 31-bits because random() generates range from 0->(2**31)-1 */
145 if (random() < pst->drop_prob) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h32 #include <sys/random.h>
/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.h56 #define DIAL_TIMEOUT 30 /* Default and Max random time to redial */
127 #define random arc4random macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h19 #include <random>
32 // TODO: Try to make this a bit less of a random mishmash of functions.
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp19 #include <random>
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D00.t25 dd if=/dev/random of=${n0} bs=12345 count=1 >/dev/null 2>&1
/freebsd-11-stable/contrib/pjdfstest/tests/truncate/
H A D00.t25 dd if=/dev/random of=${n0} bs=12345 count=1 >/dev/null 2>&1
/freebsd-11-stable/tests/sys/geom/class/raid3/
H A D6_test.sh18 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D7_test.sh18 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D8_test.sh18 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
H A D9_test.sh18 dd if=/dev/random of=${src} bs=$ddbs count=$nblocks2 >/dev/null 2>&1
/freebsd-11-stable/tests/sys/geom/class/shsec/
H A D2_test.sh13 dd if=/dev/random of=${src} count=$nblocks1 >/dev/null 2>&1
/freebsd-11-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c31 * predictable pseudo-random byte sequence through it using variable block
68 buffer[i] = htonl(random());
77 if (buffer[i] != htonl(random()))
/freebsd-11-stable/sys/dev/syscons/snake/
H A Dsnake_saver.c108 (random() % 50) == 0)
112 (random() % 20) == 0)
/freebsd-11-stable/contrib/ntp/util/
H A Dsht.c194 * clock and use a bit of fuzz from 'random()' to get a
215 rcv_frc = (u_int)random() % 1000000000u;
219 clk_frc = rcv_frc + (u_int)(random()%7094713 - 3547356);

Completed in 299 milliseconds

1234567891011>>