/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-modref-tree.cc | 53 || !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 …]
|
H A D | gimple-ssa-warn-alloca.cc | 178 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()
|
H A D | ipa-modref-tree.h | 69 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/ |
H A D | memcluster.c | 111 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/libexec/talkd/ |
H A D | announce.c | 104 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/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ argument 37 if (max_size <= 2) { \ 38 stack.size = max_size; \ 39 if (max_size > 0) { \ 42 if (max_size > 1) stack.trace_buffer[1] = GET_CALLER_PC(); \ 46 GET_CURRENT_FRAME(), nullptr, fast, max_size); \
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-stack.c | 26 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/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_stack.h | 64 #define GET_STACK_TRACE(max_size, fast) \ argument 66 if (max_size <= 2) { \ 67 stack.size = max_size; \ 68 if (max_size > 0) { \ 71 if (max_size > 1) stack.trace_buffer[1] = GET_CALLER_PC(); \ 74 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_stack.h | 66 #define GET_STACK_TRACE(max_size, fast) \ argument 68 if (max_size <= 2) { \ 69 stack.size = max_size; \ 70 if (max_size > 0) { \ 73 if (max_size > 1) stack.trace_buffer[1] = GET_CALLER_PC(); \ 76 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-warn-alloca.c | 189 unsigned HOST_WIDE_INT max_size) in alloca_call_type_by_arg() argument 200 alloca_type unbounded_result = (max_size < maxobjsize.to_uhwi () in alloca_call_type_by_arg() 233 int tst = wi::cmpu (wi::to_widest (rhs), max_size); in alloca_call_type_by_arg() 254 = (max_size < maxobjsize.to_uhwi () in alloca_call_type_by_arg() 344 unsigned HOST_WIDE_INT max_size = adjusted_warn_limit (is_vla); in alloca_call_type() local 349 if (tree_to_uhwi (len) > max_size) in alloca_call_type() 356 alloca_type result = (max_size < maxobjsize in alloca_call_type() 370 if (wi::leu_p (max, max_size)) in alloca_call_type() 422 alloca_type result = (max_size < maxobjsize in alloca_call_type() 465 ret = alloca_call_type_by_arg (len, len_casted, e, max_size); in alloca_call_type() [all …]
|
/netbsd-src/sys/arch/mipsco/stand/common/ |
H A D | checksize.sh | 44 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/ |
H A D | string1.lex | 24 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/ |
H A D | tuneup.c | 248 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/ |
H A D | vmwgfx_ioctl.c | 154 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/external/bsd/bc/dist/ |
H A D | scan.l | 67 #define YY_INPUT(buf,result,max_size) \ argument 68 bcel_input((char *)buf, (yy_size_t *)&result, max_size) 132 #define YY_INPUT(buf,result,max_size) \ argument 133 rl_input((char *)buf, &result, max_size) 204 #define YY_INPUT(buf,result,max_size) \ argument 205 while ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_crypto_wrapping.c | 42 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/mpl/dhcp/bind/dist/lib/isc/ |
H A D | mem.c | 150 size_t max_size; member 496 if (new_size >= ctx->max_size) { in mem_getunlocked() 503 ctx->stats[ctx->max_size].gets++; in mem_getunlocked() 504 ctx->stats[ctx->max_size].totalgets++; in mem_getunlocked() 575 if (new_size >= ctx->max_size) { in mem_putunlocked() 584 INSIST(ctx->stats[ctx->max_size].gets != 0U); in mem_putunlocked() 585 ctx->stats[ctx->max_size].gets--; in mem_putunlocked() 670 if (size > ctx->max_size) { in mem_getstats() 671 ctx->stats[ctx->max_size].gets++; in mem_getstats() 672 ctx->stats[ctx->max_size].totalgets++; in mem_getstats() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/async/ |
H A D | async.c | 120 if ((pool->max_size != 0) && (pool->curr_size >= pool->max_size)) in async_get_pool_job() 316 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument 321 if (init_size > max_size) { in ASYNC_init_thread() 345 pool->max_size = max_size; in ASYNC_init_thread()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | sel-lex.l | 128 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/ |
H A D | calcread.c | 88 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/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
H A D | opt-diff.py | 73 for i in range(0, len(result), args.max_size): 74 with open(args.output.format(i / args.max_size), 'w') as stream: 75 yaml.dump_all(result[i:i + args.max_size], stream)
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/async/ |
H A D | async.c | 122 if ((pool->max_size != 0) && (pool->curr_size >= pool->max_size)) in async_get_pool_job() 352 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument 357 if (init_size > max_size) { in ASYNC_init_thread() 381 pool->max_size = max_size; in ASYNC_init_thread()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
H A D | ttm_page_alloc.c | 94 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/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
H A D | info_fn_imps.hpp | 63 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.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
H A D | info_fn_imps.hpp | 63 max_size() const in max_size() function in PB_DS_CLASS_C_DEC 65 return (s_node_allocator.max_size()); in max_size()
|