OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drand48_data
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
...]
/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/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
...]
Completed in 574 milliseconds