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

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 20 // Bloc("entry",
23 // Bloc("exit",
25 // Bloc("deadblock",
35 // TODO(matloob): Choose better names for Fun, Bloc, Goto, etc.
143 // Fun takes the name of an entry bloc and a series of Bloc calls, and
145 // supplied to one of the Bloc functions. Each of the bloc names and
147 func (c *Conf) Fun(entry string, blocs ...bloc) fun {
159 for _, bloc := range blocs
255 type bloc struct { type
    [all...]
dom_test.go 18 type blockGen func(size int) []bloc
22 func genLinear(size int) []bloc {
23 var blocs []bloc
25 Bloc("entry",
31 blocs = append(blocs, Bloc(blockn(i),
36 Bloc(blockn(size), Goto("exit")),
37 Bloc("exit", Exit("mem")),
45 func genFwdBack(size int) []bloc {
46 var blocs []bloc
48 Bloc("entry"
    [all...]
passbm_test.go 62 func genFunction(size int) []bloc {
63 var blocs []bloc
69 Bloc("entry",
76 blocs = append(blocs, Bloc(blockn(i),
95 Bloc(blockn(size+1), Goto("exit")),
96 Bloc("exit", Exit("store0-4")),
deadcode_test.go 17 Bloc("entry",
20 Bloc("exit",
23 Bloc("deadblock",
47 Bloc("entry",
51 Bloc("exit",
70 Bloc("entry",
74 Bloc("then",
76 Bloc("else",
78 Bloc("exit",
105 Bloc("entry"
    [all...]
fuse_test.go 14 Bloc("entry",
18 Bloc("checkPtr",
23 Bloc("then",
25 Bloc("exit",
42 Bloc("entry",
46 Bloc("checkPtr",
51 Bloc("then",
53 Bloc("else",
55 Bloc("exit",
75 Bloc("entry"
    [all...]
nilcheck_test.go 23 var blocs []bloc
25 Bloc("entry",
33 Bloc(blockn(i),
41 Bloc(blockn(depth), Goto("exit")),
42 Bloc("exit", Exit("mem")),
70 Bloc("entry",
74 Bloc("checkPtr",
78 Bloc("secondCheck",
81 Bloc("extra",
83 Bloc("exit"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go 20 // Bloc("entry",
23 // Bloc("exit",
25 // Bloc("deadblock",
35 // TODO(matloob): Choose better names for Fun, Bloc, Goto, etc.
143 // Fun takes the name of an entry bloc and a series of Bloc calls, and
145 // supplied to one of the Bloc functions. Each of the bloc names and
147 func (c *Conf) Fun(entry string, blocs ...bloc) fun {
159 for _, bloc := range blocs
255 type bloc struct { type
    [all...]
dom_test.go 18 type blockGen func(size int) []bloc
22 func genLinear(size int) []bloc {
23 var blocs []bloc
25 Bloc("entry",
31 blocs = append(blocs, Bloc(blockn(i),
36 Bloc(blockn(size), Goto("exit")),
37 Bloc("exit", Exit("mem")),
45 func genFwdBack(size int) []bloc {
46 var blocs []bloc
48 Bloc("entry"
    [all...]
passbm_test.go 62 func genFunction(size int) []bloc {
63 var blocs []bloc
69 Bloc("entry",
76 blocs = append(blocs, Bloc(blockn(i),
95 Bloc(blockn(size+1), Goto("exit")),
96 Bloc("exit", Exit("store0-4")),
deadcode_test.go 17 Bloc("entry",
20 Bloc("exit",
23 Bloc("deadblock",
47 Bloc("entry",
51 Bloc("exit",
70 Bloc("entry",
74 Bloc("then",
76 Bloc("else",
78 Bloc("exit",
105 Bloc("entry"
    [all...]
fuse_test.go 14 Bloc("entry",
18 Bloc("checkPtr",
23 Bloc("then",
25 Bloc("exit",
42 Bloc("entry",
46 Bloc("checkPtr",
51 Bloc("then",
53 Bloc("else",
55 Bloc("exit",
75 Bloc("entry"
    [all...]
nilcheck_test.go 23 var blocs []bloc
25 Bloc("entry",
33 Bloc(blockn(i),
41 Bloc(blockn(depth), Goto("exit")),
42 Bloc("exit", Exit("mem")),
70 Bloc("entry",
74 Bloc("checkPtr",
78 Bloc("secondCheck",
81 Bloc("extra",
83 Bloc("exit"
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mem_plan9.go 11 var bloc uintptr var
124 bloc = memRound(firstmoduledata.end)
129 bl := bloc
134 bloc += n
  /prebuilts/go/linux-x86/src/runtime/
mem_plan9.go 11 var bloc uintptr var
124 bloc = memRound(firstmoduledata.end)
129 bl := bloc
134 bloc += n
  /external/sfntly/cpp/src/sfntly/
tag.h 94 static const int32_t bloc; member in struct:sfntly::Tag
tag.cc 72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in class:sfntly::Tag
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassAnnotationSceneWriter.java 282 BoundLocation bloc = e.getKey(); local
288 if (bloc.boundIndex == -1) {
290 visitBound(xav, bloc);
293 visitBound(xav, bloc);
309 visitBound(xav, bloc);
816 BoundLocation bloc = e.getKey(); local
822 if (bloc.boundIndex == -1) {
824 visitBound(xav, bloc);
827 visitBound(xav, bloc);
843 visitBound(xav, bloc);
    [all...]
  /external/sfntly/cpp/src/sfntly/table/
table.cc 122 } else if (tag == Tag::EBLC || tag == Tag::bloc) {
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 576 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc));
593 font_builder->NewTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc,
603 font_builder->RemoveTableBuilder(use_ebdt ? Tag::EBLC : Tag::bloc);
706 // bdat, bloc, ebdt, eblc, ebsc, gasp
752 Tag::EBLC, Tag::EBSC, Tag::bdat, Tag::bloc, Tag::bhed,
778 remove_tags.insert(Tag::bloc);
  /external/libpng/contrib/libtests/
pngstest.c 2812 png_byte bloc[4]; local
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 586 milliseconds