/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyUtilities.h | 40 MachineBasicBlock *Bottom = Unit->getHeader(); in getBottom() local 42 if (MBB->getNumber() > Bottom->getNumber()) in getBottom() 43 Bottom = MBB; in getBottom() 44 return Bottom; in getBottom()
|
H A D | WebAssemblyCFGStackify.cpp | 384 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in placeLoopMarker() 385 auto Iter = std::next(Bottom->getIterator()); in placeLoopMarker() 388 Iter = std::next(Bottom->getIterator()); in placeLoopMarker() 464 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE); in placeTryMarker() local 466 auto Iter = std::next(Bottom->getIterator()); in placeTryMarker() 469 Iter = std::next(Bottom->getIterator()); in placeTryMarker() 618 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-use-table.py | 172 'Bottom', 321 'Blw': [Bottom], 326 'Blw': [Bottom, Bottom_And_Left, Bottom_And_Right], 332 'Blw': [Bottom, Overstruck], 336 'Blw': [Bottom, Overstruck, Bottom_And_Right], 342 'Blw': [Bottom, Overstruck], 348 'Blw': [Bottom], 355 'Blw': [Bottom], 377 if 0x1BF2 <= U <= 0x1BF3: UISC = Nukta; UIPC = Bottom
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typeParameterDiamond1.js | 4 function diamondBottom<Bottom extends T | U>() { 7 var bottom: Bottom;
|
H A D | typeParameterDiamond2.js | 4 function diamondBottom<Bottom extends T | U>() { 7 var bottom: Bottom;
|
H A D | typeParameterDiamond3.js | 4 function diamondBottom<Bottom extends Top | T | U>() { 7 var bottom: Bottom;
|
H A D | typeParameterDiamond4.js | 4 function diamondBottom<Bottom extends Top | T | U>() { 7 var bottom: Bottom;
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | renderer.rs | 54 Bottom(usize, &'diagnostic str), 60 Bottom, 265 MultiLabel::Left | MultiLabel::Bottom(..) => { in render_snippet_source() 289 MultiLabel::Bottom(start, _) => column_range.end <= *start, in render_snippet_source() 541 MultiLabel::Bottom(range, message) => (*label_style, range, Some(message)), in render_snippet_source() 564 MultiLabel::Bottom(..) if multi_label_index < *i => { in render_snippet_source() 571 MultiLabel::Bottom(..) if multi_label_index == *i => { in render_snippet_source() 572 underline = Some((*ls, VerticalBound::Bottom)); in render_snippet_source() 575 MultiLabel::Top(..) | MultiLabel::Bottom(..) => { in render_snippet_source() 918 VerticalBound::Bottom in inner_gutter_column() [all...] |
H A D | views.rs | 253 MultiLabel::Bottom(label_end, &label.message),
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.c | 232 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual); in NineVolume9_AddDirtyRegion() 264 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0, in NineVolume9_LockBox() 285 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || in NineVolume9_LockBox() 287 !(pBox->Top % h) && !(pBox->Bottom % h)), in NineVolume9_LockBox() 302 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL); in NineVolume9_LockBox() 305 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
|
H A D | nine_pipe.h | 167 user_warn(src->Top > src->Bottom); in d3dbox_to_pipe_box() 174 dst->height = src->Bottom - src->Top; in d3dbox_to_pipe_box()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_tab_autogen.cpp | 666 # define YY_STACK_PRINT(Bottom, Top) \ 670 yy_stack_print((Bottom), (Top)); \ 706 # define YY_STACK_PRINT(Bottom, Top)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.cpp | 781 # define YY_STACK_PRINT(Bottom, Top) \ 784 yy_stack_print ((Bottom), (Top)); \ 824 # define YY_STACK_PRINT(Bottom, Top)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.cpp | 1781 # define YY_STACK_PRINT(Bottom, Top) \ 1784 yy_stack_print ((Bottom), (Top)); \ 1824 # define YY_STACK_PRINT(Bottom, Top)
|
/third_party/backends/backend/escl/ |
H A D | escl.h | 188 int Bottom; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 110 enum { Normal, Top, Bottom }; enumerator 163 bool isBottom() const { return Kind == Bottom; } in isBottom() 166 bool Changed = (Kind != Bottom); in setBottom() 167 Kind = Bottom; in setBottom() 197 Bottom.setBottom(); in MachineConstPropagator() 214 Bottom.setBottom(); in CellMap() 229 return Bottom; in get() 248 // this cell in "get". Also, have a "Bottom" cell to return from 250 LatticeCell Top, Bottom; member in __anon24612::MachineConstPropagator::CellMap 281 LatticeCell Bottom; [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 1781 # define YY_STACK_PRINT(Bottom, Top) \ 1785 yy_stack_print((Bottom), (Top)); \ 1826 # define YY_STACK_PRINT(Bottom, Top)
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 700 # define YY_STACK_PRINT(Bottom, Top) \ 703 yy_stack_print ((Bottom), (Top)); \ 748 # define YY_STACK_PRINT(Bottom, Top)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 785 Value *Bottom = IRB.CreateTrunc(WideLoad, Base->getType()); in CreateWideLoad() local 786 Value *NewBaseSExt = IRB.CreateSExt(Bottom, BaseSExt->getType()); in CreateWideLoad() 800 << *Bottom << "\n" in CreateWideLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | WasmTranslator.cpp | 484 auto *Bottom = makeVariable(DestTy); in Binop() local 496 Bottom, Left, RotShift)); in Binop() 498 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom)); in Binop() 510 auto *Bottom = makeVariable(DestTy); in Binop() local 522 Bottom, Left, RotShift)); in Binop() 524 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom)); in Binop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 275 /// When Bottom is set, instructions in the trace center block are included. 276 unsigned getResourceDepth(bool Bottom) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 1197 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { 1202 if (Bottom) { 1216 if (Bottom)
|
H A D | MachineBlockPlacement.cpp | 2271 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); in rotateLoop() local 2274 if (Bottom == ExitingBB) in rotateLoop() 2283 for (MachineBasicBlock *Succ : Bottom->successors()) { in rotateLoop() 2325 if (!Bottom->isSuccessor(Top)) in rotateLoop()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 986 Bottom: {},
|
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 99 si->height = si->csbi.srWindow.Bottom - si->csbi.srWindow.Top + 1; in get_screen_info() 177 length = info.dwSize.X * (info.srWindow.Bottom - info.srWindow.Top + 1); in setup_screen() 190 length = (info.srWindow.Bottom - info.srWindow.Top + 1) * info.dwSize.X - 1; in clear_screen()
|