/external/epid-sdk/epid/common/src/ |
D | stack.c | 25 struct Stack { struct 29 size_t top; ///< Stack top, the number of elements in the stack argument
|
D | stack.h | 28 typedef struct Stack Stack; typedef
|
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-common.hh | 411 struct Stack struct 413 void init () in init() 423 void fini () in fini() 428 ELEM& operator [] (unsigned int i) in operator []() 434 void push (const ELEM &v) in push() 442 ELEM &push () in push() 453 ELEM& pop () in pop() 464 void pop (unsigned int n) in pop() 472 const ELEM& peek () in peek() 483 void unpop () in unpop() [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | Stack.java | 33 public class Stack class 47 public Stack(int maxSize) in Stack() method in Stack 56 public Stack(Stack stack) in Stack() method in Stack
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPULaneDominator.cpp | 55 SmallVector<MachineBasicBlock *, 8> Stack; in laneDominates() local
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline.h | 51 char *Stack; variable
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.h | 23 SymbolizedStack *Stack; variable 32 : Stack(Stack) {} in Stack() argument 73 Location(const SymbolizedStackHolder &Stack) : in Location()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 300 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local 409 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local 431 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local 480 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | PhiValues.cpp | 41 SmallVector<const PHINode *, 8> &Stack) { in processPhi() 103 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
|
/external/libchrome/base/containers/ |
D | README.md | 242 # Stack chapter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 60 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() local
|
D | AMDGPUUnifyDivergentExitNodes.cpp | 100 SmallVector<BasicBlock *, 8> Stack; in isUniformlyReached() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 67 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionDag() local 140 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 221 GetDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, in GetDepth() 319 SmallVector<const MachineBasicBlock *, 8> Stack; in PlaceMarkers() local
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | NamespaceMappings.java | 374 private class Stack { class in NamespaceMappings 392 public Stack() in Stack() method in NamespaceMappings.Stack
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 39 Stack, enumerator
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugGrammarLexer.cs | 11 using Stack = System.Collections.Generic.Stack<object>; typedef
|
D | ProfileGrammarLexer.cs | 11 using Stack = System.Collections.Generic.Stack<object>; typedef
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stack.cc | 41 class Stack : public ResourceBase { class 51 Stack(const DataType& elem_type, const string& stack_name, int max_size) in Stack() function in tensorflow::Stack
|
/external/python/cpython2/Lib/compiler/ |
D | misc.py | 31 class Stack: class
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 40 Stack, enumerator
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 94 SmallVector<ModuleFile *, 4> Stack; member
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 440 GetDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, in GetDepth() 476 SmallVector<const MachineBasicBlock *, 8> Stack; in PlaceMarkers() local
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | coff-dump.py | 236 Stack = [] variable
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateKernelFeatures.cpp | 88 SmallVector<const Constant *, 16> Stack; in visitConstantExprsRecursively() local
|