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

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dtmpname.cpp83 uint64_t random_time_bits = ((uint64_t)tv.tv_usec << 16) ^ tv.tv_sec; local
85 uint64_t random_time_bits = time(NULL); local
87 value += random_time_bits ^ getpid();
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dtempname.c206 uint64_t random_time_bits; local
240 RANDOM_BITS (random_time_bits);
245 random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec;
248 value += random_time_bits ^ __getpid ();
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dtempname.c233 uint64_t random_time_bits; local
263 RANDOM_BITS (random_time_bits);
269 random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec;
272 random_time_bits = time (NULL);
275 value += random_time_bits ^ __getpid ();

Completed in 320 milliseconds