Home
last modified time | relevance | path

Searched refs:__PRI64_PREFIX (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dinttypes.h44 # define __PRI64_PREFIX "l" macro
47 # define __PRI64_PREFIX "ll" macro
57 # define PRId64 __PRI64_PREFIX "d"
73 # define PRIi64 __PRI64_PREFIX "i"
89 # define PRIo64 __PRI64_PREFIX "o"
105 # define PRIu64 __PRI64_PREFIX "u"
121 # define PRIx64 __PRI64_PREFIX "x"
137 # define PRIX64 __PRI64_PREFIX "X"
151 # define PRIdMAX __PRI64_PREFIX "d"
152 # define PRIiMAX __PRI64_PREFIX "i"
[all …]

Completed in 6 milliseconds