Searched refs:gcc_uint64_t (Results 1 – 8 of 8) sorted by relevance
45 __extension__ typedef unsigned long long gcc_uint64_t; typedef47 typedef unsigned long gcc_uint64_t; typedef84 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()
7629 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
7219 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
7138 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
9590 * mkstemp.c: Include gansidecl.h. Rename uint64_t to gcc_uint64_t.