Searched refs:__seed48 (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/prng/
H A D__seed48.c3 unsigned short __seed48[7] = {0, 0, 0, 0xe66d, 0xdeec, 0x5, 0xb}; variable
H A Dlcong48.c7 memcpy(__seed48, p, sizeof __seed48);
H A Dlrand48.c7 return __rand48_step(s, __seed48 + 3) >> 17;
11 return nrand48(__seed48);
H A Dmrand48.c7 return __rand48_step(s, __seed48 + 3) >> 16;
11 return jrand48(__seed48);
H A Ddrand48.c10 } x = {0x3ff0000000000000ULL | __rand48_step(s, __seed48 + 3) << 4};
15 return erand48(__seed48);
H A Drand48_impl.h9 extern unsigned short __seed48[7] ATTR_LIBC_VISIBILITY;
H A Dseed48.c8 memcpy(p, __seed48, sizeof p);
9 memcpy(__seed48, s, sizeof p);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk544 $(LOCAL_DIR)/src/prng/__seed48.c \

Completed in 70 milliseconds