Searched refs:random (Results 276 - 300 of 447) sorted by relevance

<<1112131415161718

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dmanage.c13 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-csprng.c0 /* random-csprng.c - CSPRNG style random number generator (libgcrypt classic)
22 This random number generator is modelled after the one described in
60 #include "random.h"
106 /* KEYPOOL is used as a scratch copy to read out random from RNDPOOL.
110 /* This is the offset into RNDPOOL where the next random bytes are to
127 /* If random of level GCRY_VERY_STRONG_RANDOM has been requested we
158 guaranteed to point to function. (On systems without a random
173 requests for very strong random are degraded to strong random
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dirq_ia64.c26 #include <linux/random.h> /* for rand_initialize_irq() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c0 /* random-csprng.c - CSPRNG style random number generator (libgcrypt classic)
22 This random number generator is modelled after the one described in
60 #include "random.h"
106 /* KEYPOOL is used as a scratch copy to read out random from RNDPOOL.
110 /* This is the offset into RNDPOOL where the next random bytes are to
127 /* If random of level GCRY_VERY_STRONG_RANDOM has been requested we
158 guaranteed to point to function. (On systems without a random
173 requests for very strong random are degraded to strong random
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dcommon.c540 return x + ((y - x) * (ratio - 1) / random() & (ratio - 1));
2224 * MUST be delayed by a random amount of time between
2235 ev->retrans = (random() % (MAX_SOL_DELAY - MIN_SOL_DELAY)) +
2247 r = (double)((random() % 1000) + 1) / 10000;
2250 r = (double)((random() % 2000) - 1000) / 10000;
H A Ddhcp6c.c1021 * A client SHOULD generate a random number that cannot easily
1028 ev->xid = random() & DH6_XIDMASK;
1296 * A client SHOULD generate a random number that cannot easily
1303 ev->xid = random() & DH6_XIDMASK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtexpr.tex27 \item Inbuilt hashing gives a random access capability, useful for when linking
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A Dconfigure1626 --enable-random=name select which random number generator to use
1627 --disable-dev-random disable the use of dev random
1628 --enable-random-daemon Build and support the experimental gcryptrnd
9171 # consuming and fragmenting process. To avoid this, we pick a random,
11849 # Definitions for random modules.
11985 # Figure out the name of the random device
11994 NAME_OF_DEV_RANDOM="/dev/random"
12550 # Implementation of the --enable-random switc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure1626 --enable-random=name select which random number generator to use
1627 --disable-dev-random disable the use of dev random
1628 --enable-random-daemon Build and support the experimental gcryptrnd
9171 # consuming and fragmenting process. To avoid this, we pick a random,
11849 # Definitions for random modules.
11985 # Figure out the name of the random device
11994 NAME_OF_DEV_RANDOM="/dev/random"
12550 # Implementation of the --enable-random switc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dlibswresample.mak360 fate-swr-resample_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6c.c1022 * A client SHOULD generate a random number that cannot easily
1029 ev->xid = random() & DH6_XIDMASK;
1297 * A client SHOULD generate a random number that cannot easily
1304 ev->xid = random() & DH6_XIDMASK;
H A Dserver6_addr.c539 seed[i] = random();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A DMakefile369 ../random/librandom.la \
376 ../random/librandom.la \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A DMakefile369 ../random/librandom.la \
376 ../random/librandom.la \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c81 * - send random size buffers
386 /* BOUNDED_RAND(bufmin, buflen) returns a random value evenly distributed in
396 #define RAND() random()
397 #define BOUNDED_RAND(bufmin, buflen) ((( ((unsigned long)random() >> 15) * \
603 int rndm; /* 0="normal", !0=random data */
628 sending random-size buffers */
629 unsigned int seed; /* seed for random number generator
630 used for random buffer lengths */
1123 /* seed the random number generator */
1460 /* set rbuflen to a random valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dprocess.c1290 last_printer_reload_time += random() % time_range;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dtorture.c980 lock_timeout = (1 + (random() % 20));
2276 /* generate a random buffer */
2312 /* send random IPC commands */
2324 printf("starting random ipc test\n");
2353 printf("finished random ipc test\n");
4284 slprintf(fname, sizeof(fname), "\\%x", (int)random());
4304 slprintf(fname, sizeof(fname), "\\%x", (int)random());
5051 (unsigned)random());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminissdp.c729 _usleep(random()>>20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S344 .word 0x91b002a0 !random %o0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dab3550-core.c20 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dsm_ftl.c12 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c16 #include <linux/random.h>
666 * We pick one entry at random to throw out. Choosing the Least
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dhdlcdrv.c59 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_main.c21 #include <linux/random.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dscan.c47 #include <linux/random.h>

Completed in 268 milliseconds

<<1112131415161718