Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c141 int min_count; in regcmp() local
795 count_length = get_count(&min_count, regexp); in regcmp()
804 max_count = min_count; in regcmp()
830 if ((min_count > MAX_SINGLE_BYTE_INT) || in regcmp()
832 (min_count > max_count))) { in regcmp()
836 *compilep = (unsigned char)min_count; in regcmp()
/illumos-gate/usr/src/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
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c1398 uint32_t min_count = (BTREE_CORE_ELEMS / 2) - 1; in zfs_btree_remove_from_node() local
1427 hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1439 ASSERT3U(hdr->bth_count, ==, min_count); in zfs_btree_remove_from_node()
1460 if (l_hdr != NULL && l_hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1495 if (r_hdr != NULL && r_hdr->bth_count > min_count) { in zfs_btree_remove_from_node()
1588 ASSERT3U(keep_hdr->bth_count, ==, (min_count * 2) + 1); in zfs_btree_remove_from_node()
1671 uint32_t min_count = (tree->bt_leaf_cap / 2) - 1; in zfs_btree_remove_idx() local
1677 if (hdr->bth_count > min_count || hdr->bth_parent == NULL) { in zfs_btree_remove_idx()
1690 ASSERT3U(hdr->bth_count, ==, min_count); in zfs_btree_remove_idx()
1710 if (l_hdr != NULL && l_hdr->bth_count > min_count) { in zfs_btree_remove_idx()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2075 int min_count = 4; /* min repeat count */ local
2077 if (nextlen == 0) max_count = 138, min_count = 3;
2084 } else if (count < min_count) {
2096 max_count = 138, min_count = 3;
2098 max_count = 6, min_count = 3;
2100 max_count = 7, min_count = 4;
2120 int min_count = 4; /* min repeat count */ local
2123 if (nextlen == 0) max_count = 138, min_count = 3;
2129 } else if (count < min_count) {
2147 max_count = 138, min_count = 3;
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2909 int min_count = 4; /* min repeat count */ local
2911 if (nextlen == 0) max_count = 138, min_count = 3;
2918 } else if (count < min_count) {
2930 max_count = 138, min_count = 3;
2932 max_count = 6, min_count = 3;
2934 max_count = 7, min_count = 4;
2956 int min_count = 4; /* min repeat count */ local
2959 if (nextlen == 0) max_count = 138, min_count = 3;
2965 } else if (count < min_count) {
2987 max_count = 138, min_count = 3;
[all …]