Searched refs:is_inc (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
H A D | gatt_int.h | 628 extern void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first); 629 extern void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first);
|
H A D | gatt_utils.c | 1782 void gatt_sr_update_cback_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first) argument 1793 if (is_inc) 1817 void gatt_sr_update_prep_cnt(tGATT_TCB *p_tcb, tGATT_IF gatt_if, BOOLEAN is_inc, BOOLEAN is_reset_first) argument 1821 GATT_TRACE_DEBUG4("gatt_sr_update_prep_cnt tcb idx=%d gatt_if=%d is_inc=%d is_reset_first=%d", 1822 p_tcb->tcb_idx, gatt_if, is_inc, is_reset_first); 1830 if (is_inc)
|
/external/qemu/tcg/i386/ |
H A D | tcg-target.c | 659 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 204 milliseconds