Home
last modified time | relevance | path

Searched refs:cmp_children (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/dtc/
H A Dfdt.hh553 static inline bool cmp_children(node_ptr &c1, node_ptr &c2);
H A Dfdt.cc1018 node::cmp_children(node_ptr &c1, node_ptr &c2) in cmp_children() function in dtc::fdt::node
1031 std::sort(child_begin(), child_end(), cmp_children); in sort()