Searched defs:PRINTF_FORMAT (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/base/ |
H A 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/ |
H A D | compiler_specific.h | 144 #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 D | common.h | 337 #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 D | common.h | 337 #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 D | common.h | 337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 340 #define PRINTF_FORMAT(a,b) macro
|
Completed in 178 milliseconds