Searched refs:gcc_uint64_t (Results 1 – 3 of 3) sorted by relevance
43 __extension__ typedef unsigned long long gcc_uint64_t; typedef45 typedef unsigned long gcc_uint64_t; typedef78 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()
3393 * mkstemps.c (gcc_uint64_t): Mark GNUC `long long' case with
1011 * mkstemp.c: Include gansidecl.h. Rename uint64_t to gcc_uint64_t.