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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/util/
dwarf-regs.c 59 const struct pt_regs_dwarfnum *roff; local
60 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
61 if (roff->dwarfnum == n)
62 return roff->name;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/util/
dwarf-regs.c 75 const struct pt_regs_dwarfnum *roff; local
76 for (roff = regdwarfnum_table; roff->name != NULL; roff++)
77 if (roff->dwarfnum == n)
78 return roff->name;
  /external/linux-tools-perf/perf-3.12.0/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/perf-3.12.0/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 108 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
113 # pass-thru raw roff codes from asciidoc.conf, so turn them off.
114 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
  /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...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 698 HReg tmp, roff; local
725 roff = iselIntExpr_R(env, off);
726 addInstr(env, mk_iMOVsd_RR(roff, tmp));
    [all...]
host_amd64_isel.c 706 HReg tmp, roff; local
725 roff = iselIntExpr_R(env, off);
726 addInstr(env, mk_iMOVsd_RR(roff, tmp));
    [all...]
host_ppc_isel.c 601 HReg rtmp, roff; local
631 roff = iselWordExpr_R(env, off);
635 rtmp, roff,
    [all...]
  /external/libedit/
configure     [all...]

Completed in 419 milliseconds