Home
last modified time | relevance | path

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

/external/libusb/msvc/
Dconfig.h55 #define PRINTF_FORMAT(a, b) /**/ macro
/external/libusb/Xcode/
Dconfig.h34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h90 #define PRINTF_FORMAT(format_param, dots_param) \ macro
93 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libusb/android/
Dconfig.h49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/external/libchrome/base/
Dcompiler_specific.h143 #define PRINTF_FORMAT(format_param, dots_param) \ macro
146 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
356 #define PRINTF_FORMAT(a,b) macro