Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
788 max_count = 6, min_count = 3;
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c1323 uint64_t min_count = (BTREE_CORE_ELEMS / 2) - 1; in zfs_btree_remove_from_node() local
1352 hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1364 ASSERT3U(hdr->bth_count, ==, min_count); in zfs_btree_remove_from_node()
1385 if (l_hdr != NULL && l_hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1421 if (r_hdr != NULL && r_hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1601 uint64_t min_count = (capacity / 2) - 1; in zfs_btree_remove_idx() local
1623 ASSERT3U(hdr->bth_count, ==, min_count); in zfs_btree_remove_idx()
1643 if (l_hdr != NULL && l_hdr->bth_count > min_count) { in zfs_btree_remove_idx()
1672 if (r_hdr != NULL && r_hdr->bth_count > min_count) { in zfs_btree_remove_idx()
1732 ASSERT3U(keep_hdr->bth_count, ==, min_count); in zfs_btree_remove_idx()
[all …]