Home
last modified time | relevance | path

Searched defs:node_ptr (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info.c64 static const char *get_node_text(xmlNodePtr node_ptr) in get_node_text()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c285 struct cso_node **node_ptr; in cso_hash_erase() local
/third_party/mesa3d/src/util/
Dsparse_array.c114 _util_sparse_array_set_or_free_node(uintptr_t *node_ptr, in _util_sparse_array_set_or_free_node()
/third_party/selinux/libsepol/src/
Dnode_record.c574 const sepol_node_t * node, sepol_node_t ** node_ptr) in sepol_node_clone()
Dconditional.c626 avtab_ptr_t node_ptr; in cond_insertf() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1340 _argument_list_tree_node* node_ptr = children.back(); in ~_argument_list_tree_node() local
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc106 Node* node_ptr() const { return node_; } in node_ptr() function in v8::internal::compiler::JSCallReducerAssembler
2156 Node* node_ptr; member
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs28772 let mut node_ptr: &Node<T>; localVariable