HomeSort by relevance Sort by last modified time
    Searched refs:Prog (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /external/libunwind/doc/
unw_step.tex 38 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate the
42 \Prog{libunwind}.
unw_get_proc_info.tex 57 reserved for future use by \Prog{libunwind}. This member exists
76 Note that for the purposes of \Prog{libunwind}, the code of a
81 discontiguous pieces, \Prog{libunwind} will treat each piece as a
100 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
103 version or format that is not understood by \Prog{libunwind}.
unw_init_local.tex 61 version of \Prog{libunwind} which supports remote unwinding only
63 cross-platform version of \Prog{libunwind}).
unw_init_remote.tex 33 \Prog{libunwind} never interprets the argument in any way on its own.
57 version of \Prog{libunwind} which supports local unwinding only
unw_set_caching_policy.tex 29 unsupported, \Prog{libunwind} may fall back on using a per-thread
33 unsupported, \Prog{libunwind} may fall back on using a global cache,
libunwind-ia64.tex 14 The IA-64 version of \Prog{libunwind} uses a platform-string of
24 When targeting IA-64, the \Prog{libunwind} header file defines the
35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the
43 \Prog{libunwind} depends on the type of stack frame that a cursor
68 The IA-64-version of \Prog{libunwind} defines three kinds of register
114 read-only, \Prog{libunwind} will automatically adjust its value if
201 \Prog{libunwind}, portable code should not rely on this equivalence.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 21 func (l patchList) next(p *Prog) patchList {
29 func (l patchList) patch(p *Prog, val uint32) {
42 func (l1 patchList) append(p *Prog, l2 patchList) patchList {
75 p *Prog
80 func Compile(re *Regexp) (*Prog, error) {
90 c.p = new(Prog)
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 21 func (l patchList) next(p *Prog) patchList {
29 func (l patchList) patch(p *Prog, val uint32) {
42 func (l1 patchList) append(p *Prog, l2 patchList) patchList {
75 p *Prog
80 func Compile(re *Regexp) (*Prog, error) {
90 c.p = new(Prog)
  /external/regex-re2/re2/
onepass.cc 7 // Prog::SearchOnePass is an efficient implementation of
58 #include "re2/prog.h"
146 // Bits 0-5 are the empty-width flags from prog.h.
159 static const int kEmptyShift = 6; // number of empty flags in prog.h
172 // Check, at compile time, that prog.h agrees with math above.
178 COMPILE_ASSERT(kMaxCap == Prog::kMaxOnePassCapture*2,
183 uint32 satisfied = Prog::EmptyFlags(context, p);
207 bool Prog::SearchOnePass(const StringPiece& text,
378 bool Prog::IsOnePass() {
430 Prog::Inst* ip = inst(id)
    [all...]
regexp.h 78 // Prog, described in prog.h
217 // Compiled form; see prog.h
218 class Prog;
408 // Compile to Prog. See prog.h
409 // Reverse prog expects to be run over text backward.
410 // Construction and execution of prog will
413 Prog* CompileToProg(int64 max_mem);
414 Prog* CompileToReverseProg(int64 max_mem)
    [all...]
re2.h 194 class Prog;
527 // to hold the compiled form of the regexp (the Prog) and
529 // of Prog instructions and DFA states: 10,000 for both.
530 // In RE2, those limits would translate to about 240 KB per Prog
533 // Each RE2 has two Progs (one forward, one reverse), and each Prog
546 // Progs and then the DFAs: two thirds to the forward Prog
547 // and one third to the reverse Prog. The forward Prog gives half
548 // of what it has left over to each of its DFAs. The reverse Prog
702 re2::Prog* ReverseProg() const
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 278 var pc *obj.Prog
302 // Left side (Prog.from): address taken, read, write.
307 // Register in middle (Prog.reg); only ever read. (arm, ppc64)
311 // Right side (Prog.to): address taken, read, write.
351 Defframe func(*obj.Prog)
352 Proginfo func(*obj.Prog) ProgInfo
358 // SSAGenValue emits Prog(s) for the Value.
plive.go 54 first *obj.Prog // first instruction in block
55 last *obj.Prog // last instruction in block
89 ptxt *obj.Prog
108 func newblock(prog *obj.Prog) *BasicBlock {
109 if prog == nil {
110 Fatalf("newblock: prog cannot be nil")
124 result.first = prog
125 result.last = prog
147 func splicebefore(lv *Liveness, bb *BasicBlock, prev *obj.Prog, curr *obj.Prog)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go 278 var pc *obj.Prog
302 // Left side (Prog.from): address taken, read, write.
307 // Register in middle (Prog.reg); only ever read. (arm, ppc64)
311 // Right side (Prog.to): address taken, read, write.
351 Defframe func(*obj.Prog)
352 Proginfo func(*obj.Prog) ProgInfo
358 // SSAGenValue emits Prog(s) for the Value.
plive.go 54 first *obj.Prog // first instruction in block
55 last *obj.Prog // last instruction in block
89 ptxt *obj.Prog
108 func newblock(prog *obj.Prog) *BasicBlock {
109 if prog == nil {
110 Fatalf("newblock: prog cannot be nil")
124 result.first = prog
125 result.last = prog
147 func splicebefore(lv *Liveness, bb *BasicBlock, prev *obj.Prog, curr *obj.Prog)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
objz.go 39 func progedit(ctxt *obj.Link, p *obj.Prog) {
130 func rewriteToUseGot(ctxt *obj.Link, p *obj.Prog) {
248 var q *obj.Prog
249 var q1 *obj.Prog
371 var p1 *obj.Prog
372 var p2 *obj.Prog
373 var pLast *obj.Prog
374 var pPre *obj.Prog
375 var pPreempt *obj.Prog
662 func stacksplitPre(ctxt *obj.Link, p *obj.Prog, framesize int32) (*obj.Prog, *obj.Prog)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
objz.go 39 func progedit(ctxt *obj.Link, p *obj.Prog) {
130 func rewriteToUseGot(ctxt *obj.Link, p *obj.Prog) {
248 var q *obj.Prog
249 var q1 *obj.Prog
371 var p1 *obj.Prog
372 var p2 *obj.Prog
373 var pLast *obj.Prog
374 var pPre *obj.Prog
375 var pPreempt *obj.Prog
662 func stacksplitPre(ctxt *obj.Link, p *obj.Prog, framesize int32) (*obj.Prog, *obj.Prog)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 40 func progedit(ctxt *obj.Link, p *obj.Prog) {
175 var q *obj.Prog
176 var q1 *obj.Prog
297 var p1 *obj.Prog
298 var p2 *obj.Prog
628 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog {
659 var q *obj.Prog
809 func addnop(ctxt *obj.Link, p *obj.Prog) {
844 p obj.Prog
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 40 func progedit(ctxt *obj.Link, p *obj.Prog) {
175 var q *obj.Prog
176 var q1 *obj.Prog
297 var p1 *obj.Prog
298 var p2 *obj.Prog
628 func stacksplit(ctxt *obj.Link, p *obj.Prog, framesize int32) *obj.Prog {
659 var q *obj.Prog
809 func addnop(ctxt *obj.Link, p *obj.Prog) {
844 p obj.Prog
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
obj5.go 43 func progedit(ctxt *obj.Link, p *obj.Prog) {
139 func rewriteToUseGot(ctxt *obj.Link, p *obj.Prog) {
251 // Prog.mark
283 var q1 *obj.Prog
284 var q *obj.Prog
345 var p1 *obj.Prog
346 var p2 *obj.Prog
347 var q2 *obj.Prog
641 var next *obj.Prog
686 *p = obj.Prog{}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
obj5.go 43 func progedit(ctxt *obj.Link, p *obj.Prog) {
139 func rewriteToUseGot(ctxt *obj.Link, p *obj.Prog) {
251 // Prog.mark
283 var q1 *obj.Prog
284 var q *obj.Prog
345 var p1 *obj.Prog
346 var p2 *obj.Prog
347 var q2 *obj.Prog
641 var next *obj.Prog
686 *p = obj.Prog{}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ggen.go 16 func defframe(ptxt *obj.Prog) {
103 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, ax *uint32, x0 *uint32) *obj.Prog {
173 p := gc.Prog(x86.AXCHGL)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 68 func Nopout(p *Prog) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ggen.go 16 func defframe(ptxt *obj.Prog) {
103 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, ax *uint32, x0 *uint32) *obj.Prog {
173 p := gc.Prog(x86.AXCHGL)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go 68 func Nopout(p *Prog) {

Completed in 2615 milliseconds

1 2 34 5 6 7 8 9