Lines Matching refs:__PRI_64_prefix

26 #define __PRI_64_prefix  "l"
29 #define __PRI_64_prefix "ll"
53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
58 #define PRIdLEAST64 __PRI_64_prefix"d" /* int_least64_t */
63 #define PRIdFAST64 __PRI_64_prefix"d" /* int_fast64_t */
71 #define PRIi64 __PRI_64_prefix"i" /* int64_t */
76 #define PRIiLEAST64 __PRI_64_prefix"i" /* int_least64_t */
81 #define PRIiFAST64 __PRI_64_prefix"i" /* int_fast64_t */
90 #define PRIo64 __PRI_64_prefix"o" /* int64_t */
95 #define PRIoLEAST64 __PRI_64_prefix"o" /* int_least64_t */
100 #define PRIoFAST64 __PRI_64_prefix"o" /* int_fast64_t */
108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
113 #define PRIuLEAST64 __PRI_64_prefix"u" /* uint_least64_t */
118 #define PRIuFAST64 __PRI_64_prefix"u" /* uint_fast64_t */
126 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */
131 #define PRIxLEAST64 __PRI_64_prefix"x" /* uint_least64_t */
136 #define PRIxFAST64 __PRI_64_prefix"x" /* uint_fast64_t */
144 #define PRIX64 __PRI_64_prefix"X" /* uint64_t */
149 #define PRIXLEAST64 __PRI_64_prefix"X" /* uint_least64_t */
154 #define PRIXFAST64 __PRI_64_prefix"X" /* uint_fast64_t */
163 #define SCNd64 __PRI_64_prefix"d" /* int64_t */
168 #define SCNdLEAST64 __PRI_64_prefix"d" /* int_least64_t */
173 #define SCNdFAST64 __PRI_64_prefix"d" /* int_fast64_t */
181 #define SCNi64 __PRI_64_prefix"i" /* int64_t */
186 #define SCNiLEAST64 __PRI_64_prefix"i" /* int_least64_t */
191 #define SCNiFAST64 __PRI_64_prefix"i" /* int_fast64_t */
200 #define SCNo64 __PRI_64_prefix"o" /* uint64_t */
205 #define SCNoLEAST64 __PRI_64_prefix"o" /* uint_least64_t */
210 #define SCNoFAST64 __PRI_64_prefix"o" /* uint_fast64_t */
218 #define SCNu64 __PRI_64_prefix"u" /* uint64_t */
223 #define SCNuLEAST64 __PRI_64_prefix"u" /* uint_least64_t */
228 #define SCNuFAST64 __PRI_64_prefix"u" /* uint_fast64_t */
236 #define SCNx64 __PRI_64_prefix"x" /* uint64_t */
241 #define SCNxLEAST64 __PRI_64_prefix"x" /* uint_least64_t */
246 #define SCNxFAST64 __PRI_64_prefix"x" /* uint_fast64_t */