Home
last modified time | relevance | path

Searched refs:format_idx (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audio.c652 static int format_idx; variable
665 for ( format_idx=0; format_idx < NUM_FORMATS; ++format_idx ) { in SDL_FirstAudioFormat()
666 if ( format_list[format_idx][0] == format ) { in SDL_FirstAudioFormat()
676 if ( (format_idx == NUM_FORMATS) || (format_idx_sub == NUM_FORMATS) ) { in SDL_NextAudioFormat()
679 return(format_list[format_idx][format_idx_sub++]); in SDL_NextAudioFormat()
/external/harfbuzz_ng/src/
Dhb-private.hh166 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
170 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/external/clang/lib/Sema/
DSemaChecking.cpp1653 unsigned format_idx, unsigned firstDataArg, in checkFormatStringExpr() argument
1678 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1684 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1735 HasVAListArg, format_idx, in checkFormatStringExpr()
1793 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
1801 HasVAListArg, format_idx, in checkFormatStringExpr()
1820 CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, in checkFormatStringExpr()
1887 bool HasVAListArg, unsigned format_idx, in CheckFormatArguments() argument
1892 if (format_idx >= Args.size()) { in CheckFormatArguments()
1897 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments()
[all …]
/external/clang/include/clang/Sema/
DSema.h7350 unsigned format_idx,
7358 unsigned format_idx, unsigned firstDataArg,
7368 bool HasVAListArg, unsigned format_idx,