Searched refs:random (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Drandom_seed.c45 uint64_t random = 0; local
56 random = 2 * random + (i & 1);
63 random ^= AV_READ_TIME();
65 random ^= clock();
68 random += random >> 32;
70 return random;
79 if (read_random(&seed, "/dev/random") == sizeof(seed))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A DMakefile.am34 random.c random.h \
36 random-csprng.c \
37 random-fips.c \
41 librandom_la_SOURCES += random-daemon.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A DMakefile.am34 random.c random.h \
36 random-csprng.c \
37 random-fips.c \
41 librandom_la_SOURCES += random-daemon.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstackprotector.h6 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dsec_ctx_torture.c42 switch (random() % 2) {
44 /* Push a random context */
52 printf("FAIL: push random ctx\n");
58 set_sec_ctx(random() % 32767,
59 random() % 32767,
79 /* Pop a random context */
84 printf("FAIL: pop random ctx\n");
H A Dsec_ctx_utils.c28 /* Generate random list of groups */
34 *ngroups = random() % groups_max();
38 printf("FAIL: malloc random grouplist\n");
43 (*groups)[i] = random() % 32767;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_math.l11 CSCurand - uniform random number generator
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmagic.c38 * Attempts to compute a random number seed which will not repeat.
71 return (double)random() / (double)0x7fffffffL; /* 2**31-1 */
77 return random();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dstackprotector.h15 #include <linux/random.h>
30 /* Try to get a semi random initial value. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-alarm.c43 random() % CONFIG(refresh) + 1,
44 ((random() % 5 + 1) * 200000) - 1);
57 random() % CONFIG(refresh) + 1,
58 ((random() % 5 + 1) * 200000) - 1);
65 random() % CONFIG(refresh) + 1,
66 ((random() % 5 + 1) * 200000) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A DMakefile.am22 DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
25 DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
26 SUBDIRS = compat mpi cipher random src doc tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A DMakefile.am22 DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
25 DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
26 SUBDIRS = compat mpi cipher random src doc tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmagic.c62 * Attempts to compute a random number seed which will not repeat.
87 * random_bytes - Fill a buffer with random bytes.
107 return (double)random() / (double)0x7fffffffL; /* 2**31-1 */
113 return random();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_statistic.h26 } random; member in union:xt_statistic_info::__anon1314
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dosport.h27 /* pre 2.6 solaris didn't include random(), etc prototypes
32 # define random(X) ((int)rand(X)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_statistic.h26 } random; member in union:xt_statistic_info::__anon17919
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_statistic.h26 } random; member in union:xt_statistic_info::__anon20140
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Drandom.c1 /* $KAME: random.c,v 1.5 2000/11/06 08:43:17 itojun Exp $ */
32 * a stub function to make random() to return good random numbers.
43 #include "random.h"
58 random() function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtorture.c78 if (random() % CULL_PROB == 0) {
104 if (in_transaction == 0 && random() % TRANSACTION_PROB == 0) {
111 if (in_transaction && random() % TRANSACTION_PROB == 0) {
118 if (in_transaction && random() % TRANSACTION_PROB == 0) {
128 if (in_transaction == 0 && random() % REOPEN_PROB == 0) {
135 if (random() % DELETE_PROB == 0) {
142 if (random() % STORE_PROB == 0) {
151 if (random() % APPEND_PROB == 0) {
160 if (random() % LOCKSTORE_PROB == 0) {
173 if (random()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_SAME.c26 " --random\n"
35 { "random", 0, 0, '3' },
158 int random = 0; local
176 random = 1;
182 if (random)
183 printf("random ");
193 int random = 0; local
208 random = 1;
214 if (random)
215 printf("--random ");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A DspewG.c44 p = 25+random()%50;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Darch_checks.c56 # error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dclient.conf45 # Choose a random host from the remote
48 ;remote-random
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Ddither.c40 /* 32-bit pseudo-random number generator
54 FLAC__int32 random; member in struct:__anon3848
60 FLAC__int32 output, mask, random; local
79 random = (FLAC__int32)prng(dither->random);
80 output += (random & mask) - (dither->random & mask);
82 dither->random = random;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dmangle_test.c121 len = 1 + random() % NAME_LENGTH;
124 p[i] = chars[random() % max_idx];
134 if (random() % 2 == 0) {
139 if (random() % 10 == 0) {
149 if (random() % 2 == 0) {

Completed in 467 milliseconds

1234567891011>>