Home
last modified time | relevance | path

Searched defs:next_node (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/lockfree/
Dstack.hpp623 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic() local
663 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic() local
709 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
728 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
767 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
786 node * next_node = pool.get_pointer(node_pointer->next); in consume_all_atomic_reversed() local
/third_party/boost/boost/pending/
Dbucket_sorter.hpp55 const size_type& next_node = next[i]; in remove() local
122 size_type next_node = next[current]; in pop() local
/third_party/grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc123 target_service_account* next_node = node->next; in alts_client_options_destroy() local
/third_party/boost/boost/intrusive/detail/
Dbstree_algorithms_base.hpp45 static node_ptr next_node(const node_ptr & node) in next_node() function in boost::intrusive::bstree_algorithms_base
/third_party/boost/boost/graph/detail/
Dlist_base.hpp143 Node next_node = next(pos); in dlist_remove() local
/third_party/Linux_Kernel/include/linux/
Dassoc_array_priv.h71 struct assoc_array_ptr *next_node; member
Dnodemask.h256 #define next_node(n, src) __next_node((n), &(src)) macro
/third_party/weston/libweston/backend-drm/
Dstate-propose.c602 struct wl_list *next_node = ps->link.next; in drm_output_check_zpos_plane_states() local
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc192 int next_node = 0; in TEST() local
/third_party/boost/boost/graph/
Dminimum_degree_ordering.hpp713 diff_t next_node = -prev[parent - 1]; in build_permutation() local
/third_party/ffmpeg/libavformat/
Dnutdec.c1238 Syncpoint *sp, *next_node[2] = { &nopts_sp, &nopts_sp }; in read_seek() local
Dnutenc.c595 Syncpoint *next_node[2] = { NULL }; in write_index() local
/third_party/abseil-cpp/absl/strings/
Dcord.cc1956 const CordRep* next_node = nullptr; in MemoryUsageAux() local
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp2962 static node_pointer next_node(link_pointer n) in next_node() function