Searched defs:is_inc (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c1764 void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first) argument
1775 if (is_inc)
1799 void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first) argument
1803 GATT_TRACE_DEBUG4("gatt_sr_update_prep_cnt tcb idx=%d gatt_if=%d is_inc=%d is_reset_first=%d",
1804 p_tcb->tcb_idx, gatt_if, is_inc, is_reset_first);
1812 if (is_inc)
/external/qemu/tcg/i386/
H A Dtcg-target.c659 int is_inc = (c == ARITH_ADD) ^ (val < 0); local
664 (is_inc ? EXT5_INC_Ev : EXT5_DEC_Ev), r0);
666 tcg_out8(s, (is_inc ? OPC_INC_r32 : OPC_DEC_r32) + r0);

Completed in 524 milliseconds