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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/valgrind/main/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...]

Completed in 156 milliseconds