Searched defs:PRINTF_FORMAT (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/base/
H A Dcompiler-specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libchrome/base/
H A Dcompiler_specific.h144 #define PRINTF_FORMAT(format_param, dots_param) \ macro
147 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
340 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
340 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
340 #define PRINTF_FORMAT(a,b) macro

Completed in 163 milliseconds