Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libiberty/src/
H A Dmkstemps.c43 __extension__ typedef unsigned long long gcc_uint64_t; typedef
45 typedef unsigned long gcc_uint64_t; typedef
78 static gcc_uint64_t value; in mkstemps()
99 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid (); in mkstemps()
106 gcc_uint64_t v = value; in mkstemps()
H A DChangeLog3393 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.01011 * mkstemp.c: Include gansidecl.h. Rename uint64_t to gcc_uint64_t.