Home
last modified time | relevance | path

Searched defs:stack (Results 201 - 225 of 290) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc288 void* stack[40]; // stack[0,nstack-1] holds stack trace for node. member
673 UpdateStackTrace(GraphId id, int priority, int (*get_stack_trace)(void** stack, int)) UpdateStackTrace() argument
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs653 let mut stack = self.parser().stack_group.borrow_mut(); push_or_add_alternation() variables
723 let mut stack = self.parser().stack_group.borrow_mut(); pop_group() variables
773 let mut stack = self.parser().stack_group.borrow_mut(); pop_group_end() variables
851 let mut stack = self.parser().stack_class.borrow_mut(); pop_class() variables
930 let mut stack = self.parser().stack_class.borrow_mut(); pop_class_op() variables
[all...]
H A Dmod.rs1380 let mut stack = vec![mem::replace(self, empty_ast())]; in drop() variables
1441 let mut stack = vec![mem::replace(self, empty_set())]; drop() variables
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs1451 let mut stack = vec![mem::replace(self, Hir::empty())]; in drop() variables
[all...]
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c1116 static int is_scope_in_stack(const scope_datum_t * scope, const scope_stack_t * stack) in is_scope_in_stack() argument
1162 is_perm_in_stack(uint32_t perm_value, uint32_t class_value, const scope_stack_t * stack) is_perm_in_stack() argument
1373 copy_requirements(avrule_decl_t * dest, const scope_stack_t * stack) copy_requirements() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp470 std::vector<BasicBlock*> stack; in FindCaseFallThrough() local
1107 std::vector<BasicBlock*> stack; in ReachabilityPass() local
1127 std::vector<BasicBlock*> stack; ReachabilityPass() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c118 uint32_t stack[EPIC_PIX_STACK_SIZE]; member
H A Djpeg2000dec.c171 Jpeg2000TgtNode *stack[30]; in tag_tree_decode() local
H A Dj2kenc.c254 Jpeg2000TgtNode *stack[30]; in tag_tree_code() local
/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp1421 std::list<TCall*> stack; in checkCallGraphCycles() local
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc1343 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp3476 MeasureUnit stack; in TestBasic() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-lecp.h325 uint8_t stack[16]; member
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-internal.h543 parser_mem_data_t stack; /**< storage space */ global() member
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c4450 ecma_value_t* stack; in vm_run() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c1053 nir_variable *stack; member
1403 nir_deref_instr *stack; in build_traversal_shader() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h61 struct ac_llvm_flow *stack; member
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc1492 std::set<MangledName> stack; in ReportUnsafe() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c297 union tre_stack_item *stack; member
399 tre_stack_t *stack; global() member
965 tre_stack_t *stack = ctx->stack; tre_parse() local
1203 tre_add_tags(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree, tre_tnfa_t *tnfa) tre_add_tags() argument
1687 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) tre_copy_ast() argument
1835 tre_expand_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int *position, tre_tag_direction_t *tag_directions) tre_expand_ast() argument
2134 tre_match_empty(tre_stack_t *stack, tre_ast_node_t *node, int *tags, int *assertions, int *num_tags_seen) tre_match_empty() argument
2244 tre_compute_nfl(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree) tre_compute_nfl() argument
2693 tre_stack_t *stack; regcomp() local
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c297 union tre_stack_item *stack; member
399 tre_stack_t *stack; global() member
966 tre_stack_t *stack = ctx->stack; tre_parse() local
1204 tre_add_tags(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree, tre_tnfa_t *tnfa) tre_add_tags() argument
1688 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) tre_copy_ast() argument
1836 tre_expand_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int *position, tre_tag_direction_t *tag_directions) tre_expand_ast() argument
2135 tre_match_empty(tre_stack_t *stack, tre_ast_node_t *node, int *tags, int *assertions, int *num_tags_seen) tre_match_empty() argument
2245 tre_compute_nfl(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree) tre_compute_nfl() argument
2694 tre_stack_t *stack; regcomp() local
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c297 union tre_stack_item *stack; member
399 tre_stack_t *stack; global() member
965 tre_stack_t *stack = ctx->stack; tre_parse() local
1203 tre_add_tags(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree, tre_tnfa_t *tnfa) tre_add_tags() argument
1687 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) tre_copy_ast() argument
1835 tre_expand_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int *position, tre_tag_direction_t *tag_directions) tre_expand_ast() argument
2134 tre_match_empty(tre_stack_t *stack, tre_ast_node_t *node, int *tags, int *assertions, int *num_tags_seen) tre_match_empty() argument
2244 tre_compute_nfl(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree) tre_compute_nfl() argument
2693 tre_stack_t *stack; regcomp() local
[all...]
/third_party/musl/src/regex/
H A Dregcomp.c297 union tre_stack_item *stack; member
399 tre_stack_t *stack; global() member
965 tre_stack_t *stack = ctx->stack; tre_parse() local
1203 tre_add_tags(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree, tre_tnfa_t *tnfa) tre_add_tags() argument
1687 tre_copy_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int flags, int *pos_add, tre_tag_direction_t *tag_directions, tre_ast_node_t **copy, int *max_pos) tre_copy_ast() argument
1835 tre_expand_ast(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *ast, int *position, tre_tag_direction_t *tag_directions) tre_expand_ast() argument
2134 tre_match_empty(tre_stack_t *stack, tre_ast_node_t *node, int *tags, int *assertions, int *num_tags_seen) tre_match_empty() argument
2244 tre_compute_nfl(tre_mem_t mem, tre_stack_t *stack, tre_ast_node_t *tree) tre_compute_nfl() argument
2693 tre_stack_t *stack; regcomp() local
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc1309 void* const stack = mmap(nullptr, stack_size, PROT_READ | PROT_WRITE, in ExecDeathTestSpawnChild() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp422 std::stack<BasicBlock *> stack; in splitEdges() local
825 std::stack<uint32_t> stack; member in nv50_ir::GCRA
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc166 char* stack = reinterpret_cast<char*>(entry_stack); in CallImpl() local
[all...]

Completed in 57 milliseconds

12345678910>>...12