Home
last modified time | relevance | path

Searched defs:bst_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/include/lib/
Dbinary_search_tree.h49 struct bst_node { struct
51 struct bst_node *parent; argument
52 struct bst_node *child[2]; argument
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/hosttest/
Dbinary_search_tree_test.cpp52 static struct bst_node *bst_node(struct bst_node nodes[], size_t index[], in bst_node() function