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 | 139 #define PRINTF_FORMAT(format_param, dots_param) \ macro 142 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libweave/third_party/chromium/base/ |
D | compiler_specific.h | 139 #define PRINTF_FORMAT(format_param, dots_param) \ macro 142 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 340 #define PRINTF_FORMAT(a,b) macro
|