FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TWO32TO64
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
60
#define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b))
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
38
#define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b))