HomeSort by relevance Sort by last modified time
    Searched full:other_state (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/Instruction/ARM/
EmulationStateARM.cpp 282 EmulationStateARM::CompareState (EmulationStateARM &other_state)
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])
EmulationStateARM.h 51 CompareState (EmulationStateARM &other_state);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
bio_asn1.c 128 asn1_bio_state_t other_state);
332 asn1_bio_state_t other_state)
342 ctx->state = other_state;
  /external/openssl/crypto/asn1/
bio_asn1.c 128 asn1_bio_state_t other_state);
332 asn1_bio_state_t other_state)
342 ctx->state = other_state;
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 752 wm::WindowState* other_state = wm::GetWindowState(*i); local
753 if (other_state->window() == GetTarget() ||
754 !other_state->window()->IsVisible() ||
755 !other_state->IsNormalOrSnapped() ||
756 !other_state->CanResize()) {
760 other_state->window()->GetBoundsInScreen(), &magnetism_edge_)) {
761 magnetism_window_ = other_state->window();
    [all...]

Completed in 405 milliseconds