Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcompiler-specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libchrome/base/
Dcompiler_specific.h152 #define PRINTF_FORMAT(format_param, dots_param) \ macro
155 #define PRINTF_FORMAT(format_param, dots_param) 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.h349 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
352 #define PRINTF_FORMAT(a,b) macro