Searched defs:is_register (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_vs.c52 tNFC_STATUS NFC_RegVSCback (BOOLEAN is_register, argument
58 if (is_register)
/external/libunwind/src/dwarf/
H A DGexpr.c191 unw_word_t *valp, int *is_register)
237 *is_register = 0;
323 *is_register = 1;
329 *is_register = 1;
190 dwarf_eval_expr(struct dwarf_cursor *c, unw_word_t *addr, unw_word_t len, unw_word_t *valp, int *is_register) argument
H A DGparser.c690 int ret, is_register; local
698 if ((ret = dwarf_eval_expr (c, &addr, len, &val, &is_register)) < 0)
701 if (is_register)
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_api.c1109 tNFC_STATUS NFA_RegVSCback (BOOLEAN is_register, argument
1114 NFA_TRACE_API1 ("NFA_RegVSCback() is_register=%d", is_register);
1125 p_msg->is_register = is_register;
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1107 bool is_register = false; local
1187 is_register = true; // value is in a register
1386 if (is_register || byte_size == 0)
1405 nub_addr_t str_addr = is_register ? register_addr : addr;
1428 if (!is_register)
1442 if (is_register)
1448 if (!is_register)
1473 if (is_register)
1494 if (!is_register)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dm_int.h186 BOOLEAN is_register; member in struct:__anon8572

Completed in 421 milliseconds