Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dbtree.c168 d_fetchw(&ptr, (short *) &bt->hdr.bthDepth); in bt_readhdr()
267 d_storew(&ptr, bt->hdr.bthDepth); in bt_writehdr()
342 nnodes = nrecs * (bt->hdr.bthDepth + 1); in bt_space()
498 bt->hdr.bthDepth = 1; in bt_insert()
530 ++bt->hdr.bthDepth; in bt_insert()
639 if (bt->hdr.bthDepth > 1 && root.nd.ndNRecs == 1) in bt_delete()
647 --bt->hdr.bthDepth; in bt_delete()
652 else if (bt->hdr.bthDepth == 1 && root.nd.ndNRecs == 0) in bt_delete()
656 bt->hdr.bthDepth = 0; in bt_delete()
H A Dinternal.h295 UInteger bthDepth; /* current depth of tree */ member
H A Dhfs.c750 ext->hdr.bthDepth = 0; in hfs_format()
837 cat->hdr.bthDepth = 0; in hfs_format()