Home
last modified time | relevance | path

Searched refs:Bottom (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp160 MachineBasicBlock *Bottom = Loop->getHeader(); in LoopBottom() local
162 if (MBB->getNumber() > Bottom->getNumber()) in LoopBottom()
163 Bottom = MBB; in LoopBottom()
164 return Bottom; in LoopBottom()
353 MachineBasicBlock *Bottom = LoopBottom(Loop); in PlaceLoopMarker() local
354 auto Iter = next(MachineFunction::iterator(Bottom)); in PlaceLoopMarker()
360 Iter = next(MachineFunction::iterator(Bottom)); in PlaceLoopMarker()
369 if (!Bottom->back().isBarrier()) in PlaceLoopMarker()
370 BuildMI(*Bottom, Bottom->end(), DebugLoc(), TII.get(WebAssembly::LOOP_END)); in PlaceLoopMarker()
/external/harfbuzz_ng/src/
Dgen-use-table.py247 'Blw': [Bottom],
252 'Blw': [Bottom],
258 'Blw': [Bottom],
262 'Blw': [Bottom, Overstruck, Bottom_And_Right],
268 'Blw': [Bottom, Overstruck],
274 'Blw': [Bottom],
306 if U == 0x1B6C: UIPC = Bottom
316 if U == 0x111CA: UIPC = Bottom
318 if U == 0x1133C: UIPC = Bottom
/external/clang/test/Modules/Inputs/
Dcategory_bottom.h3 @interface Foo(Bottom)
9 @interface LeftFoo(Bottom)
/external/fio/tools/plot/
Dgraph3D.gpm48 #Bottom Right View
56 #Bottom Left View
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
Dmessages.properties3 FlyoutControlComposite_dockBottom=&Bottom
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_view.h28 Bottom:(const float)bottom;
Dopen_gles20.mm68 -1, -1, 0, 0, 1, // Bottom Left
69 1, -1, 0, 1, 1, // Bottom Right
131 // Bottom Left
136 // Bottom Right
Dvideo_render_ios_channel.mm55 Bottom:top]) {
Dvideo_render_ios_view.mm157 Bottom:(const float)bottom {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
760 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
762 Result := (Bottom < Item) and (Item <= TopInc) // normal
763 or (TopInc < Bottom) and (Item > Bottom) // top wrapped
764 or (TopInc < Bottom) and (Item <= TopInc) // top and item wrapped
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state22 [Bottom up (heavy) profile]:
Dtickprocessor-test.func-info24 [Bottom up (heavy) profile]:
Dtickprocessor-test.default33 [Bottom up (heavy) profile]:
Dtickprocessor-test.ignore-unknown32 [Bottom up (heavy) profile]:
Dtickprocessor-test.separate-ic35 [Bottom up (heavy) profile]:
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc318 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
405 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp723 struct Bottom { constexpr Bottom() {} }; in Bottom() function
724 struct Base : Bottom {
729 struct Base2 : Bottom {
756 constexpr Bottom &bot1 = (Base&)derived;
757 constexpr Bottom &bot2 = (Base2&)derived;
760 constexpr Bottom *pb1 = (Base*)&derived;
761 constexpr Bottom *pb2 = (Base2*)&derived;
783 static_assert((Bottom*)nullB == 0, "");
785 static_assert((void*)(Bottom*)nullB == (void*)(Derived*)nullB, "");
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapFont.java87 Bottom enumConstant
DLetters.java166 case Bottom: in align()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h256 unsigned getResourceDepth(bool Bottom) const;
/external/eigen/doc/
DTutorialBlockOperations.dox121 <tr><td>Bottom-left p by q block
135 <tr><td>Bottom-right p by q block
/external/libmpeg2/common/arm/
Dideint_cac_a9.s55 @* Bottom field stride
/external/webrtc/webrtc/api/objc/
DRTCOpenGLVideoRenderer.mm131 -1, -1, 0, 1, // Bottom left.
132 1, -1, 1, 1, // Bottom right.
/external/webrtc/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm152 -1, -1, 0, 1, // Bottom left.
153 1, -1, 1, 1, // Bottom right.
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1170 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth()
1175 if (Bottom) { in getResourceDepth()
1189 if (Bottom) in getResourceDepth()

123