Searched refs:BT_POP (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/db/recno/
H A Drec_search.c110 while ((parent = BT_POP(t)) != NULL) {
/barrelfish-master/lib/libc/db/btree/
H A Dbt_delete.c176 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
231 for (level = 0; (parent = BT_POP(t)) != NULL; ++level) {
389 while ((parent = BT_POP(t)) != NULL) {
H A Dbtree.h316 #define BT_POP(t) (t->bt_sp == t->bt_stack ? NULL : --t->bt_sp) macro
H A Dbt_split.c144 while ((parent = BT_POP(t)) != NULL) {

Completed in 85 milliseconds