Home
last modified time | relevance | path

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

/system/libufdt/include/
Dufdt_types.h28 #define for_each_child(it, node) \ macro
34 for_each_child(it, node) if (ufdt_node_tag(*(it)) == FDT_PROP)
37 for_each_child(it, node) if (ufdt_node_tag(*(it)) == FDT_BEGIN_NODE)
/system/libufdt/
Dufdt_convert.c245 for_each_child(it, node) { res += count_phandle_node(*it); } in count_phandle_node()