OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:format_idx
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c
652
static int
format_idx
;
variable
665
for (
format_idx
=0;
format_idx
< NUM_FORMATS; ++
format_idx
) {
666
if ( format_list[
format_idx
][0] == format ) {
676
if ( (
format_idx
== NUM_FORMATS) || (format_idx_sub == NUM_FORMATS) ) {
679
return(format_list[
format_idx
][format_idx_sub++]);
/system/core/libpixelflinger/codeflinger/
GGLAssembler.h
304
int
format_idx
;
member in struct:android::GGLAssembler::texture_unit_t
/external/clang/lib/Sema/
SemaChecking.cpp
53
unsigned
format_idx
= Format->getFormatIdx() - 1;
local
56
if (
format_idx
== 0)
58
--
format_idx
;
60
if (
format_idx
< TheCall->getNumArgs()) {
61
Expr *Format = TheCall->getArg(
format_idx
)->IgnoreParenCasts();
[
all
...]
Completed in 532 milliseconds