HomeSort by relevance Sort by last modified time
    Searched refs:cfm (Results 1 - 25 of 34) sorted by null

1 2

  /external/libunwind/src/ia64/
regs.h 36 sor = 8 * ((c->cfm >> 14) & 0xf);
37 rrb_gr = (c->cfm >> 18) & 0x7f;
61 rrb_fr = (c->cfm >> 25) & 0x7f;
Gstep.c 58 *num_regsp = c->cfm & 0x7f; /* size of frame */
76 num_regs = c->cfm & 0x7f;
147 /* update the CFM cache: */
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0)
249 /* update the CFM cache: */
250 ret = ia64_get (c, c->cfm_loc, &c->cfm);
254 /* Normally, AR.EC is stored in the CFM save-location. That
257 any other info in CFM. Instead, AR.EC gets saved on the first
259 frames need to track the _previous_ CFM save-location since
311 num_regs = (c->cfm >> 7) & 0x7f; /* size of locals *
    [all...]
Gresume.c 108 sof = (c->cfm & 0x7f);
118 sc->sc_cfm = c->cfm & (((unw_word_t) 1 << 38) - 1);
init.h 91 ret = ia64_get (c, c->cfm_loc, &c->cfm);
  /external/strace/linux/ia64/
get_syscall_args.c 8 unsigned long sof = (ia64_regs.cfm >> 0) & 0x7f;
9 unsigned long sol = (ia64_regs.cfm >> 7) & 0x7f;
  /external/libunwind/tests/
Gia64-test-stack.c 58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; local
107 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0)
109 sof = cfm & 0x7f;
122 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0)
124 sof = cfm & 0x7f;
125 sol = (cfm >> 7) & 0x7f;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btMLCPSolver.h 80 void setCfm(btScalar cfm)
82 m_cfm = cfm;
  /external/skia/gm/
modecolorfilters.cpp 123 for (size_t cfm = 0; cfm < SK_ARRAY_COUNT(modes); ++cfm) {
126 modes[cfm]));
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 145 unsigned long sof, cfm, bsp; local
153 cfm = ptrace (PTRACE_PEEKUSER, pid, PT_CFM, 0);
157 sof = (cfm & 0x7f);
187 /* If we change CFM, we need to adjust ptrace's notion of bsp
191 unsigned long new_sof, old_sof, cfm, bsp; local
198 cfm = ptrace (PTRACE_PEEKUSER, pid, PT_CFM, 0);
202 old_sof = (cfm & 0x7f);
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 61 } cfm; member in union:cfm_t
141 union cfm_t cfm = { .value = ctx->regs.cfm }; local
143 unsigned long idx = -cfm.cfm.sof + reg_num;
trace.c 68 } cfm; member in union:cfm_t
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 55 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
makefile 29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofSpring2Constraint.cpp 518 limot.m_stopCFM = (flags & BT_6DOF_FLAGS_CFM_STOP2) ? m_linearLimits.m_stopCFM[i] : info->cfm[0];
520 limot.m_motorCFM = (flags & BT_6DOF_FLAGS_CFM_MOTO2) ? m_linearLimits.m_motorCFM[i] : info->cfm[0];
575 m_angularLimits[i].m_stopCFM = info->cfm[0];
583 m_angularLimits[i].m_motorCFM = info->cfm[0];
678 info->cfm[srow] = limot->m_stopCFM;
697 info->cfm[srow] = limot->m_stopCFM;
707 info->cfm[srow] = limot->m_stopCFM;
724 info->cfm[srow] = limot->m_motorCFM;
759 info->cfm[srow] = limot->m_motorCFM;
769 //btScalar cfm = 1.0 / ((1.0/info->fps)*limot->m_springStiffness+ limot->m_springDamping)
782 btScalar cfm = BT_ZERO; local
    [all...]
btSliderConstraint.cpp 359 info->cfm[0] = m_cfmOrthoAng;
360 info->cfm[s] = m_cfmOrthoAng;
460 info->cfm[s2] = m_cfmOrthoLin;
461 info->cfm[s3] = m_cfmOrthoLin;
537 info->cfm[srow] = m_cfmDirLin;
551 info->cfm[srow] = m_cfmLimLin;
640 info->cfm[srow] = m_cfmDirAng;
653 info->cfm[srow] = m_cfmLimAng;
708 ///override the default global value of a parameter (such as ERP or CFM), optionally provide the axis (0..5).
btPoint2PointConstraint.cpp 148 info->cfm[j*info->rowskip] = m_cfm;
173 ///override the default global value of a parameter (such as ERP or CFM), optionally provide the axis (0..5).
btGeneric6DofConstraint.cpp 644 limot.m_normalCFM = (flags & BT_6DOF_FLAGS_CFM_NORM) ? m_linearLimits.m_normalCFM[i] : info->cfm[0];
645 limot.m_stopCFM = (flags & BT_6DOF_FLAGS_CFM_STOP) ? m_linearLimits.m_stopCFM[i] : info->cfm[0];
682 m_angularLimits[i].m_normalCFM = info->cfm[0];
686 m_angularLimits[i].m_stopCFM = info->cfm[0];
847 info->cfm[srow] = limot->m_normalCFM;
873 info->cfm[srow] = limot->m_stopCFM;
943 ///override the default global value of a parameter (such as ERP or CFM), optionally provide the axis (0..5).
btTypedConstraint.h 139 // right hand sides of the equation J*v = c + cfm * lambda. cfm is the
140 // "constraint force mixing" vector. c is set to zero on entry, cfm is
142 btScalar *m_constraintError,*cfm; member in struct:btConstraintInfo2
329 ///override the default global value of a parameter (such as ERP or CFM), optionally provide the axis (0..5).
btHingeConstraint.cpp 588 info->cfm[srow] = m_normalCFM;
601 info->cfm[srow] = m_stopCFM;
983 info->cfm[srow] = m_normalCFM;
996 info->cfm[srow] = m_stopCFM;
    [all...]
btConeTwistConstraint.cpp 161 info->cfm[j*info->rowskip] = m_linCFM;
213 info->cfm[srow] = m_angCFM;
236 info->cfm[srow] = m_angCFM;
    [all...]
  /external/proguard/build/
build.sh 63 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
makefile 38 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 134 /* IP, CFM, and predicate cache (these are always equal to the
138 unw_word_t cfm; /* current frame mask */ member in struct:cursor
145 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
  /external/tcpdump/
Android.mk 39 print-cfm.c \
  /external/tcpdump/win32/prj/
GNUmakefile 60 ../../print-cfm.o \

Completed in 3943 milliseconds

1 2