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
54 #define PRId64 __PRI_64_prefix"d" /* int64_t */
59 #define PRIdLEAST64 __PRI_64_prefix"d" /* int_least64_t */
64 #define PRIdFAST64 __PRI_64_prefix"d" /* int_fast64_t */
72 #define PRIi64 __PRI_64_prefix"i" /* int64_t */
77 #define PRIiLEAST64 __PRI_64_prefix"i" /* int_least64_t */
82 #define PRIiFAST64 __PRI_64_prefix"i" /* int_fast64_t */
91 #define PRIo64 __PRI_64_prefix"o" /* int64_t */
96 #define PRIoLEAST64 __PRI_64_prefix"o" /* int_least64_t */
[all …]