HomeSort by relevance Sort by last modified time
    Searched refs:roff (Results 1 - 13 of 13) sorted by null

  /external/linux-tools-perf/arch/arm/util/
dwarf-regs.c 66 const struct pt_regs_dwarfnum *roff; local
67 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
68 if (roff->dwarfnum == n)
69 return roff->name;
  /external/linux-tools-perf/arch/powerpc/util/
dwarf-regs.c 83 const struct pt_regs_dwarfnum *roff; local
84 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
85 if (roff->dwarfnum == n)
86 return roff->name;
  /external/linux-tools-perf/Documentation/
asciidoc.conf 30 ifndef::perf-asciidoc-no-roff[]
32 # v1.72 breaks with this because it replaces dots not in roff requests.
45 endif::perf-asciidoc-no-roff[]
47 ifdef::perf-asciidoc-no-roff[]
66 endif::perf-asciidoc-no-roff[]
Makefile 87 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
92 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
93 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
  /dalvik/vm/compiler/template/mips/
header.S 231 * Form an Effective Address rd = rbase + roff<<n;
234 #define EASN(rd,rbase,roff,rshift) .set noat; \
235 sll AT, roff, rshift; \
239 #define EAS1(rd,rbase,roff) EASN(rd,rbase,roff,1)
240 #define EAS2(rd,rbase,roff) EASN(rd,rbase,roff,2)
241 #define EAS3(rd,rbase,roff) EASN(rd,rbase,roff,3)
242 #define EAS4(rd,rbase,roff) EASN(rd,rbase,roff,4
    [all...]
  /dalvik/vm/mterp/mips/
header.S 160 * Form an Effective Address rd = rbase + roff<<n;
163 #define EASN(rd, rbase, roff, rshift) .set noat; \
164 sll AT, roff, rshift; \
168 #define EAS1(rd, rbase, roff) EASN(rd, rbase, roff, 1)
169 #define EAS2(rd, rbase, roff) EASN(rd, rbase, roff, 2)
170 #define EAS3(rd, rbase, roff) EASN(rd, rbase, roff, 3)
171 #define EAS4(rd, rbase, roff) EASN(rd, rbase, roff, 4
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 238 * Form an Effective Address rd = rbase + roff<<n;
241 #define EASN(rd,rbase,roff,rshift) .set noat; \
242 sll AT, roff, rshift; \
246 #define EAS1(rd,rbase,roff) EASN(rd,rbase,roff,1)
247 #define EAS2(rd,rbase,roff) EASN(rd,rbase,roff,2)
248 #define EAS3(rd,rbase,roff) EASN(rd,rbase,roff,3)
249 #define EAS4(rd,rbase,roff) EASN(rd,rbase,roff,4
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 74 static int roff; variable
168 len = read(fd, rbuf + roff, sizeof(rbuf) - roff);
177 roff += len;
412 roff = woff = 0;
423 if (roff == woff)
441 roff = woff = 0;
452 if (roff == woff)
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 74 static int roff; variable
168 len = read(fd, rbuf + roff, sizeof(rbuf) - roff);
177 roff += len;
412 roff = woff = 0;
423 if (roff == woff)
441 roff = woff = 0;
452 if (roff == woff)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 167 * Form an Effective Address rd = rbase + roff<<n;
170 #define EASN(rd, rbase, roff, rshift) .set noat; \
171 sll AT, roff, rshift; \
175 #define EAS1(rd, rbase, roff) EASN(rd, rbase, roff, 1)
176 #define EAS2(rd, rbase, roff) EASN(rd, rbase, roff, 2)
177 #define EAS3(rd, rbase, roff) EASN(rd, rbase, roff, 3)
178 #define EAS4(rd, rbase, roff) EASN(rd, rbase, roff, 4
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 604 HReg tmp, roff; local
623 roff = iselIntExpr_R(env, off);
624 addInstr(env, mk_iMOVsd_RR(roff, tmp));
    [all...]
host_x86_isel.c 598 HReg tmp, roff; local
625 roff = iselIntExpr_R(env, off);
626 addInstr(env, mk_iMOVsd_RR(roff, tmp));
    [all...]
host_ppc_isel.c 593 HReg rtmp, roff; local
623 roff = iselWordExpr_R(env, off);
627 rtmp, roff,
    [all...]

Completed in 674 milliseconds