Searched refs:other_state (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp282 EmulationStateARM::CompareState (EmulationStateARM &other_state) argument
288 if (m_gpr[i] != other_state.m_gpr[i])
294 if (m_vfp_regs.sd_regs[i].s_reg[0] != other_state.m_vfp_regs.sd_regs[i].s_reg[0])
297 if (m_vfp_regs.sd_regs[i].s_reg[1] != other_state.m_vfp_regs.sd_regs[i].s_reg[1])
305 if (m_vfp_regs.sd_regs[i].d_reg != other_state.m_vfp_regs.sd_regs[i].d_reg)
310 if (m_vfp_regs.d_regs[i - 16] != other_state.m_vfp_regs.d_regs[i - 16])
H A DEmulationStateARM.h51 CompareState (EmulationStateARM &other_state);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc764 wm::WindowState* other_state = wm::GetWindowState(*i); local
765 if (other_state->window() == GetTarget() ||
766 !other_state->window()->IsVisible() ||
767 !other_state->IsNormalOrSnapped() ||
768 !other_state->CanResize()) {
772 other_state->window()->GetBoundsInScreen(), &magnetism_edge_)) {
773 magnetism_window_ = other_state->window();
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dbio_asn1.c125 asn1_bio_state_t other_state);
332 asn1_bio_state_t other_state)
342 ctx->state = other_state;
329 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) argument
/external/openssl/crypto/asn1/
H A Dbio_asn1.c128 asn1_bio_state_t other_state);
335 asn1_bio_state_t other_state)
345 ctx->state = other_state;
332 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) argument

Completed in 1477 milliseconds