Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
241 m_vfp_regs.d_regs[i], other_state.m_vfp_regs.d_regs[i]); in CompareState()
246 if (!other_state.m_memory.empty() && m_memory != other_state.m_memory) { in CompareState()
253 for (auto p : other_state.m_memory) in CompareState()
H A DEmulationStateARM.h37 bool CompareState(EmulationStateARM &other_state,
/freebsd/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c77 asn1_bio_state_t other_state);
282 asn1_bio_state_t other_state) in asn1_bio_setup_ex() argument
291 ctx->state = other_state; in asn1_bio_setup_ex()