| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_macinfo.c | 50 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/ |
| HD | blacklist.c | 126 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/ |
| D | counter_lu_policy_imp.hpp | 51 { return (base_type::operator()(max_count)); } in operator ()() 57 { return (base_type::operator()(r_data, max_count)); } in operator ()()
|
| /NextBSD/contrib/gcc/ |
| HD | ipa-inline.c | 91 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 …]
|
| HD | tree-sra.c | 1435 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/ |
| HD | trees.c | 715 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/ |
| HD | trees.c | 717 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/ |
| HD | grep.c | 523 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()
|
| HD | ChangeLog | 874 (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/ |
| HD | sparc-dis.c | 424 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/ |
| HD | sanitizer_allocator.h | 870 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/ |
| D | list_update_policy.hpp | 109 max_count = Max_Count enumerator
|
| /NextBSD/sys/sys/mach/device/ |
| HD | buf.h | 139 void (*max_count)(
|
| HD | io_req.h | 284 void (*max_count)(io_req_t ior),
|
| /NextBSD/contrib/ofed/management/opensm/include/complib/ |
| HD | cl_pool.h | 292 IN const size_t max_count,
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_console.c | 770 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/ |
| HD | vm_extern.h | 85 vm_prot_t prot, vm_page_t *ma, int max_count);
|
| HD | vm_fault.c | 1164 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/ |
| HD | zlib.c | 2481 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/ |
| HD | sl.c | 213 int max_count; member
|
| /NextBSD/contrib/file/src/ |
| HD | apprentice.c | 96 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/ |
| HD | refclock_oncore.c | 324 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/ |
| HD | vxgehal-mrpcim.c | 5585 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/ |
| HD | arm.c | 7911 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/ |
| HD | elfxx-mips.c | 173 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()
|