HomeSort by relevance Sort by last modified time
    Searched defs:Top (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.cc 37 bool Path::Top() const {
128 // otherwise, pop off the top path component
  /external/llvm/lib/Analysis/
CFG.cpp 42 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
43 const BasicBlock *ParentBB = Top.first;
44 succ_const_iterator &I = Top.second;
  /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/openfst/src/include/fst/extensions/pdt/
pdt.h 46 // 'nodes_'. Each node represents the top of some stack and is
48 // the stack with the top 'popped' and its children are stored in
81 // label is a close parenthesis that matches the top of the stack,
111 // Returns the stack ID obtained by "popping" the label at the top
117 // Returns the paren ID at the top of the stack for 'stack_id'
118 ssize_t Top(StackId stack_id) const {
  /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 {
replace.h 704 const PrefixTuple& top = stack.Top(); local
706 StateTuple(prefix_id, top.fst_id, top.nextstate));
818 const PrefixTuple& Top() const {
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 98 T Top() const {
replace.h 309 const PrefixTuple& top = stack.Top(); local
312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
413 const PrefixTuple& Top() const {
  /external/chromium_org/v8/src/
effects.h 267 Effects<Var, kNoVar> Top() { return node_->effects; }
store-buffer.h 106 Object*** Top() { return reinterpret_cast<Object***>(old_top_); }
107 void SetTop(Object*** top) {
108 ASSERT(top >= Start());
109 ASSERT(top <= Limit());
110 old_top_ = reinterpret_cast<Address*>(top);
hydrogen.h 615 HValue* Top() const { return ExpressionStackAt(0); }
632 // environment is the outer environment but the top expression stack
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 75 * Align text on the top of the text block
77 Top,
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 94 /// top-level schedule() driver.
194 // State of the top and bottom scheduled instruction boundaries.
195 SchedBoundary Top;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
207 DAG(0), SchedModel(0), Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {}
220 return Top.ResourceModel->getTotalPackets() +
  /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);
hydrogen.h 476 HValue* Top() const { return ExpressionStackAt(0); }
493 // environment is the outer environment but the top expression stack
940 HValue* Top() const { return environment()->Top(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Popover.js 182 if ((newElementPosition.y + newElementPosition.height + arrowHeight - borderWidth >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
190 verticalAlignment = WebInspector.Popover.Orientation.Top;
384 Top: "top",
  /external/giflib/
gif_lib.h 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 785 uint64_t Top = (Mask >> First) + 1;
786 if ((Top & -Top) == Top) {
788 Length = findFirstSet(Top);
813 assert(LSB + Length < BitSize && "Top bit must be set");
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/llvm/lib/IR/
PassManager.cpp 494 /// Initialize top level manager. Create first pass manager.
661 // top level manager. Set up analysis resolver to connect them.
729 // Print passes managed by this top level manager.
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 41 cl::desc("Force top-down list scheduling"));
155 /// Decrement this iterator until reaching the top or a non-debug instr.
158 assert(I != Beg && "reached the top of the region, cannot decrement");
177 /// Top-level MachineScheduler pass driver.
290 // scheduler for the top of it's scheduled region.
458 // Setup the register pressure trackers for the top scheduled top and bottom
599 // Initialize top/bottom trackers after computing region pressure.
630 // A SUnit is ready to top schedule if it has no predecessors.
649 // Release top roots in forward order
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 832 milliseconds