HomeSort by relevance Sort by last modified time
    Searched refs:Top (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/
category_top.h 4 @interface Foo(Top)
5 -(void)top;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 200 Top.init(DAG, SchedModel);
207 delete Top.HazardRec;
209 Top.HazardRec = TM.getInstrInfo()->CreateTargetMIHazardRecognizer(Itin, DAG);
212 Top.ResourceModel = new VLIWResourceModel(TM, DAG->getSchedModel());
228 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency);
233 Top.releaseNode(SU, SU->TopReadyCycle);
488 if (Top.ResourceModel->isResourceAvailable(SU))
527 /// Pick the best candidate from the top queue.
531 /// maintain the number of vreg uses remaining to be top-scheduled
    [all...]
HexagonMachineScheduler.h 94 /// top-level schedule() driver.
195 // State of the top and bottom scheduled instruction boundaries.
196 SchedBoundary Top;
200 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
208 DAG(0), SchedModel(0), TRI(0), Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {}
221 return Top.ResourceModel->getTotalPackets() +
  /external/skia/legacy/src/images/
SkMovie_gif.cpp 131 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
151 if (frame->ImageDesc.Top + copyHeight > height) {
152 copyHeight = height - frame->ImageDesc.Top;
176 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
183 if (frame->ImageDesc.Top + copyHeight > height) {
184 copyHeight = height - frame->ImageDesc.Top;
197 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
202 uint32_t* dst = bm->getAddr32(left, top);
209 if (top + copyHeight > bmHeight) {
210 copyHeight = bmHeight - top;
    [all...]
SkImageDecoder_libgif.cpp 210 if ( (desc.Top | desc.Left) < 0 ||
212 desc.Top + desc.Height > height) {
261 if ((desc.Top | desc.Left) > 0 ||
277 scanline += desc.Top * rowBytes + desc.Left;
  /external/skia/src/images/
SkMovie_gif.cpp 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
155 if (frame->ImageDesc.Top + copyHeight > height) {
156 copyHeight = height - frame->ImageDesc.Top;
180 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
187 if (frame->ImageDesc.Top + copyHeight > height) {
188 copyHeight = height - frame->ImageDesc.Top;
201 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
206 uint32_t* dst = bm->getAddr32(left, top);
213 if (top + copyHeight > bmHeight) {
214 copyHeight = bmHeight - top;
    [all...]
SkImageDecoder_libgif.cpp 221 if ( (desc.Top | desc.Left) < 0 ||
223 desc.Top + desc.Height > height) {
272 if ((desc.Top | desc.Left) > 0 ||
288 scanline += desc.Top * rowBytes + desc.Left;
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 75 // VisitStack - Used to maintain the ordering. Top = current block
103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
104 NodeType *Node = Top.first.getPointer();
105 ChildItTy &It = Top.second;
106 if (!Top.first.getInt()) {
109 Top.first.setInt(1);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 2 * Top-Level parsing and JIT Driver
5 (* top ::= definition | external | expression | ';' *)
10 (* ignore top-level semicolons. *)
25 (* Evaluate a top-level expression into an anonymous function. *)
27 print_endline "parsed a top-level expr";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 2 * Top-Level parsing and JIT Driver
7 (* top ::= definition | external | expression | ';' *)
12 (* ignore top-level semicolons. *)
29 (* Evaluate a top-level expression into an anonymous function. *)
31 print_endline "parsed a top-level expr";
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 39 cl::desc("Force top-down list scheduling"));
154 /// Decrement this iterator until reaching the top or a non-debug instr.
157 assert(I != Beg && "reached the top of the region, cannot decrement");
176 /// Top-level MachineScheduler pass driver.
289 // scheduler for the top of it's scheduled region.
451 // Setup the register pressure trackers for the top scheduled top and bottom
575 // Initialize top/bottom trackers after computing region pressure.
606 // A SUnit is ready to top schedule if it has no predecessors.
625 // Release top roots in forward order
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 2 * Top-Level parsing and JIT Driver
8 (* top ::= definition | external | expression | ';' *)
13 (* ignore top-level semicolons. *)
30 (* Evaluate a top-level expression into an anonymous function. *)
32 print_endline "parsed a top-level expr";
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 21 ''' Subtracts 1 or 2 from the top frame's address.
22 Top frame is normally the return address from asan_report*
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
StringBlock.java 50 private VAlign valignment = VAlign.Top;
BitmapFont.java 75 * Align text on the top of the text block
77 Top,
  /external/openfst/src/include/fst/
heap.h 48 // \param whether heap top should be max or min element w.r.t. Compare
96 T top = A_[0]; local
101 return top;
106 T Top() const {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 98 T Top() const {
  /external/quake/quake/src/WinQuake/
conproc.cpp 309 info.srWindow.Top = 0;
339 info.srWindow.Top = 0;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 38 * put in the first (0th) slot in the expanded XMPPath. Check if the top
45 * <dd> A top level property or struct field.
466 throw new XMPException("Top level name must not be a qualifier", XMPError.BADXPATH);
471 throw new XMPException("Top level name must be simple", XMPError.BADXPATH);
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 740 /// \p Top.
746 /// default bindings that may extend beyond \p Top itself, e.g. if \p Top is
751 const SubRegion *Top, BindingKey TopKey,
756 Top = cast<SubRegion>(TopKey.getConcreteOffsetRegion());
757 TopKey = BindingKey::Make(Top, BindingKey::Default);
762 SVal Extent = Top->getExtent(SVB);
769 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
802 if (Top->isSubRegionOf(Base)) {
812 if (Top == Base || BaseSR->isSubRegionOf(Top)
    [all...]
  /external/kernel-headers/original/asm-arm/
memory.h 61 #error Top of user space clashes with start of module space
  /external/v8/src/
store-buffer.h 98 Object*** Top() { return reinterpret_cast<Object***>(old_top_); }
99 void SetTop(Object*** top) {
100 ASSERT(top >= Start());
101 ASSERT(top <= Limit());
102 old_top_ = reinterpret_cast<Address*>(top);

Completed in 972 milliseconds

1 2 3