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

/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmkstemps.c43 /* We need to provide a type for gcc_uint64_t. */
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value;
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
112 gcc_uint64_t v = value;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmkstemps.c43 /* We need to provide a type for gcc_uint64_t. */
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value;
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
112 gcc_uint64_t v = value;
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmkstemps.c43 /* We need to provide a type for gcc_uint64_t. */
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value;
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
112 gcc_uint64_t v = value;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmkstemps.c43 /* We need to provide a type for gcc_uint64_t. */
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value;
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
112 gcc_uint64_t v = value;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmkstemps.c43 /* We need to provide a type for gcc_uint64_t. */
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value;
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
112 gcc_uint64_t v = value;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmkstemps.c43 /* We need to provide a type for gcc_uint64_t. */
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value;
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
112 gcc_uint64_t v = value;

Completed in 139 milliseconds