Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_macinfo.c50 Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, in dwarf_get_macro_details() argument
75 if (max_count != 0 && cnt > max_count) in dwarf_get_macro_details()
76 cnt = max_count; in dwarf_get_macro_details()
/NextBSD/contrib/wpa/wpa_supplicant/
HDblacklist.c126 int max_count = 0; in wpa_blacklist_clear() local
131 if (e->count > max_count) in wpa_blacklist_clear()
132 max_count = e->count; in wpa_blacklist_clear()
140 wpa_s->extra_blacklist_count += max_count; in wpa_blacklist_clear()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/list_update_policy/
Dcounter_lu_policy_imp.hpp51 { return (base_type::operator()(max_count)); } in operator ()()
57 { return (base_type::operator()(r_data, max_count)); } in operator ()()
/NextBSD/contrib/gcc/
HDipa-inline.c91 static gcov_type max_count; variable
386 if (max_count) in cgraph_edge_badness()
395 return ((int)((double)edge->count * INT_MIN / max_count)) / growth; in cgraph_edge_badness()
501 !max_count ? priority++ in lookup_recursive_calls()
502 : -(e->count / ((max_count + (1<<24) - 1) / (1<<24))), in lookup_recursive_calls()
635 if (max_count) in cgraph_decide_recursive_inlining()
791 if (!max_count) in cgraph_decide_inlining_of_small_functions()
907 max_count = 0; in cgraph_decide_inlining()
923 if (max_count < e->count) in cgraph_decide_inlining()
924 max_count = e->count; in cgraph_decide_inlining()
[all …]
HDtree-sra.c1435 unsigned int max_size, max_count, inst_count, full_count; in decide_block_copy() local
1443 max_count = SRA_MAX_STRUCTURE_COUNT in decide_block_copy()
1459 && (full_count - inst_count) <= max_count in decide_block_copy()
/NextBSD/lib/libz/
HDtrees.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 = 138, min_count = 3;
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDtrees.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 = 138, min_count = 3;
[all …]
/NextBSD/gnu/usr.bin/grep/
HDgrep.c523 static off_t max_count; /* Stop after outputting this many variable
837 outleft = max_count; in grep()
1410 max_count = TYPE_MAXIMUM (off_t); in main()
1588 max_count = value; in main()
1589 if (0 <= max_count && max_count == value) in main()
1593 max_count = TYPE_MAXIMUM (off_t); in main()
1837 if (max_count == 0) in main()
HDChangeLog874 (max_count, outleft): Now off_t, not int.
875 (main): Likewise. Use xstrtoumax to convert max_count from string.
957 (prpending): When outputting trailing context of the max_count-th
974 (max_count, outleft): New variables.
/NextBSD/contrib/binutils/opcodes/
HDsparc-dis.c424 int min_count = num_opcodes, max_count = 0; in build_hash_table()
431 if (hash_count[i] > max_count) in build_hash_table()
432 max_count = hash_count[i]; in build_hash_table()
437 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h870 uptr max_count = SizeClassMap::MaxCached(class_id); in PopulateFreeList() local
881 if (b->count == max_count) { in PopulateFreeList()
937 CHECK_NE(c->max_count, 0UL); in Deallocate()
938 if (UNLIKELY(c->count == c->max_count)) in Deallocate()
956 uptr max_count; member
963 if (per_class_[1].max_count) in InitCache()
967 c->max_count = 2 * SizeClassMap::MaxCached(i); in InitCache()
991 uptr cnt = Min(c->max_count / 2, c->count); in Drain()
994 c->batch[i] = c->batch[i + c->max_count / 2]; in Drain()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/
Dlist_update_policy.hpp109 max_count = Max_Count enumerator
/NextBSD/sys/sys/mach/device/
HDbuf.h139 void (*max_count)(
HDio_req.h284 void (*max_count)(io_req_t ior),
/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_pool.h292 IN const size_t max_count,
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_console.c770 uint32_t max_count = 0; in switchbalance_check() local
827 if (count[port_num] > max_count) in switchbalance_check()
828 max_count = count[port_num]; in switchbalance_check()
831 if (verbose || ((max_count - min_count) > 1)) { in switchbalance_check()
832 if ((max_count - min_count) > 1) in switchbalance_check()
/NextBSD/sys/vm/
HDvm_extern.h85 vm_prot_t prot, vm_page_t *ma, int max_count);
HDvm_fault.c1164 vm_prot_t prot, vm_page_t *ma, int max_count) in vm_fault_quick_hold_pages() argument
1182 if (atop(end - addr) > max_count) in vm_fault_quick_hold_pages()
/NextBSD/sys/libkern/
HDzlib.c2481 int max_count = 7; /* max repeat count */ local
2484 if (nextlen == 0) max_count = 138, min_count = 3;
2489 if (++count < max_count && curlen == nextlen) {
2503 max_count = 138, min_count = 3;
2505 max_count = 6, min_count = 3;
2507 max_count = 7, min_count = 4;
2526 int max_count = 7; /* max repeat count */ local
2530 if (nextlen == 0) max_count = 138, min_count = 3;
2534 if (++count < max_count && curlen == nextlen) {
2554 max_count = 138, min_count = 3;
[all …]
/NextBSD/crypto/heimdal/lib/sl/
HDsl.c213 int max_count; member
/NextBSD/contrib/file/src/
HDapprentice.c96 uint32_t max_count; member
1804 if (me->cont_count == me->max_count) { in parse()
1806 size_t cnt = me->max_count + ALLOC_CHUNK; in parse()
1813 me->max_count = CAST(uint32_t, cnt); in parse()
1827 me->max_count = ALLOC_CHUNK; in parse()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_oncore.c324 u_char max_count; /* count for message statistics */ member
4072 instance->max_count++; in oncore_log_f()
4073 if (instance->max_count % 100 == 0) in oncore_log_f()
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-mrpcim.c5585 u32 max_count = hldev->header.config.device_poll_millis * 10; in __hal_mrpcim_get_vpd_data() local
5623 for (count = 0; count < max_count; count++) { in __hal_mrpcim_get_vpd_data()
5632 if (count >= max_count) { in __hal_mrpcim_get_vpd_data()
/NextBSD/contrib/gcc/config/arm/
HDarm.c7911 HOST_WIDE_INT max_count = max_address - fix->address; in create_fix_barrier() local
7917 while (from && count < max_count) in create_fix_barrier()
7940 if (count < max_count in create_fix_barrier()
7955 if (count < max_count in create_fix_barrier()
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c173 unsigned int max_count; member
3091 unsigned int maxcnt = arg->max_count; in mips_elf_merge_gots()
3418 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info) in mips_elf_multi_got()

12