Searched refs:format_idx (Results 1 – 6 of 6) sorted by relevance
/external/dbus/dbus/ |
D | dbus-macros.h | 68 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) \ argument 69 __attribute__((__format__ (__printf__, format_idx, arg_idx))) 73 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) argument
|
/external/opencv3/modules/videoio/src/ |
D | cap_dc1394.cpp | 266 int format_idx = -1; in icvCaptureFromCAM_DC1394() local 272 format_idx = preferred_modes[i] - FORMAT_MIN; in icvCaptureFromCAM_DC1394() 275 assert(format_idx != -1); in icvCaptureFromCAM_DC1394() 278 if ( icvModeSupportedCAM_DC1394(pcap->format, preferred_modes[i], modes[format_idx]) ){ in icvCaptureFromCAM_DC1394() 607 int format_idx = format - FORMAT_MIN; in icvModeSupportedCAM_DC1394() local 608 int mode_format_min = MODE_FORMAT0_MIN + 32*format_idx; in icvModeSupportedCAM_DC1394()
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 94 #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/ |
D | SemaChecking.cpp | 3020 bool HasVAListArg, unsigned format_idx, in checkFormatStringExpr() argument 3046 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3052 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3103 HasVAListArg, format_idx, in checkFormatStringExpr() 3158 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3167 HasVAListArg, format_idx, in checkFormatStringExpr() 3186 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3230 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument 3236 if (format_idx >= Args.size()) { in CheckFormatArguments() 3241 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9042 unsigned format_idx, unsigned firstDataArg, 9059 bool HasVAListArg, unsigned format_idx,
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 144 GLubyte format_idx; member
|