Home
last modified time | relevance | path

Searched defs:PRINTF_FORMAT (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/base/
Dcompiler-specific.h25 #define PRINTF_FORMAT(format_param, dots_param) \ macro
28 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libchrome/base/
Dcompiler_specific.h143 #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/
Dcmd_ddrphy.c19 #define PRINTF_FORMAT "%2d" macro
21 #define PRINTF_FORMAT "%02x" macro
Dcmd_ddrmphy.c18 #define PRINTF_FORMAT "%2d" macro
20 #define PRINTF_FORMAT "%02x" macro
/external/pdfium/third_party/base/
Dcompiler_specific.h147 #define PRINTF_FORMAT(format_param, dots_param) \ macro
150 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h350 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
353 #define PRINTF_FORMAT(a,b) macro