Searched refs:PRIuFAST64 (Results 1 – 7 of 7) sorted by relevance
103 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
101 #define PRIuFAST64 "llu" /* uint_fast64_t */ macro
99 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
109 #define PRIuFAST64 __PRI64"u" /* uint_fast64_t */ macro
89 PRIuFAST64
130 PRINT(PRIuFAST64, uif64); in ATF_TC_BODY()