Searched refs:arg_idx (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gmacros.h | 79 #define G_GNUC_PRINTF( format_idx, arg_idx ) \ argument 80 __attribute__((__format__ (__printf__, format_idx, arg_idx))) 81 #define G_GNUC_SCANF( format_idx, arg_idx ) \ argument 82 __attribute__((__format__ (__scanf__, format_idx, arg_idx))) 83 #define G_GNUC_FORMAT( arg_idx ) \ argument 84 __attribute__((__format_arg__ (arg_idx))) 94 #define G_GNUC_PRINTF( format_idx, arg_idx ) argument 95 #define G_GNUC_SCANF( format_idx, arg_idx ) argument 96 #define G_GNUC_FORMAT( arg_idx ) argument
|
/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/qemu/tcg/i386/ |
D | tcg-target.c | 1146 int mem_index, s_bits, arg_idx; in tcg_out_qemu_ld() local 1183 arg_idx = 1; in tcg_out_qemu_ld() 1185 tcg_out_mov(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx++], in tcg_out_qemu_ld() 1188 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx], in tcg_out_qemu_ld()
|