Home
last modified time | relevance | path

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

/bionic/libc/include/
Dinttypes.h32 #define __PRI_FAST_prefix __PRI_PTR_prefix macro
62 #define PRIdFAST16 __PRI_FAST_prefix"d" /* int_fast16_t */
63 #define PRIdFAST32 __PRI_FAST_prefix"d" /* int_fast32_t */
80 #define PRIiFAST16 __PRI_FAST_prefix"i" /* int_fast16_t */
81 #define PRIiFAST32 __PRI_FAST_prefix"i" /* int_fast32_t */
99 #define PRIoFAST16 __PRI_FAST_prefix"o" /* int_fast16_t */
100 #define PRIoFAST32 __PRI_FAST_prefix"o" /* int_fast32_t */
117 #define PRIuFAST16 __PRI_FAST_prefix"u" /* uint_fast16_t */
118 #define PRIuFAST32 __PRI_FAST_prefix"u" /* uint_fast32_t */
135 #define PRIxFAST16 __PRI_FAST_prefix"x" /* uint_fast16_t */
[all …]