Home
last modified time | relevance | path

Searched refs:node_ptr (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c285 struct cso_node **node_ptr; in cso_hash_erase() local
291 node_ptr = &hash->buckets[node->key % hash->numBuckets]; in cso_hash_erase()
292 while (*node_ptr != node) in cso_hash_erase()
293 node_ptr = &(*node_ptr)->next; in cso_hash_erase()
294 *node_ptr = node->next; in cso_hash_erase()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c64 static const char *get_node_text(xmlNodePtr node_ptr) in get_node_text() argument
66 if (node_ptr == NULL) { in get_node_text()
69 return (const char *) get_text_from_children(node_ptr->children); in get_node_text()
/third_party/selinux/libsepol/src/
H A Dconditional.c626 avtab_ptr_t node_ptr; in cond_insertf() local
648 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
649 if (node_ptr) { in cond_insertf()
651 (node_ptr, k->specified)) { in cond_insertf()
657 if (cur->node == node_ptr) { in cond_insertf()
675 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
676 if (!node_ptr) { in cond_insertf()
680 node_ptr->parse_context = (void *)1; in cond_insertf()
687 list->node = node_ptr; in cond_insertf()
H A Dnode_record.c574 const sepol_node_t * node, sepol_node_t ** node_ptr) in sepol_node_clone()
598 *node_ptr = new_node; in sepol_node_clone()
573 sepol_node_clone(sepol_handle_t * handle, const sepol_node_t * node, sepol_node_t ** node_ptr) sepol_node_clone() argument
/third_party/selinux/libsepol/include/sepol/
H A Dnode_record.h88 extern int sepol_node_create(sepol_handle_t * handle, sepol_node_t ** node_ptr);
92 sepol_node_t ** node_ptr);
/third_party/mesa3d/src/util/
H A Dsparse_array.c114 _util_sparse_array_set_or_free_node(uintptr_t *node_ptr, in _util_sparse_array_set_or_free_node() argument
118 uintptr_t prev_node = p_atomic_cmpxchg(node_ptr, cmp_node, node); in _util_sparse_array_set_or_free_node()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.hpp1340 _argument_list_tree_node* node_ptr = children.back(); in ~_argument_list_tree_node() local
1344 delete node_ptr; in ~_argument_list_tree_node()
1345 node_ptr = NULL; in ~_argument_list_tree_node()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc94 TNode<Object> TargetInput() const { return JSCallNode{node_ptr()}.target(); } in TargetInput()
98 return TNode<T>::UncheckedCast(JSCallNode{node_ptr()}.receiver()); in ReceiverInputAs()
106 Node* node_ptr() const { return node_; } in node_ptr() function in v8::internal::compiler::JSCallReducerAssembler
629 CallParameters const& p = CallParametersOf(node_ptr()->op()); in feedback()
633 int ArgumentCount() const { return JSCallNode{node_ptr()}.ArgumentCount(); } in ArgumentCount()
636 return TNode<Object>::UncheckedCast(JSCallNode{node_ptr()}.Argument(index)); in Argument()
824 return JSConstructNode{node_ptr()}.ArgumentCount(); in ConstructArity()
828 return JSConstructNode{node_ptr()}.target(); in TargetInput()
832 return JSConstructNode{node_ptr()}.new_target(); in NewTargetInput()
871 JSConstructNode n(node_ptr()); in CallPromiseExecutor()
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs28772 let mut node_ptr: &Node<T>; in check_links() variables
28780 Some(node) => node_ptr = &*node.as_ptr(), in check_links()
28783 match (last_ptr, node_ptr.prev) { in check_links()
28791 match node_ptr.next { in check_links()
28793 last_ptr = Some(node_ptr); in check_links()
28794 node_ptr = &*next.as_ptr(); in check_links()
28806 assert_eq!(tail as *const Node<T>, node_ptr as *const Node<T>); in check_links()
[all...]

Completed in 52 milliseconds