HomeSort by relevance Sort by last modified time
    Searched refs:cfm (Results 1 - 25 of 26) 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);
Gregs.c 423 c->cfm = *valp; /* also update the CFM cache */
430 * (i.e., it is done as if CFM.rrb.pr == 0.
  /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/chromium_org/third_party/skia/gm/
modecolorfilters.cpp 124 for (size_t cfm = 0; cfm < SK_ARRAY_COUNT(modes); ++cfm) {
127 modes[cfm]));
  /external/skia/gm/
modecolorfilters.cpp 124 for (size_t cfm = 0; cfm < SK_ARRAY_COUNT(modes); ++cfm) {
127 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/proguard/build/
build.sh 62 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
makefile 37 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 9 print-bootp.c print-bt.c print-calm-fast.c print-carp.c print-cdp.c print-cfm.c \
  /external/strace/
util.c 1160 unsigned long cfm, sof, sol; local
1171 if (upeek(tcp->pid, PT_CFM, (long *) &cfm) < 0)
1174 sof = (cfm >> 0) & 0x7f;
1175 sol = (cfm >> 7) & 0x7f;
    [all...]
syscall.c     [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 59 ../../print-cfm.o \
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
l2c_int.h 178 tL2C_FCR_CFM_TEST_CB cfm; /* Conformance test structure */ member in struct:__anon6284
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 433 * http://portal.acm.org/citation.cfm?id=947902.947905
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 408 milliseconds

1 2