Home
last modified time | relevance | path

Searched defs:stack (Results 676 - 700 of 1065) sorted by relevance

1...<<21222324252627282930>>...43

/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_core.c768 static char stack[65536]; in test_cgcore_lesser_ns_open() local
/kernel/linux/linux-6.6/lib/
H A Dstackdepot.c262 struct stack_record *stack; depot_alloc_stack() local
471 struct stack_record *stack; stack_depot_fetch() local
498 stack_depot_print(depot_stack_handle_t stack) stack_depot_print() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dbdw.c253 u32 stack[BDW_STACK_DUMP_SIZE]; in bdw_dump() local
223 bdw_get_registers(struct snd_sof_dev *sdev, struct sof_ipc_dsp_oops_xtensa *xoops, struct sof_ipc_panic_info *panic_info, u32 *stack, size_t stack_words) bdw_get_registers() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_hittestbehavior_test.cpp88 auto stack = nodeAPI->createNode(ARKUI_NODE_STACK); in CreateSubListNode() local
232 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); in CreateNativeNodeDefault() local
279 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeBlock() local
323 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeTransparent() local
368 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeNone() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_hittestbehavior_test.cpp78 auto stack = node_api->createNode(ARKUI_NODE_STACK); in CreateSubCustomComponentNode() local
223 auto stack = CreateSubCustomComponentNode(nodeAPI, hitTestBehavior, onTouchTestStack.c_str(), CreateNativeNode() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_hittestbehavior_test.cpp89 auto stack = nodeAPI->createNode(ARKUI_NODE_STACK); in CreateSubScrollNode() local
232 auto stack = CreateSubScrollNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); in CreateNativeNodeDefault() local
280 auto stack = CreateSubScrollNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeBlock() local
325 auto stack = CreateSubScrollNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeTransparent() local
371 auto stack = CreateSubScrollNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeNone() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
H A Dlistitem_hittestbehavior_test.cpp73 auto stack = nodeAPI->createNode(ARKUI_NODE_STACK); in CreateSubListNode() local
200 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); in CreateNativeNodeDefault() local
247 auto stack in CreateNativeNodeBlock() local
293 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeTransparent() local
340 auto stack = CreateSubListNode(nodeAPI, hittestbehavior, ontouchtestStack.c_str()); CreateNativeNodeNone() local
[all...]
/third_party/elfutils/libdwfl/
H A Dframe_unwind.c96 do_push (struct eval_stack *stack, Dwarf_Addr val) in do_push() argument
121 do_pop(struct eval_stack *stack, Dwarf_Addr *val) do_pop() argument
145 struct eval_stack stack = expr_eval() local
[all...]
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h244 tAllocStack stack; // stack of where to allocate from, to partition pool in initializeAllocation() member in glslang::TPoolAllocator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Parser.java60 public Nonterminal[] stack = new Nonterminal[64]; field in Mf2Parser.TopDownTreeBuilder
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java47 DocStack stack = new DocStack(); field in CheckTags
70 private DocNode[] stack; field in CheckTags.DocStack
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_context.h113 unsigned stack, max_stack; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c123 struct util_dynarray *stack = ralloc(mem_ctx, struct util_dynarray); in r600_vec_instr_stack_create() local
129 r600_vec_instr_stack_push(struct util_dynarray *stack, nir_instr *instr) in r600_vec_instr_stack_push() argument
177 r600_vec_instr_stack_pop(nir_builder *b, struct util_dynarray *stack, in r600_vec_instr_stack_pop() argument
246 const struct util_dynarray *stack = data; in r600_hash_stack() local
277 struct util_dynarray *stack = (struct util_dynarray *) entry->key; r600_vec_instr_set_add() local
311 struct util_dynarray *stack = (struct util_dynarray *) entry->key; r600_vec_instr_set_remove() local
[all...]
/third_party/musl/src/thread/linux/
H A Dpthread_create.c50 void* stack = mmap(NULL, RESERVE_SIGNAL_STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in __pthread_reserve_signal_stack() local
425 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit, *start_addr; __pthread_create() local
[all...]
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c50 void* stack = mmap(NULL, RESERVE_SIGNAL_STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1 , 0); in __pthread_reserve_signal_stack() local
361 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit, *start_addr; __pthread_create() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c25 int stack[16]; in BrotliSetDepth() local
/third_party/mesa3d/src/mesa/main/
H A Dmatrix.c103 static void matrix_frustum(struct gl_matrix_stack* stack, in matrix_frustum() argument
166 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixFrustumEXT() local
180 matrix_ortho(struct gl_matrix_stack* stack, in matrix_ortho() argument
247 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, _mesa_MatrixOrthoEXT() local
274 struct gl_matrix_stack * stack; _mesa_MatrixMode() local
295 push_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, GLenum matrixMode, const char *func) push_matrix() argument
347 struct gl_matrix_stack *stack = ctx->CurrentStack; _mesa_PushMatrix() local
361 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, _mesa_MatrixPushEXT() local
404 struct gl_matrix_stack *stack = ctx->CurrentStack; _mesa_PopMatrix() local
428 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, _mesa_MatrixPopEXT() local
448 _mesa_load_identity_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack) _mesa_load_identity_matrix() argument
481 struct gl_matrix_stack *stack; _mesa_MatrixLoadIdentityEXT() local
492 _mesa_load_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, const GLfloat *m) _mesa_load_matrix() argument
504 matrix_load(struct gl_context *ctx, struct gl_matrix_stack *stack, const GLfloat *m, const char* caller) matrix_load() argument
552 struct gl_matrix_stack * stack = _mesa_MatrixLoadfEXT() local
562 matrix_mult(struct gl_matrix_stack *stack, const GLfloat *m, const char* caller) matrix_mult() argument
609 struct gl_matrix_stack * stack = _mesa_MatrixMultfEXT() local
619 matrix_rotate(struct gl_matrix_stack *stack, GLfloat angle, GLfloat x, GLfloat y, GLfloat z, const char* caller) matrix_rotate() argument
658 struct gl_matrix_stack *stack = _mesa_MatrixRotatefEXT() local
694 struct gl_matrix_stack *stack; _mesa_MatrixScalefEXT() local
735 struct gl_matrix_stack *stack = _mesa_MatrixTranslatefEXT() local
992 init_matrix_stack(struct gl_matrix_stack *stack, GLuint maxDepth, GLuint dirtyFlag) init_matrix_stack() argument
[all...]
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_x86.c378 char *stack = NULL; in kvm_create_svm_vcpu() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc457 store(V8Debugger* debugger, std::shared_ptr<AsyncStackTrace> stack) store() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-base.h122 heap::base::Stack* stack() { return stack_.get(); } in stack() function in cppgc::internal::HeapBase
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc165 std::vector<SourcePositionInfo> stack = in CodeCreateEvent() local
406 std::vector<SourcePositionInfo> stack = last_position.InliningStack(code); in AttachDeoptInlinedFrames() local
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc70 Stack<std::string> stack; in EmitBlock() local
102 EmitInstruction( const PushUninitializedInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
114 EmitInstruction( const PushBuiltinPointerInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
124 EmitInstruction( const NamespaceConstantInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
154 ProcessArgumentsCommon( const TypeVector& parameter_types, std::vector<std::string> constexpr_arguments, Stack<std::string>* stack) ProcessArgumentsCommon() argument
176 EmitInstruction(const CallIntrinsicInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
312 EmitInstruction(const CallCsaMacroInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
363 EmitInstruction( const CallCsaMacroAndBranchInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
485 EmitInstruction(const MakeLazyNodeInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
520 EmitInstruction(const CallBuiltinInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
602 EmitInstruction( const CallBuiltinPointerInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
653 PostCallableExceptionPreparation( const std::string& catch_name, const Type* return_type, base::Optional<Block*> catch_block, Stack<std::string>* stack, const base::Optional<DefinitionLocation>& exception_object_definition) PostCallableExceptionPreparation() argument
694 EmitInstruction(const CallRuntimeInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
750 EmitInstruction(const BranchInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
783 EmitInstruction( const ConstexprBranchInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
812 EmitInstruction(const GotoInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
827 EmitInstruction(const GotoExternalInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
836 EmitInstruction(const ReturnInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
848 EmitInstruction( const PrintConstantStringInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
855 EmitInstruction(const AbortInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
881 EmitInstruction(const UnsafeCastInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
891 EmitInstruction(const LoadReferenceInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
909 EmitInstruction(const StoreReferenceInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
941 EmitInstruction(const LoadBitFieldInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
982 EmitInstruction(const StoreBitFieldInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c51 unsigned *stack; member
/third_party/skia/src/core/
H A DSkClipStack.h471 B2TIter(const SkClipStack& stack) B2TIter() argument
481 reset(const SkClipStack& stack) reset() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp45 Stack stack; member in simple_json::Stream
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...43