Searched refs:other_state (Results 1 – 3 of 3) sorted by relevance
217 bool EmulationStateARM::CompareState(EmulationStateARM &other_state, in CompareState() argument222 if (m_gpr[i] != other_state.m_gpr[i]) { in CompareState()225 other_state.m_gpr[i]); in CompareState()230 if (m_vfp_regs.s_regs[i] != other_state.m_vfp_regs.s_regs[i]) { in CompareState()233 other_state.m_vfp_regs.s_regs[i]); in CompareState()238 if (m_vfp_regs.d_regs[i] != other_state.m_vfp_regs.d_regs[i]) { in CompareState()242 other_state.m_vfp_regs.d_regs[i]); in CompareState()247 if (!other_state.m_memory.empty() && m_memory != other_state.m_memory) { in CompareState()254 for (auto p : other_state.m_memory) in CompareState()
37 bool CompareState(EmulationStateARM &other_state,
130 asn1_bio_state_t other_state);321 asn1_bio_state_t ex_state, asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument330 ctx->state = other_state; in asn1_bio_setup_ex()