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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtempname.c205 uint64_t random_time_bits; local
239 RANDOM_BITS (random_time_bits);
244 random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec;
247 value += random_time_bits ^ __getpid ();

Completed in 34 milliseconds