HomeSort by relevance Sort by last modified time
    Searched refs:lrand48 (Results 76 - 91 of 91) sorted by null

1 2 34

  /system/extras/tests/lib/testUtil/
testUtil.c 185 // Use lrand48() to obtain 31 bits worth
187 val = lrand48();
189 // Make an additional lrand48() call and merge
191 val ^= lrand48() << 1;
207 // Use lrand48() when it would produce a sufficient
210 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand();
215 * srand48(x + n * 4) cause lrand48() to return the same sequence of
  /frameworks/base/services/common_time/
common_time_server.cpp 571 mTimelineID = (static_cast<uint64_t>(lrand48()) << 32)
572 | static_cast<uint64_t>(lrand48());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 399 extern long int lrand48 (void) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 399 extern long int lrand48 (void) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 399 extern long int lrand48 (void) __THROW;
  /bionic/libc/
Android.mk 348 upstream-netbsd/libc/stdlib/lrand48.c \
  /external/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.c 524 // whether we're using rand (part of the standard C library) or lrand48
533 return lrand48() % __n;
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 615 extern long int lrand48 (void) __attribute__ ((__nothrow__));
    [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 4895 milliseconds

1 2 34