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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
srand48.c 1 /* $NetBSD: srand48.c,v 1.7 2005/06/12 05:21:28 lukem Exp $ */
18 __RCSID("$NetBSD: srand48.c,v 1.7 2005/06/12 05:21:28 lukem Exp $");
25 __weak_alias(srand48,_srand48)
29 srand48(long seed)
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 52 static __inline void srand(unsigned int __s) { srand48(__s); }
56 static __inline void srandom(unsigned int __s) { srand48(__s); }
  /bionic/tests/
stdlib_test.cpp 39 srand48(0x01020304);
44 srand48(0x01020304);
47 srand48(0x01020304);
84 srand48(0x01020304);
89 srand48(0x01020304);
92 srand48(0x01020304);
126 srand48(0x01020304);
131 srand48(0x01020304);
134 srand48(0x01020304);
  /external/ppp/pppd/
magic.c 57 extern void srand48 __P((long));
74 srand48(seed);
117 srand48(seedval) function
  /system/extras/tests/lib/testUtil/
testUtil.c 179 * Precondition: srand48() called to set the seed of
202 * Precondition: srand48() called to set the seed of
215 * across different seeds. For example, srand48(x) and
216 * srand48(x + n * 4) cause lrand48() to return the same sequence of
239 * Precondition: srand48() called to set the seed of
252 * Precondition: srand48() called to set the seed of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libXdmcp.so.6 
libXdmcp.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libXdmcp.so.6 
libXdmcp.so.6.0.0 
  /development/ndk/platforms/android-16/include/
stdlib.h 117 extern void srand48(long);
127 srand48(__s);
135 srand48(__s);
  /development/ndk/platforms/android-3/include/
stdlib.h 113 extern void srand48(long);
123 srand48(__s);
131 srand48(__s);
  /development/ndk/platforms/android-8/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /development/ndk/platforms/android-9/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);

Completed in 1670 milliseconds

1 2 3 4 5 6 7 8 91011>>