Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-interval-tree.c62 IntervalTreeNode *find0, *find1; in test_find_two_point() local
72 find0 = interval_tree_iter_first(&root, 0, 9); in test_find_two_point()
73 g_assert(find0 == &nodes[0] || find0 == &nodes[1]); in test_find_two_point()
75 find1 = interval_tree_iter_next(find0, 0, 9); in test_find_two_point()
77 g_assert(find0 != find1); in test_find_two_point()