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

1 2 3 4 5 6 7 8

  /external/llvm/autoconf/m4/
rand48.m4 2 # This function determins if the srand48,drand48,lrand48 functions are
7 [srand48/lrand48/drand48], [<stdlib.h>],
8 [srand48(0);lrand48();drand48();])
10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
  /external/llvm/projects/sample/autoconf/m4/
rand48.m4 2 # This function determins if the srand48,drand48,lrand48 functions are
7 [srand48/lrand48/drand48], [<stdlib.h>],
8 [srand48(0);lrand48();drand48();])
10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
  /system/extras/tests/bionic/libc/common/
test_drand48.c 71 puts(" srand48(100)");
72 srand48(100);
78 puts(" srand48(100)");
79 srand48(100);
85 puts(" srand48(101)");
86 srand48(101);
93 puts(" srand48(100)");
94 srand48(100);
100 puts(" srand48(100)");
101 srand48(100)
    [all...]
  /bionic/libc/stdlib/
srand48.c 1 /* $OpenBSD: srand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
22 srand48(long seed) function
  /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 178 * Precondition: srand48() called to set the seed of
201 * Precondition: srand48() called to set the seed of
214 * across different seeds. For example, srand48(x) and
215 * srand48(x + n * 4) cause lrand48() to return the same sequence of
238 * Precondition: srand48() called to set the seed of
251 * Precondition: srand48() called to set the seed of
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXdmcp.so.6 
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXdmcp.so.6 
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
  /bionic/libc/include/
stdlib.h 114 extern void srand48(long);
124 srand48(__s);
132 srand48(__s);
  /development/ndk/platforms/android-3/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /development/ndk/platforms/android-8/include/
stdlib.h 111 extern void srand48(long);
121 srand48(__s);
129 srand48(__s);
  /development/ndk/platforms/android-9/include/
stdlib.h 111 extern void srand48(long);
121 srand48(__s);
129 srand48(__s);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdlib.h 110 extern void srand48(long);
120 srand48(__s);
128 srand48(__s);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdlib.h 111 extern void srand48(long);
121 srand48(__s);
129 srand48(__s);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
stdlib.h 111 extern void srand48(long);
121 srand48(__s);
129 srand48(__s);

Completed in 1121 milliseconds

1 2 3 4 5 6 7 8