Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp217 bool EmulationStateARM::CompareState(EmulationStateARM &other_state, in CompareState() argument
222 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()
H A DEmulationStateARM.h37 bool CompareState(EmulationStateARM &other_state,
/openbsd/lib/libcrypto/asn1/
H A Dbio_asn1.c130 asn1_bio_state_t other_state);
321 asn1_bio_state_t ex_state, asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
330 ctx->state = other_state; in asn1_bio_setup_ex()