Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dcompiler_specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
/third_party/libusb/msvc/
Dconfig.h55 #define PRINTF_FORMAT(a, b) /**/ macro
/third_party/libusb/Xcode/
Dconfig.h34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/libusb/android/
Dconfig.h49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
/third_party/libusb/windows/
Dconfig.h149 #define PRINTF_FORMAT(a, b) macro
/third_party/libusb/darwin/
Dconfig.h148 #define PRINTF_FORMAT(a, b) macro
/third_party/cef/include/base/
Dcef_compiler_specific.h188 #define PRINTF_FORMAT(format_param, dots_param) \ macro
191 #define PRINTF_FORMAT(format_param, dots_param) macro
/third_party/libusb/linux/
Dconfig.h170 #define PRINTF_FORMAT(a, b) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h351 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
354 #define PRINTF_FORMAT(a,b) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h354 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
357 #define PRINTF_FORMAT(a,b) macro
/third_party/openssl/test/
Dtestutil.h158 #define PRINTF_FORMAT(a, b) macro
166 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro