| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_local_cache.h | 56 if (UNLIKELY(c->count == c->max_count)) in Deallocate() 80 u32 max_count; member 88 if (LIKELY(c->max_count)) in InitCache() 93 c->max_count = 2 * SizeClassMap::MaxCachedHint(size); in InitCache() 96 DCHECK_NE(c->max_count, 0UL); in InitCache() 102 const uptr num_requested_chunks = c->max_count / 2; in Refill() 113 Drain(&memory_mapper, c, allocator, class_id, c->max_count / 2); in DrainHalfMax() 181 if (UNLIKELY(c->count == c->max_count)) in Deallocate() 208 uptr max_count; member 217 if (LIKELY(c->max_count)) in InitCache() [all …]
|
| H A D | sanitizer_allocator_primary32.h | 317 TransferBatch **current_batch, uptr max_count, in PopulateBatches() argument 332 if (b->Count() == max_count) { in PopulateBatches() 352 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList() local 353 DCHECK_GT(max_count, 0); in PopulateFreeList() 361 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList() 368 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count, in PopulateFreeList()
|
| /openbsd-src/lib/libexpat/tests/ |
| H A D | structdata.c | 75 storage->max_count = 0; in StructData_Init() 86 if (storage->count == storage->max_count) { in StructData_AddItem() 89 storage->max_count += STRUCT_EXTENSION_COUNT; in StructData_AddItem() 91 storage->entries, storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem()
|
| H A D | structdata.h | 51 int max_count; /* Number of StructDataEntry items in `entries` */ member
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/ |
| H A 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 ()()
|
| /openbsd-src/sys/lib/libz/ |
| H A D | trees.c | 716 int max_count = 7; /* max repeat count */ in scan_tree() 719 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 724 if (++count < max_count && curlen == nextlen) { in scan_tree() 738 max_count = 138, min_count = 3; in scan_tree() 740 max_count = 6, min_count = 3; in scan_tree() 742 max_count = 7, min_count = 4; in scan_tree() 757 int max_count = 7; /* max repeat count */ in send_tree() 761 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 765 if (++count < max_count && curlen == nextlen) { in send_tree() 785 max_count in send_tree() 714 int max_count = 7; /* max repeat count */ scan_tree() local 755 int max_count = 7; /* max repeat count */ send_tree() local [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | trees.c | 716 int max_count = 7; /* max repeat count */ in scan_tree() 719 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 724 if (++count < max_count && curlen == nextlen) { in scan_tree() 738 max_count = 138, min_count = 3; in scan_tree() 740 max_count = 6, min_count = 3; in scan_tree() 742 max_count = 7, min_count = 4; in scan_tree() 757 int max_count = 7; /* max repeat count */ in send_tree() 761 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 765 if (++count < max_count && curlen == nextlen) { in send_tree() 785 max_count in send_tree() 714 int max_count = 7; /* max repeat count */ scan_tree() local 759 int max_count = 7; /* max repeat count */ send_tree() local [all...] |
| /openbsd-src/lib/libz/ |
| H A D | trees.c | 716 int max_count = 7; /* max repeat count */ in scan_tree() 719 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 724 if (++count < max_count && curlen == nextlen) { in scan_tree() 738 max_count = 138, min_count = 3; in scan_tree() 740 max_count = 6, min_count = 3; in scan_tree() 742 max_count = 7, min_count = 4; in scan_tree() 757 int max_count = 7; /* max repeat count */ in send_tree() 761 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 765 if (++count < max_count && curlen == nextlen) { in send_tree() 785 max_count in send_tree() 714 int max_count = 7; /* max repeat count */ scan_tree() local 755 int max_count = 7; /* max repeat count */ send_tree() local [all...] |
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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 …]
|
| H A D | 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()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | waitpid.t | 30 my $max_count = 9; 41 while ($count++ < $max_count) {
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/ |
| H A D | libcxx.py | 418 if steps > self.max_count: 446 if steps > self.max_count: 452 def __init__(self, node, max_count=0): argument 456 self.max_count = max_count 581 self.root_node, max_count=self.num_children())
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
| H A D | list_update_policy.hpp | 109 max_count = Max_Count enumerator
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | sparc-dis.c | 977 int min_count = num_opcodes, max_count = 0; 984 if (hash_count[i] > max_count) 985 max_count = hash_count[i]; 990 min_count, max_count, (double) total / HASH_SIZE);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | 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()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 2283 uint32_t max_count) in amdgpu_ras_validate_threshold() 2312 max_count); in amdgpu_ras_validate_threshold() 2314 con->bad_page_cnt_threshold = min_t(int, max_count, in amdgpu_ras_validate_threshold() 2280 amdgpu_ras_validate_threshold(struct amdgpu_device * adev,uint32_t max_count) amdgpu_ras_validate_threshold() argument
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-xtensa.c | 5836 count_insns_to_loop_end (base_fragP, count_relax_add, max_count) in count_insns_to_loop_end() argument 5839 size_t max_count; 5849 if (insn_count >= max_count) 5850 return max_count; 5861 if (insn_count >= max_count) 5862 return max_count;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 7566 int max_count) in count_insns_to_loop_end() argument 7576 if (insn_count >= max_count) in count_insns_to_loop_end() 7577 return max_count; in count_insns_to_loop_end() 7588 if (insn_count >= max_count) in count_insns_to_loop_end() 7589 return max_count; in count_insns_to_loop_end()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.c | 5982 HOST_WIDE_INT max_count = max_address - fix->address; local 5988 while (from && count < max_count) 6012 if (count < max_count && new_cost <= selected_cost) 6026 if (count < max_count && new_cost <= selected_cost)
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | mach_o.py | 1088 dump_memory(0, sect_bytes, options.max_count, 16)
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elfxx-mips.c | 123 unsigned int max_count; member 2341 unsigned int maxcnt = arg->max_count; in mips_elf_merge_gots() 2593 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (abfd) in mips_elf_multi_got()
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 7901 HOST_WIDE_INT max_count = max_address - fix->address; in create_fix_barrier() local 7907 while (from && count < max_count) in create_fix_barrier() 7930 if (count < max_count in create_fix_barrier() 7945 if (count < max_count in create_fix_barrier()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elfxx-mips.c | 173 unsigned int max_count; member 3083 unsigned int maxcnt = arg->max_count; in mips_elf_merge_gots() 3409 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info) in mips_elf_multi_got()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 1892 @option{-fcase-lower} and that @samp{j()} and @samp{max_count()} are 1910 i = j() + max_count(&my_var, &lvar);
|