Searched refs:__PRI64_PREFIX (Results 1 – 1 of 1) sorted by relevance
46 # define __PRI64_PREFIX "l" macro49 # define __PRI64_PREFIX "ll" macro59 # define PRId64 __PRI64_PREFIX "d"75 # define PRIi64 __PRI64_PREFIX "i"91 # define PRIo64 __PRI64_PREFIX "o"107 # define PRIu64 __PRI64_PREFIX "u"123 # define PRIx64 __PRI64_PREFIX "x"139 # define PRIX64 __PRI64_PREFIX "X"153 # define PRIdMAX __PRI64_PREFIX "d"154 # define PRIiMAX __PRI64_PREFIX "i"[all …]
Completed in 5 milliseconds