Home
last modified time | relevance | path

Searched refs:TWO32TO64 (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c38 #define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b)) macro
45 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_time_stamp()
58 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_timer_bits()
H A Drand_unix.c55 # define TWO32TO64(a, b) ((((uint64_t)(a)) << 32) + (b)) macro
781 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_time_stamp()
790 return TWO32TO64(tv.tv_sec, tv.tv_usec); in get_time_stamp()

Completed in 20 milliseconds