Home
last modified time | relevance | path

Searched refs:other_state (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp282 EmulationStateARM::CompareState (EmulationStateARM &other_state) in CompareState() argument
288 if (m_gpr[i] != other_state.m_gpr[i]) in CompareState()
294 if (m_vfp_regs.sd_regs[i].s_reg[0] != other_state.m_vfp_regs.sd_regs[i].s_reg[0]) in CompareState()
297 if (m_vfp_regs.sd_regs[i].s_reg[1] != other_state.m_vfp_regs.sd_regs[i].s_reg[1]) in CompareState()
305 if (m_vfp_regs.sd_regs[i].d_reg != other_state.m_vfp_regs.sd_regs[i].d_reg) in CompareState()
310 if (m_vfp_regs.d_regs[i - 16] != other_state.m_vfp_regs.d_regs[i - 16]) in CompareState()
DEmulationStateARM.h51 CompareState (EmulationStateARM &other_state);
/external/boringssl/src/crypto/asn1/
Dbio_asn1.c126 asn1_bio_state_t other_state);
333 asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
343 ctx->state = other_state; in asn1_bio_setup_ex()