Searched refs:_rand_next (Results 1 – 3 of 3) sorted by relevance
58 NEWLIB_THREAD_LOCAL long long _rand_next = 1; variable66 _rand_next = _rand_next * __extension__ 6364136223846793005LL + 1; in random()67 return (long int)((_rand_next >> 32) & RAND_MAX); in random()
58 extern NEWLIB_THREAD_LOCAL long long _rand_next;63 _rand_next = seed; in srandom()
7858 initialization of _rand_next to 1.19124 * libc/include/sys/reent.h (struct _rand48): Keep _rand_next if20621 * libc/include/sys/reent.h (_rand_next): Added __extension__20638 * libc/include/sys/reent.h (_rand_next): Changed to20640 (_REENT_INIT): Changed to move _rand_next initialization.21869 * libc/include/sys/reent.h (struct _reent): Added variables _rand_next, _strtok_last,21875 '_REENT_ONLY' is set. Used variable '_rand_next' from struct reent.