Searched refs:last_child (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_tree.c | 279 int (*last_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk_core() 300 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args); in cil_tree_walk_core() 315 int (*last_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk() 332 rc = cil_tree_walk_core(node->cl_head, process_node, first_child, last_child, extra_args); in cil_tree_walk() 337 if (last_child != NULL) { in cil_tree_walk() 338 rc = (*last_child)(node->cl_tail, extra_args); in cil_tree_walk()
|
D | cil_tree.h | 72 …nt (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree…
|
/third_party/glib/glib/ |
D | gvariant-serialiser.c | 948 GVariantSerialised last_child; in gvs_tuple_get_child() local 949 last_child = gvs_tuple_get_child (value, in gvs_tuple_get_child() 951 last_end = last_child.data + last_child.size - value.data; in gvs_tuple_get_child() 952 g_variant_type_info_unref (last_child.type_info); in gvs_tuple_get_child()
|
/third_party/boost/boost/heap/ |
D | d_ary_heap.hpp | 336 const container_iterator last_child = (max_elements > D) ? first_child + D in top_child_index() local 339 …const container_iterator min_element = std::max_element(first_child, last_child, static_cast<super… in top_child_index()
|