Searched defs:PRINTF_FORMAT (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/base/ |
D | compiler-specific.h | 35 #define PRINTF_FORMAT(format_param, dots_param) \ macro 38 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 152 #define PRINTF_FORMAT(format_param, dots_param) \ macro 155 #define PRINTF_FORMAT(format_param, dots_param) 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 | 349 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 352 #define PRINTF_FORMAT(a,b) macro
|