Home
last modified time | relevance | path

Searched defs:stack (Results 176 - 200 of 290) sorted by relevance

12345678910>>...12

/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_gcc_a.h798 __STATIC_FORCEINLINE void __set_SP(uint32_t stack) in __set_SP() argument
H A Dcmsis_clang_a.h775 __STATIC_FORCEINLINE void __set_SP(uint32_t stack) in __set_SP() argument
H A Dcmsis_armclang_a.h633 __STATIC_FORCEINLINE void __set_SP(uint32_t stack) in __set_SP() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ray_queries.c132 rq_variable *stack; member
165 rq_variable *stack; member
[all...]
/third_party/mesa3d/src/glx/
H A Dglxclient.h227 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; member
/third_party/node/src/
H A Dnode_errors.cc188 static std::string FormatStackTrace(Isolate* isolate, Local<StackTrace> stack) { in FormatStackTrace() argument
242 void PrintStackTrace(Isolate* isolate, Local<StackTrace> stack) { in PrintStackTrace() argument
258 Local<v8::StackTrace> stack = message->GetStackTrace(); in FormatCaughtException() local
1062 MaybeLocal<Value> stack in DecorateErrorStack() local
[all...]
/third_party/musl/src/internal/
H A Dpthread_impl.h52 void *stack; member
/third_party/libfuse/util/
H A Dfusermount.c343 char *stack = buf + (sizeof(buf) / 2 - ((size_t) buf & 15)); in clone_newns() local
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h640 Node* stack() const { return node()->InputAt(kFrameStateStackInput); } in stack() function in v8::internal::compiler::FrameState
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h53 std::vector<CpuProfileDeoptFrame> stack; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc640 auto stack = StackProxy::Create(frame); in Create() local
732 auto stack = StackProxy::Create(frame_); variable
[all...]
/third_party/node/deps/v8/include/
H A Dv8-profiler.h53 std::vector<CpuProfileDeoptFrame> stack; member
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.cc268 std::unique_ptr<V8StackTraceImpl> stack; in catchCallback() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dinstructions.h265 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp464 std::vector<BasicBlock*> stack; in FindCaseFallThrough() local
1038 std::vector<BasicBlock*> stack; in ReachabilityPass() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp464 std::vector<BasicBlock*> stack; in FindCaseFallThrough() local
1038 std::vector<BasicBlock*> stack; in ReachabilityPass() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c507 FT_Fixed* stack; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.h164 FT_Long* stack; /* ! current exec. stack */ member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh337 unsigned int stack[8]; member
/third_party/python/Modules/
H A D_functoolsmodule.c243 PyObject **stack; in partial_vectorcall() local
598 PyObject* stack[2]; keyobject_richcompare() local
[all...]
H A Dfaulthandler.c138 static stack_t stack; variable
[all...]
H A Dunicodedata.c505 Py_UCS4 stack[20]; in nfd_nfkd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h651 SmallVector<uintptr_t,20> stack; member in llvm::ImutAVLTreeGenericIterator
[all...]
/third_party/python/Python/
H A Dgetargs.c256 vgetargs1_impl(PyObject *compat_args, PyObject *const *stack, Py_ssize_t nargs, const char *format, in vgetargs1_impl() argument
415 PyObject **stack; in vgetargs1() local
2273 PyObject **stack; in vgetargskeywordsfast() local
2824 PyObject **stack; PyArg_UnpackTuple() local
[all...]
/third_party/python/Objects/
H A Dframeobject.c169 push_value(int64_t stack, Kind kind) in push_value() argument
180 pop_value(int64_t stack) in pop_value() argument
188 top_of_stack(int64_t stack) in top_of_stack() argument
194 peek(int64_t stack, int n) peek() argument
201 stack_swap(int64_t stack, int n) stack_swap() argument
213 pop_to_level(int64_t stack, int level) pop_to_level() argument
[all...]

Completed in 50 milliseconds

12345678910>>...12