Searched defs:bst_node (Results 1 – 2 of 2) sorted by relevance
49 struct bst_node { struct51 struct bst_node *parent; argument52 struct bst_node *child[2]; argument
52 static struct bst_node *bst_node(struct bst_node nodes[], size_t index[], in bst_node() function