Searched defs:Stack (Results 1 - 25 of 63) sorted by relevance

123

/external/compiler-rt/lib/esan/
H A Desan_sideline.h51 char *Stack; member in class:__esan::SidelineThread
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dresolve_constant_stack.cc27 void Stack(Model* model, StackOperator const& op) { function in namespace:toco::__anon26060
36 // Stack inputs into buffer
83 Stack<ArrayDataType::kFloat>(model, *op);
86 Stack<ArrayDataType::kUint8>(model, *op);
89 Stack<ArrayDataType::kInt32>(model, *op);
92 Stack<ArrayDataType::kInt64>(model, *op);
95 LOG(FATAL) << "Unsupported data type given to Stack op with output \""
/external/python/cpython2/Lib/compiler/
H A Dmisc.py31 class Stack: class in inherits:
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FloatingPoint.cpp1 //===-- X86FloatingPoint.cpp - Floating point Reg -> Stack converter ------===//
59 memset(Stack, 0, sizeof(Stack));
135 unsigned Stack[8]; // FP<n> Registers in each stack slot... member in struct:__anon22964::FPS
142 // For each live FP<n> register, point to its Stack[] entry.
176 dbgs() << "Stack contents:";
178 dbgs() << " FP" << Stack[i];
179 assert(RegMap[Stack[i]] == i && "Stack[] doesn't match RegMap[]!");
196 return Slot < StackTop && Stack[Slo
[all...]
/external/ImageMagick/MagickWand/
H A Dwandcli-private.h94 } Stack; typedef in typeref:struct:_Stack
118 Stack
/external/giflib/
H A Dgif_lib_private.h50 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c806 GifByteType *Stack, *Suffix; local
813 Stack = Private->Stack;
825 Line[i++] = Stack[--StackPtr];
867 Stack[StackPtr++] = DGifGetPrefixChar(Prefix,
872 Stack[StackPtr++] = DGifGetPrefixChar(Prefix,
882 * before overflowing Stack[]. */
885 Stack[StackPtr++] = Suffix[CrntPrefix];
893 Stack[StackPtr++] = CrntPrefix;
897 Line[i++] = Stack[
[all...]
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h39 Stack, enumerator in enum:llvm::PseudoSourceValue::PSVKind
66 bool isStack() const { return Kind == Stack; }
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dcoff-dump.py236 Stack = [] variable
282 Stack [0:0] = [Input.tell()]
287 assert(len(Stack) > 0)
288 Input.seek(Stack[0])
289 del Stack[0]
/external/v8/src/js/
H A Darray.js104 function Stack() { class
111 Stack.prototype.length = null;
112 Stack.prototype.values = null;
133 var visited_arrays = new Stack();
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h236 class Stack class in namespace:nv50_ir
252 Stack() : size(0), limit(0), array(0) { } function in class:nv50_ir::Stack
253 ~Stack() { if (array) FREE(array); }
288 void moveTo(Stack&); // move all items to target (not like push(pop()))
418 Stack ids;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java73 * Each entry (prefix) in this hashtable points to a Stack of URIs
74 * This table maps a prefix (String) to a Stack of NamespaceNodes.
95 private Stack m_nodeStack = new Stack();
119 Stack stack;
141 final Stack stack = getPrefixStack(prefix);
152 final Stack stack = (Stack) m_namespaces.get(prefix);
210 Stack stack;
233 Stack stac
374 private class Stack { class in class:NamespaceMappings
392 public Stack() method in class:NamespaceMappings.Stack
[all...]
/external/clang/include/clang/Serialization/
H A DModuleManager.h85 Stack.reserve(N);
94 SmallVector<ModuleFile *, 4> Stack; member in struct:clang::serialization::ModuleManager::VisitState
/external/clang/lib/Format/
H A DContinuationIndenter.h332 std::vector<ParenState> Stack; member in struct:clang::format::LineState
374 return Stack < Other.Stack;
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc39 Stack, member in class:__anon3767::OOBKind
44 return oob_kind == OOBKind::Stack ? kStackReadUnderflow
49 return oob_kind == OOBKind::Stack ? kStackReadOverflow
93 StrLenOOBTestTemplate(stack_string, length, OOBKind::Stack);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp440 GetDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, argument
443 for (auto X : reverse(Stack)) {
448 assert(Depth < Stack.size() && "Branch destination should be in scope");
476 SmallVector<const MachineBasicBlock *, 8> Stack;
481 assert(ScopeTops[Stack.back()->getNumber()] == &MBB &&
483 Stack.pop_back();
486 assert(Stack.back() == &MBB && "Loop top should be balanced");
487 Stack.pop_back();
488 Stack.pop_back();
491 Stack
[all...]
/external/proguard/src/proguard/evaluation/
H A DStack.java33 public class Stack class
44 * Creates a new Stack with a given maximum size, accounting for the double
47 public Stack(int maxSize) method in class:Stack
54 * Creates a Stack that is a copy of the given Stack.
56 public Stack(Stack stack) method in class:Stack
77 * Resets this Stack, so that it can be reused.
96 * Copies the values of the given Stack into this Stack
[all...]
/external/valgrind/coregrind/
H A Dm_stacks.c3 /*--- Stack management. m_stacks.c ---*/
100 } Stack; typedef in typeref:struct:_Stack
102 static Stack *stacks;
110 static Stack *current_stack;
115 static void move_Stack_one_step_forward ( Stack* st )
117 Stack *st0, *st1, *st2;
132 Stack* tmp;
155 static Stack* find_stack_by_addr(Addr sp)
160 Stack *i = stacks;
190 Stack *
[all...]
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp625 SmallVector<NestedNameSpecifier *, 4> Stack; local
627 Stack.push_back(NNS);
628 while (!Stack.empty()) {
629 NestedNameSpecifier *NNS = Stack.pop_back_val();
653 SaveSourceLocation(Stack.empty()? R.getEnd() : R.getBegin(),
/external/clang/lib/Sema/
H A DSemaAttr.cpp114 if (PackStack.Stack.empty()) {
168 if (PackStack.Stack.empty())
205 if (Action & PSK_Pop && VtorDispStack.Stack.empty())
221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation));
225 auto I = llvm::find_if(llvm::reverse(Stack), [&](const Slot &x) {
229 if (I != Stack.rend()) {
232 Stack.erase(std::prev(I.base()), Stack.end());
234 } else if (!Stack.empty()) {
236 CurrentValue = Stack
300 PragmaStack<StringLiteral *> *Stack = local
431 VisStack *Stack = static_cast<VisStack*>(S.VisContext); local
480 VisStack *Stack = static_cast<VisStack*>(VisContext); local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp45 SmallVector<WorkListUnit,20> Stack; member in class:__anon2069::DFS
48 return !Stack.empty();
52 Stack.push_back(U);
56 assert (!Stack.empty());
57 const WorkListUnit& U = Stack.back();
58 Stack.pop_back(); // This technically "invalidates" U, but we are fine.
64 I = Stack.begin(), E = Stack.end(); I != E; ++I) {
111 SmallVector<WorkListUnit,20> Stack; member in class:__anon2070::BFSBlockDFSContents
114 return !Queue.empty() || !Stack
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp68 StackVector Stack; member in class:__anon14226::SIAnnotateControlFlow
176 return !Stack.empty() && Stack.back().first == BB;
181 return Stack.pop_back_val().second;
186 Stack.push_back(std::make_pair(BB, Saved));
353 assert(Stack.back().first == BB);
415 assert(Stack.empty());
/external/python/cpython2/Demo/tkinter/guido/
H A Dsolitaire.py217 class Stack: class in inherits:
265 """Stack constructor.
387 class Deck(Stack):
447 class OpenStack(Stack):
456 Stack.usermovehandler(self, cards)
/external/tensorflow/tensorflow/core/kernels/
H A Dstack_ops.cc47 class Stack : public ResourceBase { class in namespace:tensorflow
57 Stack(const DataType& elem_type, const string& stack_name, int max_size) function in class:tensorflow::Stack
67 return errors::InvalidArgument("Stack[", stack_name_, "] overflowed ",
78 return errors::InvalidArgument("Stack[", stack_name_,
107 return strings::StrCat("Stack[", stack_name_, "]");
126 return errors::InvalidArgument("Stack[", stack_name_,
133 Status GetStack(OpKernelContext* ctx, Stack** stack) {
142 "Stack handle must have two elements, but had shape: ",
161 std::atomic<int64> Stack::stack_counter{0};
181 "Stack siz
[all...]
/external/valgrind/include/
H A Dpub_tool_addrinfo.h142 } Stack; member in union:_AddrInfo::__anon29380

Completed in 801 milliseconds

123