Searched refs:max_count (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/
H A Dcounter_lu_policy_imp.hpp51 { return (base_type::operator()(max_count)); }
57 { return (base_type::operator()(r_data, max_count)); }
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/
H A Dlist_update_policy.hpp109 max_count = Max_Count enumerator in enum:pb_ds::counter_lu_policy::__anon1788
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_pool.h292 IN const size_t max_count,
309 * max_count
/freebsd-9.3-release/lib/libz/
H A Dtrees.c715 int max_count = 7; /* max repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
723 if (++count < max_count && curlen == nextlen) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
760 int max_count = 7; /* max repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
768 if (++count < max_count && curlen == nextlen) {
788 max_count
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c717 int max_count = 7; /* max repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
725 if (++count < max_count && curlen == nextlen) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
762 int max_count = 7; /* max repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
770 if (++count < max_count && curlen == nextlen) {
790 max_count
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dipa-inline.c91 static gcov_type max_count; variable
386 if (max_count)
395 return ((int)((double)edge->count * INT_MIN / max_count)) / growth;
501 !max_count ? priority++
502 : -(e->count / ((max_count + (1<<24) - 1) / (1<<24))),
635 if (max_count)
791 if (!max_count)
907 max_count = 0;
923 if (max_count < e->count)
924 max_count
[all...]
H A Dtree-sra.c1441 unsigned int max_size, max_count, inst_count, full_count;
1449 max_count = SRA_MAX_STRUCTURE_COUNT
1465 && (full_count - inst_count) <= max_count
1435 unsigned int max_size, max_count, inst_count, full_count; local
/freebsd-9.3-release/sys/vm/
H A Dvm_extern.h69 vm_prot_t prot, vm_page_t *ma, int max_count);
H A Dvm_fault.c1119 vm_prot_t prot, vm_page_t *ma, int max_count)
1137 if (atop(end - addr) > max_count)
1138 panic("vm_fault_quick_hold_pages: count > max_count");
1118 vm_fault_quick_hold_pages(vm_map_t map, vm_offset_t addr, vm_size_t len, vm_prot_t prot, vm_page_t *ma, int max_count) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsparc-dis.c424 int min_count = num_opcodes, max_count = 0;
431 if (hash_count[i] > max_count)
432 max_count = hash_count[i];
437 min_count, max_count, (double) total / HASH_SIZE);
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dgrep.c521 static off_t max_count; /* Stop after outputting this many variable
835 outleft = max_count;
1404 max_count = TYPE_MAXIMUM (off_t);
1582 max_count = value;
1583 if (0 <= max_count && max_count == value)
1587 max_count = TYPE_MAXIMUM (off_t);
1831 if (max_count == 0)
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c767 uint32_t max_count = 0; local
824 if (count[port_num] > max_count)
825 max_count = count[port_num];
828 if (verbose || ((max_count - min_count) > 1)) {
829 if ((max_count - min_count) > 1)
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dsl.c216 int max_count; member in struct:sl_data
/freebsd-9.3-release/contrib/file/src/
H A Dapprentice.c96 uint32_t max_count; member in struct:magic_entry
1795 if (me->cont_count == me->max_count) {
1797 size_t cnt = me->max_count + ALLOC_CHUNK;
1804 me->max_count = CAST(uint32_t, cnt);
1818 me->max_count = ALLOC_CHUNK;
/freebsd-9.3-release/sys/net/
H A Dzlib.c2474 int max_count = 7; /* max repeat count */ local
2477 if (nextlen == 0) max_count = 138, min_count = 3;
2482 if (++count < max_count && curlen == nextlen) {
2496 max_count = 138, min_count = 3;
2498 max_count = 6, min_count = 3;
2500 max_count = 7, min_count = 4;
2519 int max_count = 7; /* max repeat count */ local
2523 if (nextlen == 0) max_count = 138, min_count = 3;
2527 if (++count < max_count && curlen == nextlen) {
2547 max_count
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c324 u_char max_count; /* count for message statistics */ member in struct:instance
4072 instance->max_count++;
4073 if (instance->max_count % 100 == 0)
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.c5585 u32 max_count = hldev->header.config.device_poll_millis * 10; local
5623 for (count = 0; count < max_count; count++) {
5632 if (count >= max_count) {
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c7923 HOST_WIDE_INT max_count = max_address - fix->address;
7929 while (from && count < max_count)
7952 if (count < max_count
7967 if (count < max_count
7909 HOST_WIDE_INT max_count = max_address - fix->address; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c173 unsigned int max_count; member in struct:mips_elf_got_per_bfd_arg
3101 unsigned int maxcnt = arg->max_count;
3428 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)

Completed in 354 milliseconds