Searched refs:__PRI64_PREFIX (Results 1 – 1 of 1) sorted by relevance
11 #define __PRI64_PREFIX "ll" macro14 #define __PRI64_PREFIX "l" macro21 #define PRId64 __PRI64_PREFIX "d"27 #define PRIi64 __PRI64_PREFIX "i"33 #define PRIo64 __PRI64_PREFIX "o"39 #define PRIu64 __PRI64_PREFIX "u"45 #define PRIx64 __PRI64_PREFIX "x"51 #define PRIX64 __PRI64_PREFIX "X"
Completed in 2 milliseconds