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

1 2

  /external/lldb/source/Core/
InputReaderStack.cpp 56 InputReaderStack::Top ()
62 input_reader_sp = m_input_readers.top();
  /external/llvm/lib/Analysis/
CFG.cpp 41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
  /external/chromium_org/net/websockets/
websocket_inflater.cc 153 std::pair<char*, size_t> top = input_queue_.Top(); local
155 result = InflateWithFlush(top.first, top.second);
156 input_queue_.Consume(top.second - stream_->avail_in);
227 std::pair<char*, size_t> WebSocketInflater::InputQueue::Top() {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 98 T Top() const {
replace.h 308 const PrefixTuple& top = stack.Top(); local
311 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
412 const PrefixTuple& Top() const {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 185 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
193 verticalAlignment = WebInspector.Popover.Orientation.Top;
393 Top: "top",
  /external/chromium_org/v8/src/
effects.h 243 Effects<Var, kNoVar> Top() { return node_->effects; }
store-buffer.h 82 Object*** Top() { return reinterpret_cast<Object***>(old_top_); }
83 void SetTop(Object*** top) {
84 ASSERT(top >= Start());
85 ASSERT(top <= Limit());
86 old_top_ = reinterpret_cast<Address*>(top);
hydrogen.h 633 HValue* Top() const { return ExpressionStackAt(0); }
650 // environment is the outer environment but the top expression stack
    [all...]
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 76 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
105 NodeType *Node = Top.first.getPointer();
106 ChildItTy &It = Top.second;
107 if (!Top.first.getInt()) {
110 Top.first.setInt(1);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 93 /// top-level schedule() driver.
194 // State of the top and bottom scheduled instruction boundaries.
195 VLIWSchedBoundary Top;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
221 return Top.ResourceModel->getTotalPackets() +
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 61 INT16 Top;
84 // Left, Top, Right, and Bottom contain the coordinates of the upper-left
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 61 INT16 Top;
  /external/giflib/
gif_lib.h 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 186 CFStack::StackItem Top = BranchStack.back();
187 if (Top == CFStack::ENTRY)
190 CurrentSubEntries-= getSubEntrySize(Top);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 783 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root);
784 if (!Top) {
800 for (yaml::MappingNode::iterator I = Top->begin(), E = Top->end(); I != E;
856 if (!checkMissingKeys(Top, Keys))
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 506 /// Initialize top level manager. Create first pass manager.
673 // top level manager. Set up analysis resolver to connect them.
741 // Print passes managed by this top level manager.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 235 void Set(baseType left, baseType top, baseType width, baseType height)
237 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT
239 void Set(baseType left, baseType top, const FXT_SIZE &size)
241 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); member in class:CFX_RTemplate::FXT_RECT
257 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0;
261 left += p.x, top += p.y;
266 left -= p.x, top -= p.y;
275 return top + height;
329 FXT_RECT::top += top; member in class:CFX_RTemplate::FXT_RECT
518 baseType left, top; member in class:CFX_RTemplate
532 int top; member in struct:FX_RECT
744 FX_FLOAT top; member in class:CFX_FloatRect
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 155 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
191 /// schedule the node at the top of the unscheduled region. Otherwise it will
203 /// top-down scheduling.
235 /// The top of the unscheduled zone.
288 MachineBasicBlock::iterator top() const { return CurrentTop; } function in class:llvm::ScheduleDAGMI
315 // Top-Level entry points for the schedule() driver...
359 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
373 /// The top of the unscheduled zone.
397 /// Get current register pressure for the top scheduled instructions.
441 // Top-Level entry points for the schedule() driver..
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 22 SHORT Top;
d3d8types.h     [all...]
d3d9types.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 1766 milliseconds

1 2