Home
last modified time | relevance | path

Searched refs:gcc_uint64_t (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dmkstemps.c45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value; in mkstemps()
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid (); in mkstemps()
112 gcc_uint64_t v = value; in mkstemps()
H A DChangeLog7629 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dmkstemps.c45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value; in mkstemps()
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid (); in mkstemps()
112 gcc_uint64_t v = value; in mkstemps()
H A DChangeLog7219 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dmkstemps.c45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value; in mkstemps()
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid (); in mkstemps()
112 gcc_uint64_t v = value; in mkstemps()
H A DChangeLog7138 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dmkstemps.c45 __extension__ typedef unsigned long long gcc_uint64_t; typedef
47 typedef unsigned long gcc_uint64_t; typedef
84 static gcc_uint64_t value; in mkstemps()
105 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid (); in mkstemps()
112 gcc_uint64_t v = value; in mkstemps()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19989590 * mkstemp.c: Include gansidecl.h. Rename uint64_t to gcc_uint64_t.