OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_inc
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
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);
gatt_utils.c
[
all
...]
/external/qemu/tcg/i386/
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);
[
all
...]
Completed in 874 milliseconds