HomeSort by relevance Sort by last modified time
    Searched refs:arg_idx (Results 1 - 4 of 4) 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)))
83 #define G_GNUC_FORMAT( arg_idx ) \
84 __attribute__((__format_arg__ (arg_idx)))
94 #define G_GNUC_PRINTF( format_idx, arg_idx )
95 #define G_GNUC_SCANF( format_idx, arg_idx )
96 #define G_GNUC_FORMAT( arg_idx )
  /system/core/init/
init.c 271 int arg_idx = svc->nargs; local
280 arg_ptrs[arg_idx++] = bword;
281 if (arg_idx == INIT_PARSER_MAXARGS)
284 arg_ptrs[arg_idx] = '\0';
  /external/qemu/tcg/i386/
tcg-target.c 1146 int mem_index, s_bits, arg_idx; local
    [all...]

Completed in 234 milliseconds