Searched refs:__PRI64_PREFIX (Results 1 – 1 of 1) sorted by relevance
27 # define __PRI64_PREFIX "l" macro30 # define __PRI64_PREFIX "ll" macro40 # define PRId64 __PRI64_PREFIX "d"56 # define PRIi64 __PRI64_PREFIX "i"72 # define PRIo64 __PRI64_PREFIX "o"88 # define PRIu64 __PRI64_PREFIX "u"104 # define PRIx64 __PRI64_PREFIX "x"120 # define PRIX64 __PRI64_PREFIX "X"134 # define PRIdMAX __PRI64_PREFIX "d"135 # define PRIiMAX __PRI64_PREFIX "i"[all …]
Completed in 3 milliseconds