Searched defs:cur_op (Results 1 - 3 of 3) sorted by relevance

/system/core/libunwindstack/
H A DDwarfOp.h79 uint8_t cur_op() { return cur_op_; } function in class:unwindstack::DwarfOp
H A DDwarfOp.cpp102 uint8_t cur_op; local
103 if (!memory_->ReadBytes(&cur_op, 1)) {
107 std::string raw_string(android::base::StringPrintf("Raw Data: 0x%02x", cur_op));
109 const auto* op = &kCallbackTable[cur_op];
409 stack_.push_front(cur_op() - 0x30);
416 stack_.push_front(cur_op() - 0x50);
432 uint16_t reg = cur_op() - 0x70;
/system/nfc/src/nfa/int/
H A Dnfa_rw_int.h273 tNFA_RW_OP cur_op; /* Current operation */ member in struct:__anon2303

Completed in 98 milliseconds