Searched refs:bst_test_check_array (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/hosttest/ |
D | binary_search_tree_test.cpp | 272 static void bst_test_check_array(struct bst_root *root, in bst_test_check_array() function 305 bst_test_check_array(root, nodes, index, bst_countof(index), NULL, NULL); \ 404 bst_test_check_array(&root, nodes, NULL, countof(nodes), NULL, NULL); in TEST_P() 427 bst_test_check_array(&root, nodes, NULL, countof(nodes), NULL, NULL); in TEST_P()
|