HomeSort by relevance Sort by last modified time
    Searched full:srandom (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/syslinux/gpxe/src/core/
random.c 19 void srandom ( unsigned int seed ) { function
32 srandom ( currticks() );
  /external/e2fsprogs/lib/uuid/
configure.in 9 AC_CHECK_FUNCS(srandom)
  /bionic/libc/bionic/
rand.cpp 19 // The BSD rand/srand is very weak. glibc just uses random/srandom instead.
28 return srandom(seed);
  /external/syslinux/gpxe/src/include/
stdlib.h 55 extern void srandom ( unsigned int seed );
62 srandom ( seed );
  /external/fec/
peaktest.c 20 srandom(time(NULL));
sqtest.c 18 srandom(time(NULL));
sumsq_test.c 37 srandom(t);
  /external/python/cpython3/Modules/_decimal/libmpdec/
vccompat.h 39 #undef srandom macro
40 #define srandom srand macro
  /external/libdrm/tests/
hash.c 190 srandom(0xbeefbeef);
193 srandom(0xbeefbeef);
196 srandom(0xbeefbeef);
204 srandom(0xbeefbeef);
207 srandom(0xbeefbeef);
210 srandom(0xbeefbeef);
  /external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/
memcmp.c 60 srandom(1);
78 srandom(1);
  /frameworks/compile/mclinker/lib/Support/Unix/
System.inc 74 /// srandom - set the initial seed value for future calls to random().
76 ::srandom(pSeed);
  /external/libcups/
config.h 60 #define CUPS_SRAND(v) srandom(v)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 53 # define srandom srand macro
  /toolchain/binutils/binutils-2.27/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
170 Note that this initialization takes advantage of the fact that srandom
232 srandom (unsigned int x)
251 the best (largest) one we can and set things up for it. srandom is
253 from srandom, we set state[-1] to be the type multiplexed with the current
305 /* Must set END_PTR before srandom. */
307 srandom(seed);
231 srandom (unsigned int x) function
  /cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
Constants.java 51 public static final SecureRandom sRandom = new SecureRandom();
ReplyUtil.java 76 final String replyAction = Constants.ACTION_REPLY + Constants.sRandom.nextLong();
  /external/libnetfilter_conntrack/qa/
ct_stress.c 32 srandom(t);
  /external/syslinux/com32/include/
stdlib.h 84 static __inline__ void srandom(unsigned int __s) function
  /frameworks/compile/mclinker/lib/Support/Windows/
System.inc 44 /// srandom - set the initial seed value for future calls to random().
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java 43 private static final Random sRandom = new Random();
91 int index = sRandom.nextInt(allowed2GChannels.size());
99 allowed5GFreqList[sRandom.nextInt(allowed5GFreqList.length)]);
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 66 private static final Random sRandom = new Random();
191 final int i = sRandom.nextInt(sIntentList.size());
195 if (sRandom.nextBoolean()) {
206 final int i = sRandom.nextInt(sIntentList.size());
210 if (sRandom.nextBoolean()) {
  /frameworks/base/core/java/android/content/pm/
InstantAppResolveInfo.java 244 private static Random sRandom = null;
247 sRandom = SecureRandom.getInstance("SHA1PRNG");
250 sRandom = new Random();
351 final int manufacturedSize = realSize + 10 + sRandom.nextInt(10);
354 mDigestPrefixSecure[i] = sRandom.nextInt() & DIGEST_MASK;
  /external/mesa3d/src/glx/
glxhash.c 445 srandom(0xbeefbeef);
448 srandom(0xbeefbeef);
451 srandom(0xbeefbeef);
459 srandom(0xbeefbeef);
462 srandom(0xbeefbeef);
465 srandom(0xbeefbeef);
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 78 static __inline void srandom(unsigned int __s) { srand48(__s); } function
  /external/bzip2/
spewG.c 41 srandom(1);

Completed in 747 milliseconds

1 2 3 4 5 6 7