Home
last modified time | relevance | path

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

/third_party/python/Modules/_blake2/clinic/
Dblake2b_impl.c.h41 int last_node = 0; in py_blake2b_new() local
Dblake2s_impl.c.h41 int last_node = 0; in py_blake2s_new() local
/third_party/python/Modules/_blake2/impl/
Dblake2.h94 uint8_t last_node; member
120 uint8_t last_node; member
/third_party/python/Modules/_blake2/
Dblake2s_impl.c93 int inner_size, int last_node) in py_blake2s_new_impl()
Dblake2b_impl.c93 int inner_size, int last_node) in py_blake2b_new_impl()
/third_party/boost/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp73 BOOST_INTRUSIVE_FORCEINLINE static void unlink_after(node_ptr prev_node, node_ptr last_node) in unlink_after()
/third_party/boost/boost/container/detail/
Dnode_pool_impl.hpp122 free_iterator last_node (before_last_new_it); in allocate_nodes() local
/third_party/Linux_Kernel/fs/jffs2/
Dnodelist.h297 struct jffs2_raw_node_ref *last_node; member
/third_party/boost/boost/unordered/
Dunordered_set.hpp1355 node_pointer last_node = table::get_node(last); in erase() local
1749 node_pointer last_node = table::get_node(last); in erase() local
Dunordered_map.hpp1730 node_pointer last_node = table::get_node(last); in erase() local
2206 node_pointer last_node = table::get_node(last); in erase() local
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml.hpp958 …xml_node<Ch> *last_node(const Ch *name = 0, std::size_t name_size = 0, bool case_sensitive = true)… in last_node() function in rapidxml::xml_node
/third_party/boost/boost/property_tree/detail/
Drapidxml.hpp942 … xml_node<Ch> *last_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in last_node() function in boost::property_tree::detail::rapidxml::xml_node
/third_party/ejdb/src/jql/
Djql.c29 JQP_NODE *last_node; member
/third_party/Linux_Kernel/include/linux/
Dsched.h1849 static inline void task_numa_fault(int last_node, int node, int pages, in task_numa_fault()