Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp343 static inline prop_bt *to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() function
387 current = to_prop_bt(&current->left); in find_prop_bt()
403 current = to_prop_bt(&current->right); in find_prop_bt()
441 root = to_prop_bt(&current->children); in find_property()
554 const int err = foreach_property(to_prop_bt(&trie->left), propfn, cookie); in foreach_property()
567 const int err = foreach_property(to_prop_bt(&trie->children), propfn, cookie); in foreach_property()
573 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); in foreach_property()