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

12

/freebsd-11-stable/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-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_macinfo.c50 Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt,
75 if (max_count != 0 && cnt > max_count)
76 cnt = max_count;
49 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Unsigned max_count, Dwarf_Signed *entry_cnt, Dwarf_Macro_Details **details, Dwarf_Error *error) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dblacklist.c126 int max_count = 0; local
131 if (e->count > max_count)
132 max_count = e->count;
140 wpa_s->extra_blacklist_count += max_count;
/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.h52 int max_count; /* Number of StructDataEntry items in `entries` */ member in struct:__anon29
H A Dstructdata.c72 storage->max_count = 0;
83 if (storage->count == storage->max_count) {
86 storage->max_count += STRUCT_EXTENSION_COUNT;
88 storage->max_count * sizeof(StructDataEntry));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h52 // max_count will be zero, leading to check failure.
55 if (UNLIKELY(c->count == c->max_count))
56 Drain(c, allocator, class_id, c->max_count / 2);
79 u32 max_count; member in struct:SizeClassAllocator64LocalCache::PerClass
87 if (LIKELY(c->max_count))
92 c->max_count = 2 * SizeClassMap::MaxCachedHint(size);
95 DCHECK_NE(c->max_count, 0UL);
101 const uptr num_requested_chunks = c->max_count / 2;
171 // max_count will be zero, leading to check failure.
174 if (UNLIKELY(c->count == c->max_count))
201 uptr max_count; member in struct:SizeClassAllocator32LocalCache::PerClass
[all...]
H A Dsanitizer_allocator_primary32.h316 TransferBatch **current_batch, uptr max_count,
331 if (b->Count() == max_count) {
351 const uptr max_count = TransferBatch::MaxCached(size); local
352 DCHECK_GT(max_count, 0);
360 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
367 if (UNLIKELY(!PopulateBatches(c, sci, class_id, &b, max_count,
315 PopulateBatches(AllocatorCache *c, SizeClassInfo *sci, uptr class_id, TransferBatch **current_batch, uptr max_count, uptr *pointers_array, uptr count) argument
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt_env.h130 * fdt_strnlen: returns the length of a string or max_count - which ever is
133 * Input 2 max_count: the maximum value returned by this function
134 * Output: length of the string or max_count (the smallest of the two)
136 static inline size_t fdt_strnlen(const char *string, size_t max_count) argument
138 const char *p = memchr(string, 0, max_count);
139 return p ? p - string : max_count;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c145 droq->max_empty_descs = droq->max_count - droq->max_empty_descs;
164 for (i = 0; i < droq->max_count; i++) {
182 for (i = 0; i < droq->max_count; i++) {
224 lio_dma_free((droq->max_count * LIO_DROQ_DESC_SIZE),
287 droq->max_count = c_num_descs;
290 desc_ring_size = droq->max_count * LIO_DROQ_DESC_SIZE;
299 lio_dev_dbg(oct, "droq[%d]: num_desc: %d\n", q_no, droq->max_count);
301 size = droq->max_count * LIO_DROQ_RECVBUF_SIZE;
400 idx = lio_incr_index(idx, 1, droq->max_count);
433 droq->max_count);
[all...]
H A Dlio_request_manager.c107 iq->max_count = num_descs;
123 iq->max_count);
217 for (i = 0; i < iq->max_count; i++, request_buf++) {
257 q_size = iq->max_count * desc_size;
364 (int32_t)(iq->max_count - 1)) {
371 (int32_t)(iq->max_count - 2))
379 iq->max_count);
473 old = lio_incr_index(old, 1, iq->max_count);
H A Dlio_ctrl.h137 (oct->instr_queue[q_no]->max_count - 2));
H A Dlio_iq.h130 uint32_t max_count; member in struct:lio_instr_queue
H A Dlio_droq.h283 uint32_t max_count; member in struct:lio_droq
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dlist_update_policy.hpp109 max_count = Max_Count enumerator in enum:pb_ds::counter_lu_policy::__anon2077
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_rdma.h100 u32 max_count; member in struct:ecore_bmap
242 u32 max_count,
H A Decore_cxt.c199 u32 max_count; member in struct:ecore_cid_acquired_map
1212 p_mngr->acquired[type].max_count = 0;
1219 p_mngr->acquired_vf[type][vf].max_count = 0;
1240 p_map->max_count = cid_count;
1245 type, p_map->start_cid, p_map->max_count);
1410 len = DIV_ROUND_UP(p_map->max_count,
1421 len = DIV_ROUND_UP(p_map->max_count,
2025 p_map->max_count);
2027 if (rel_cid >= p_map->max_count) {
2069 cid < (*pp_map)->start_cid + (*pp_map)->max_count) {
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_pool.h292 IN const size_t max_count,
309 * max_count
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.h179 int max_count,
/freebsd-11-stable/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-11-stable/sys/contrib/zlib/
H A Dtrees.c713 int max_count = 7; /* max repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
721 if (++count < max_count && curlen == nextlen) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
758 int max_count = 7; /* max repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
766 if (++count < max_count && curlen == nextlen) {
786 max_count
[all...]
/freebsd-11-stable/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...]
/freebsd-11-stable/sys/vm/
H A Dvm_extern.h85 vm_prot_t prot, vm_page_t *ma, int max_count);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.h106 int max_count,
/freebsd-11-stable/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-11-stable/gnu/usr.bin/grep/
H A Dgrep.c523 static off_t max_count; /* Stop after outputting this many variable
837 outleft = max_count;
1410 max_count = TYPE_MAXIMUM (off_t);
1588 max_count = value;
1589 if (0 <= max_count && max_count == value)
1593 max_count = TYPE_MAXIMUM (off_t);
1837 if (max_count == 0)

Completed in 215 milliseconds

12