Searched defs:PRINTF_FORMAT (Results 1 – 9 of 9) sorted by relevance
/external/libusb/msvc/ |
D | config.h | 55 #define PRINTF_FORMAT(a, b) /**/ macro
|
/external/libusb/Xcode/ |
D | config.h | 34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/android/ |
D | config.h | 49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 90 #define PRINTF_FORMAT(format_param, dots_param) \ macro 93 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libchrome/base/ |
D | compiler_specific.h | 143 #define PRINTF_FORMAT(format_param, dots_param) \ macro 146 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/libusb/darwin/ |
D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/windows/ |
D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/libusb/linux/ |
D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 356 #define PRINTF_FORMAT(a,b) macro
|