Home
last modified time | relevance | path

Searched defs:format_idx (Results 1 – 5 of 5) sorted by relevance

/external/dbus/dbus/
Ddbus-macros.h68 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) \ argument
73 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) argument
/external/opencv3/modules/videoio/src/
Dcap_dc1394.cpp266 int format_idx = -1; in icvCaptureFromCAM_DC1394() local
607 int format_idx = format - FORMAT_MIN; in icvModeSupportedCAM_DC1394() local
/external/harfbuzz_ng/src/
Dhb-private.hh94 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
98 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/external/clang/lib/Sema/
DSemaChecking.cpp3020 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr()
3230 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments()
4662 bool HasVAListArg, unsigned format_idx, in CheckFormatString()
/external/mesa3d/src/mesa/main/
Dtexstore.c144 GLubyte format_idx; member