Searched refs:drand48_data (Results 1 – 5 of 5) sorted by relevance
47 struct drand48_data data;
56 typedef struct drand48_data os_random_state_t;
634 struct drand48_data struct644 extern int drand48_r (struct drand48_data *__restrict __buffer, argument647 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)
1835 struct drand48_data buf; in TEST()1846 struct drand48_data buf; in TEST()
11069 drand48_data. Problem reported by Horst Wente.