Searched refs:PRIu64 (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.cpp38 #if !defined(PRIu64)
40 # define PRIu64 "I64u" macro
42 # define PRIu64 "llu" macro
44 #endif // PRIu64
226 std::sprintf( buf, "%" PRIu64, val );
/gem5/ext/sst/
H A Dgem5.cc163 info.output("Complete. Clocks Processed: %" PRIu64"\n", clocks_processed);
/gem5/util/m5/
H A Dm5.c290 printf("%"PRIu64, val);

Completed in 15 milliseconds