HomeSort by relevance Sort by last modified time
    Searched refs:drand48_data (Results 1 - 5 of 5) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
rand.h 47 struct drand48_data data;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 418 struct drand48_data struct
428 extern int drand48_r (struct drand48_data *__restrict __buffer,
431 struct drand48_data *__restrict __buffer,
435 extern int lrand48_r (struct drand48_data *__restrict __buffer,
439 struct drand48_data *__restrict __buffer,
444 extern int mrand48_r (struct drand48_data *__restrict __buffer,
448 struct drand48_data *__restrict __buffer,
453 extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
457 struct drand48_data *__buffer) __THROW __nonnull ((1, 2));
460 struct drand48_data *__buffer
    [all...]
  /external/fio/os/
os-linux.h 56 typedef struct drand48_data os_random_state_t;
  /external/valgrind/perf/
test_input_for_tinycc.c 634 struct drand48_data struct
644 extern int drand48_r (struct drand48_data *__restrict __buffer,
647 struct drand48_data *__restrict __buffer,
651 extern int lrand48_r (struct drand48_data *__restrict __buffer,
655 struct drand48_data *__restrict __buffer,
660 extern int mrand48_r (struct drand48_data *__restrict __buffer,
664 struct drand48_data *__restrict __buffer,
669 extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
673 struct drand48_data *__buffer) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
676 struct drand48_data *__buffer
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 239 milliseconds