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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmkstemps.c41 /* We need to provide a type for gcc_uint64_t. */
43 __extension__ typedef unsigned long long gcc_uint64_t; typedef
45 typedef unsigned long gcc_uint64_t; typedef
82 static gcc_uint64_t value;
103 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
110 gcc_uint64_t v = value;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmkstemps.c41 /* We need to provide a type for gcc_uint64_t. */
43 __extension__ typedef unsigned long long gcc_uint64_t; typedef
45 typedef unsigned long gcc_uint64_t; typedef
82 static gcc_uint64_t value;
103 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
110 gcc_uint64_t v = value;

Completed in 84 milliseconds