Searched refs:rpst_iterate_first (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | rpst.h | 63 struct rpst_node *rpst_iterate_first(struct rpst_tree *, uint64_t, uint64_t,
|
/netbsd-src/common/lib/libc/gen/ |
H A D | rpst.c | 376 rpst_iterate_first(struct rpst_tree *t, uint64_t max_y, uint64_t min_x, in rpst_iterate_first() function 577 for (rn = rpst_iterate_first(&t, max_y, min_x, max_x, &it); in query() 623 assert(NULL == rpst_iterate_first(&t, UINT64_MAX, 0, UINT64_MAX, &it)); in main()
|