Home
last modified time | relevance | path

Searched refs:max_size (Results 1 – 25 of 220) sorted by relevance

123456789

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-modref-tree.cc53 || !known_eq (a.max_size, max_size))) in operator ==()
98 if (known_size_p (max_size)) in contains()
100 a.max_size, offset, max_size); in contains()
120 && known_eq (max_size, max_size1)) in update()
128 max_size = max_size1; in update()
146 if (!known_eq (max_size, max_size1)) in update()
148 max_size = -1; in update()
201 if (((known_size_p (max_size) || known_size_p (a.max_size)) in merge()
202 && !known_eq (max_size, a.max_size)) in merge()
205 update (new_parm_offset, offset1, a.size, max_size, in merge()
[all …]
Dgimple-ssa-warn-alloca.cc178 unsigned HOST_WIDE_INT max_size = adjusted_warn_limit (is_vla); in alloca_call_type() local
183 if (tree_to_uhwi (len) > max_size) in alloca_call_type()
190 alloca_type result = (max_size < maxobjsize in alloca_call_type()
203 if (compare_tree_int (arg, max_size) <= 0) in alloca_call_type()
209 alloca_type result = (max_size < maxobjsize in alloca_call_type()
226 build_int_cst (size_type_node, max_size), in alloca_call_type()
241 alloca_type unbounded_result = (max_size < maxobjsize.to_uhwi () in alloca_call_type()
Dipa-modref-tree.h69 poly_int64 max_size; member
93 && known_eq (max_size, size) in useful_for_kill_p()
384 && known_size_p (a.size) && known_size_p (a.max_size) in insert()
385 && known_lt (a.max_size, a.size)) in insert()
400 if (known_size_p (a.max_size) in insert()
401 && known_eq (a.max_size, 0)) in insert()
408 gcc_checking_assert (!known_size_p (a.max_size) in insert()
409 || !known_le (a.max_size, 0)); in insert()
/netbsd/src/external/bsd/libbind/dist/isc/
Dmemcluster.c111 static size_t max_size; variable
146 max_size = DEF_MAX_SIZE; in meminit()
148 max_size = init_max_size; in meminit()
157 freelists = malloc(max_size * sizeof (memcluster_element *)); in meminit()
158 stats = malloc((max_size+1) * sizeof (struct stats)); in meminit()
164 max_size * sizeof (memcluster_element *)); in meminit()
165 memset(stats, 0, (max_size + 1) * sizeof (struct stats)); in meminit()
167 activelists = malloc((max_size + 1) * sizeof (memcluster_element *)); in meminit()
173 (max_size + 1) * sizeof (memcluster_element *)); in meminit()
213 if (size >= max_size || new_size >= max_size) { in __memget_record()
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsshbuf.c35 buf->size, buf->alloc, buf->off, buf->max_size); \
47 size_t max_size; /* Maximum size of buffer */ member
63 buf->max_size > SSHBUF_SIZE_MAX || in sshbuf_check_sanity()
64 buf->alloc > buf->max_size || in sshbuf_check_sanity()
100 ret->max_size = SSHBUF_SIZE_MAX; in sshbuf_new()
119 ret->alloc = ret->size = ret->max_size = len; in sshbuf_from()
221 return buf->max_size; in sshbuf_max_size()
243 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size() argument
249 SSHBUF_DBG(("set max buf = %p len = %zu", buf, max_size)); in sshbuf_set_max_size()
252 if (max_size == buf->max_size) in sshbuf_set_max_size()
[all …]
/netbsd/src/libexec/talkd/
Dannounce.c104 int i, j, max_size; in print_mesg() local
107 max_size = 0; in print_mesg()
113 max_size = max(max_size, sizes[i]); in print_mesg()
120 max_size = max(max_size, sizes[i]); in print_mesg()
128 max_size = max(max_size, sizes[i]); in print_mesg()
133 max_size = max(max_size, sizes[i]); in print_mesg()
137 max_size = max(max_size, sizes[i]); in print_mesg()
149 for (j = sizes[i]; j < max_size + 2; j++) in print_mesg()
/netbsd/src/external/bsd/tre/dist/lib/
Dtre-stack.c26 int max_size; member
34 tre_stack_new(int size, int max_size, int increment) in tre_stack_new() argument
48 s->max_size = max_size; in tre_stack_new()
78 if (s->size >= s->max_size) in tre_stack_push()
89 if (new_size > s->max_size) in tre_stack_push()
90 new_size = s->max_size; in tre_stack_push()
/netbsd/src/sys/arch/mipsco/stand/common/
Dchecksize.sh44 max_size=$2
55 if expr $prog_size \> $max_size >/dev/null 2>&1; then
56 echo "MAXIMUM FILE SIZE EXCEEDED ($prog_size > $max_size)"
60 echo "OK - `expr $max_size - $prog_size` bytes free"
/netbsd/src/external/bsd/flex/dist/examples/manual/
Dstring1.lex24 int inch,count,max_size;
29 max_size = ALLOC_SIZE;
81 if(count >= max_size){
82 buffer = realloc(buffer,max_size + ALLOC_SIZE);
83 max_size += ALLOC_SIZE;
/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtuneup.c248 mp_size_t max_size; member
551 DEFAULT (param->max_size, DEFAULT_MAX_SIZE); in one()
602 s.size < param->max_size; in one()
694 if (s.size >= param->max_size && param->max_size >= DEFAULT_MAX_SIZE) in one()
790 mp_size_t max_size; member
1158 param.max_size = 2000; in fft()
1187 if (size >= p->max_size) in fft()
1218 idx = fftmes (*p->p_modf_threshold, p->max_size, initial_k, p, 0, 1); in fft()
1229 if (size >= p->max_size) in fft()
1331 param.max_size = MUL_TOOM22_THRESHOLD_LIMIT-1; in tune_mul_n()
[all …]
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_ioctl.c154 unsigned int max_size; in vmw_fill_compat_cap() local
159 max_size = (size - pair_offset) / sizeof(SVGA3dCapPair); in vmw_fill_compat_cap()
161 if (max_size > SVGA3D_DEVCAP_MAX) in vmw_fill_compat_cap()
162 max_size = SVGA3D_DEVCAP_MAX; in vmw_fill_compat_cap()
165 (pair_offset + max_size * sizeof(SVGA3dCapPair)) / sizeof(u32); in vmw_fill_compat_cap()
169 for (i = 0; i < max_size; ++i) { in vmw_fill_compat_cap()
195 if (unlikely(arg->pad64 != 0 || arg->max_size == 0)) { in vmw_get_cap_3d_ioctl()
208 if (arg->max_size < size) in vmw_get_cap_3d_ioctl()
209 size = arg->max_size; in vmw_get_cap_3d_ioctl()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dtest_crypto_wrapping.c42 size_t max_size, in test_wrapping() argument
62 buf = malloc(max_size); in test_wrapping()
65 memset(buf, 0, max_size); in test_wrapping()
71 for (size = min_size; size < max_size; size += step) { in test_wrapping()
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-layout.c646 info[i].max_size, info[i].share_box); in tui_debug_print_size_info()
791 max_size (max_size_) in apply()
799 int max_size; in apply() member
826 &info[i].max_size); in apply()
835 old_cmd_info.emplace (i, info[i].min_size, info[i].max_size); in apply()
846 info[i].max_size = info[i].min_size; in apply()
849 if (info[i].min_size > info[i].max_size) in apply()
853 info[i].max_size = 0; in apply()
863 if (info[i].min_size == info[i].max_size) in apply()
893 if (info[i].min_size != info[i].max_size) in apply()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dsel-lex.l128 lex_input(char *buf, int max_size) in lex_input() argument
133 if (max_size < n) in lex_input()
134 n = max_size; in lex_input()
/netbsd/src/external/lgpl3/gmp/dist/demos/calc/
Dcalcread.c88 calc_input (char *buf, size_t max_size) in calc_input() argument
117 copy_size = MIN (line_size-upto, max_size); in calc_input()
125 return fread (buf, 1, max_size, stdin); in calc_input()
/netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/
Dttm_page_alloc.c94 unsigned max_size; member
173 m->options.max_size = val; in ttm_pool_store()
200 val = m->options.max_size; in ttm_pool_show()
765 unsigned max_size, n2free; in ttm_put_pages() local
790 max_size = _manager->options.max_size; in ttm_put_pages()
791 max_size /= HPAGE_PMD_NR; in ttm_put_pages()
792 if (huge->npages > max_size) in ttm_put_pages()
793 n2free = huge->npages - max_size; in ttm_put_pages()
815 if (pool->npages > _manager->options.max_size) { in ttm_put_pages()
816 npages = pool->npages - _manager->options.max_size; in ttm_put_pages()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/
Ddv-m68hc11eepr.c556 size_t max_size; in m68hc11eepr_io_write_buffer() local
560 max_size = controller->size; in m68hc11eepr_io_write_buffer()
563 && controller->eeprom_waddr < max_size; i++) in m68hc11eepr_io_write_buffer()
571 size_t max_size; in m68hc11eepr_io_write_buffer() local
573 max_size = controller->size; in m68hc11eepr_io_write_buffer()
574 for (i = 0; i < max_size; i++) in m68hc11eepr_io_write_buffer()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
Dinfo_fn_imps.hpp63 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size()); in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
Dinfo_fn_imps.hpp63 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size()); in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
Dinfo_fn_imps.hpp59 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
60 { return s_entry_allocator.max_size(); } in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
Dinfo_fn_imps.hpp53 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
54 { return s_entry_allocator.max_size(); } in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dinfo_fn_imps.hpp59 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
60 { return s_inode_allocator.max_size(); } in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
Dsize_fn_imps.hpp60 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
61 { return s_entry_allocator.max_size(); } in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
Dinfo_fn_imps.hpp55 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
56 { return s_value_alloc.max_size(); } in max_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
Dinfo_fn_imps.hpp52 max_size() const in max_size() function in PB_DS_CLASS_C_DEC
53 { return s_entry_allocator.max_size(); } in max_size()

123456789