Lines Matching defs:time
50 # include <sys/time.h>
121 # error "Unsupported HP-PA and IA32 at the same time."
128 * The following algorithm repeatedly samples the real-time clock (RTC) to
176 /* Get wall clock time, take 8 bits. */
759 uint64_t time;
772 data.time = get_time_stamp();
782 uint64_t time;
796 data.time = get_timer_bits();
803 * Get the current time with the highest possible resolution
805 * The time stamp is added to the nonce, so it is optimized for not repeating.
806 * The current time is ideal for this purpose, provided the computer's clock
828 return time(NULL);
879 return time(NULL);