Home
last modified time | relevance | path

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

/bionic/libc/include/
Dinttypes.h26 #define __PRI_64_prefix "l" macro
29 #define __PRI_64_prefix "ll" macro
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 */
[all …]