Searched defs:PRINTF_FORMAT (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/base/ |
D | compiler-specific.h | 25 #define PRINTF_FORMAT(format_param, dots_param) \ macro 28 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 143 #define PRINTF_FORMAT(format_param, dots_param) \ macro 146 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/u-boot/arch/arm/mach-uniphier/dram/ |
D | cmd_ddrphy.c | 19 #define PRINTF_FORMAT "%2d" macro 21 #define PRINTF_FORMAT "%02x" macro
|
D | cmd_ddrmphy.c | 18 #define PRINTF_FORMAT "%2d" macro 20 #define PRINTF_FORMAT "%02x" macro
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 147 #define PRINTF_FORMAT(format_param, dots_param) \ macro 150 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 350 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 353 #define PRINTF_FORMAT(a,b) macro
|