HomeSort by relevance Sort by last modified time
    Searched refs:format_idx (Results 1 - 8 of 8) sorted by null

  /external/dbus/dbus/
dbus-macros.h 68 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) \
69 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
73 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx )
  /external/bluetooth/glib/glib/
gmacros.h 79 #define G_GNUC_PRINTF( format_idx, arg_idx ) \
80 __attribute__((__format__ (__printf__, format_idx, arg_idx)))
81 #define G_GNUC_SCANF( format_idx, arg_idx ) \
82 __attribute__((__format__ (__scanf__, format_idx, arg_idx)))
94 #define G_GNUC_PRINTF( format_idx, arg_idx )
95 #define G_GNUC_SCANF( format_idx, arg_idx )
  /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/
texturing.cpp 275 tmu.format_idx = 0;
280 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
281 tmu.format = c->formats[tmu.format_idx];
291 if (tmu.format_idx == GGL_PIXEL_FORMAT_RGBA_5551)
297 if (tmu.format_idx) {
344 if (tmu.format_idx == 0)
396 cb_format_idx == tmu.format_idx && !tmu.linear &&
417 if (tmu.format_idx == 0)
442 if (tmu.format_idx == 0)
647 if (tmu.format_idx == 0
    [all...]
GGLAssembler.h 304 int format_idx; member in struct:android::GGLAssembler::texture_unit_t
GGLAssembler.cpp 505 if ((tmu.format_idx) &&
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 1687 unsigned format_idx = Format->getFormatIdx() - 1; local
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 775 milliseconds