Searched refs:__seed48 (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/src/prng/ |
H A D | lcong48.c | 7 memcpy(__seed48, p, sizeof __seed48); in lcong48()
|
H A D | mrand48.c | 7 return (int32_t)(__rand48_step(s, __seed48+3) >> 16); in jrand48() 12 return jrand48(__seed48); in mrand48()
|
H A D | lrand48.c | 7 return __rand48_step(s, __seed48+3) >> 17; in nrand48() 12 return nrand48(__seed48); in lrand48()
|
H A D | seed48.c | 8 memcpy(p, __seed48, sizeof p); in seed48() 9 memcpy(__seed48, s, sizeof p); in seed48()
|
H A D | drand48.c | 10 } x = { 0x3ff0000000000000ULL | __rand48_step(s, __seed48+3)<<4 }; in erand48() 16 return erand48(__seed48); in drand48()
|
H A D | __seed48.c | 3 unsigned short __seed48[7] = { 0, 0, 0, 0xe66d, 0xdeec, 0x5, 0xb }; variable
|
Completed in 4 milliseconds