Home
last modified time | relevance | path

Searched refs:roff (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/arch/arm/util/
Ddwarf-regs.c66 const struct pt_regs_dwarfnum *roff; in get_arch_regstr() local
67 for (roff = regdwarfnum_table; roff->name != NULL; roff++) in get_arch_regstr()
68 if (roff->dwarfnum == n) in get_arch_regstr()
69 return roff->name; in get_arch_regstr()
/external/linux-tools-perf/arch/powerpc/util/
Ddwarf-regs.c83 const struct pt_regs_dwarfnum *roff; in get_arch_regstr() local
84 for (roff = regdwarfnum_table; roff->name != NULL; roff++) in get_arch_regstr()
85 if (roff->dwarfnum == n) in get_arch_regstr()
86 return roff->name; in get_arch_regstr()
/external/linux-tools-perf/Documentation/
Dasciidoc.conf30 ifndef::perf-asciidoc-no-roff[]
45 endif::perf-asciidoc-no-roff[]
47 ifdef::perf-asciidoc-no-roff[]
66 endif::perf-asciidoc-no-roff[]
DMakefile87 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
93 ASCIIDOC_EXTRA += -a perf-asciidoc-no-roff
/external/chromium/third_party/libevent/test/
Dregress.c74 static int roff; variable
168 len = read(fd, rbuf + roff, sizeof(rbuf) - roff); in multiple_read_cb()
177 roff += len; in multiple_read_cb()
412 roff = woff = 0; in test_multiple()
423 if (roff == woff) in test_multiple()
441 roff = woff = 0; in test_persistent()
452 if (roff == woff) in test_persistent()
/external/webkit/Source/WebCore/platform/network/mac/
DWebCoreURLResponse.mm276 CFSTR("roff"),
/external/webkit/LayoutTests/http/conf/
Dmime.types374 application/x-troff t tr roff
/external/valgrind/main/VEX/priv/
Dhost_x86_isel.c598 HReg tmp, roff; in genGuestArrayOffset() local
625 roff = iselIntExpr_R(env, off); in genGuestArrayOffset()
626 addInstr(env, mk_iMOVsd_RR(roff, tmp)); in genGuestArrayOffset()
Dhost_amd64_isel.c604 HReg tmp, roff; in genGuestArrayOffset() local
623 roff = iselIntExpr_R(env, off); in genGuestArrayOffset()
624 addInstr(env, mk_iMOVsd_RR(roff, tmp)); in genGuestArrayOffset()
Dhost_ppc_isel.c593 HReg rtmp, roff; in genGuestArrayOffset() local
623 roff = iselWordExpr_R(env, off); in genGuestArrayOffset()
627 rtmp, roff, in genGuestArrayOffset()