| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan.h | 49 __sanitizer::uptr max_depth, __sanitizer::uptr pc, in GetStackTrace() argument 58 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast); in GetStackTrace()
|
| /netbsd/src/sbin/fsck_lfs/ |
| D | bufcache.c | 70 int max_depth = 0; variable 148 hashmax, max_depth); in bufstats() 203 if (++depth > max_depth) in incore() 204 max_depth = depth; in incore()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | cselib.cc | 1675 int max_depth) in expand_loc() argument 1721 result = cselib_expand_value_rtx_1 (p->loc, evd, max_depth - 1); in expand_loc() 1734 result = cselib_expand_value_rtx_1 (reg_result, evd, max_depth - 1); in expand_loc() 1772 cselib_expand_value_rtx (rtx orig, bitmap regs_active, int max_depth) in cselib_expand_value_rtx() argument 1781 return cselib_expand_value_rtx_1 (orig, &evd, max_depth); in cselib_expand_value_rtx() 1791 cselib_expand_value_rtx_cb (rtx orig, bitmap regs_active, int max_depth, in cselib_expand_value_rtx_cb() argument 1801 return cselib_expand_value_rtx_1 (orig, &evd, max_depth); in cselib_expand_value_rtx_cb() 1809 cselib_dummy_expand_value_rtx_cb (rtx orig, bitmap regs_active, int max_depth, in cselib_dummy_expand_value_rtx_cb() argument 1819 return cselib_expand_value_rtx_1 (orig, &evd, max_depth) != NULL; in cselib_dummy_expand_value_rtx_cb() 1827 int max_depth) in cselib_expand_value_rtx_1() argument [all …]
|
| D | pointer-query.h | 199 mutable unsigned max_depth; variable
|
| D | tree-ssa-math-opts.cc | 1827 tree arg0, tree arg1, HOST_WIDE_INT max_depth) in expand_pow_as_sqrts() argument 1842 gcc_assert (max_depth > 0); in expand_pow_as_sqrts() 1843 tree *cache = XALLOCAVEC (tree, max_depth + 1); in expand_pow_as_sqrts() 1846 synth_info.factors = XALLOCAVEC (bool, max_depth + 1); in expand_pow_as_sqrts() 1870 if (!representable_as_half_series_p (frac_part, max_depth, &synth_info)) in expand_pow_as_sqrts() 1877 alt_synth_info.factors = XALLOCAVEC (bool, max_depth + 1); in expand_pow_as_sqrts() 1881 if (representable_as_half_series_p (ceil_fract, max_depth, in expand_pow_as_sqrts() 1891 (max_depth + 1) * sizeof (bool)); in expand_pow_as_sqrts() 1906 memset (cache, 0, (max_depth + 1) * sizeof (tree)); in expand_pow_as_sqrts() 2108 unsigned int max_depth = speed_p in gimple_expand_builtin_pow() local [all …]
|
| D | pointer-query.cc | 1439 : rvals (qry), hits (), misses (), failures (), depth (), max_depth (), in pointer_query() 1596 hits, misses, failures, max_depth); in dump() 2005 if (++qry->depth > qry->max_depth) in handle_ssa_name() 2006 qry->max_depth = qry->depth; in handle_ssa_name()
|
| D | ipa-inline.cc | 999 int max_depth = opt_for_fn (outer_node->decl, in want_inline_self_recursive_call_p() local 1003 max_depth = opt_for_fn (outer_node->decl, in want_inline_self_recursive_call_p() 1011 else if (depth > max_depth) in want_inline_self_recursive_call_p() 1036 sreal max_prob = (sreal)1 - ((sreal)1 / (sreal)max_depth); in want_inline_self_recursive_call_p()
|
| D | tree-ssa-sccvn.cc | 7966 unsigned max_depth = param_rpo_vn_max_loop_depth; in do_rpo_vn() local 7968 if (loop_depth (loop) > max_depth) in do_rpo_vn() 7970 i < loop_depth (loop) - max_depth; ++i) in do_rpo_vn()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-prettyprint.c | 540 && opt.max_depth != -1 in print_children() 541 && opt.max_depth < INT_MAX) in print_children() 542 ++opt.max_depth; in print_children() 755 opts.max_depth) < 0 in gdbpy_print_options()
|
| D | py-value.c | 764 &opts.max_depth, in valpy_format_string()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cp-valprint.c | 257 if (opts->max_depth != -1 && opts->max_depth < INT_MAX) in cp_print_value_fields() 258 ++opts->max_depth; in cp_print_value_fields()
|
| D | valprint.h | 119 int max_depth; member
|
| D | ada-exp.y | 1322 const char *renaming_expr, int max_depth) in write_object_renaming() argument 1328 if (max_depth <= 0) in write_object_renaming() 1359 inner_renaming_expr, max_depth - 1); in write_object_renaming()
|
| D | valprint.c | 1109 if (options->max_depth > -1 && recurse >= options->max_depth) in val_print_check_max_depth() 2983 [] (value_print_options *opt) { return &opt->max_depth; },
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| D | cert.c | 65 unsigned int max_depth; member 425 c->max_depth = HX509_VERIFY_MAX_DEPTH; in hx509_verify_init_ctx() 529 hx509_verify_set_max_depth(hx509_verify_ctx ctx, unsigned int max_depth) in hx509_verify_set_max_depth() argument 531 ctx->max_depth = max_depth; in hx509_verify_set_max_depth() 1259 unsigned int max_depth, in _hx509_calculate_path() argument 1267 if (max_depth == 0) in _hx509_calculate_path() 1268 max_depth = HX509_VERIFY_MAX_DEPTH; in _hx509_calculate_path() 1289 if (path->len > max_depth) { in _hx509_calculate_path() 2046 anchors, ctx->max_depth, in hx509_verify_path()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_set_format_iso9660.c | 732 int max_depth; member 1072 iso9660->primary.max_depth = 0; in archive_write_set_format_iso9660() 1076 iso9660->joliet.max_depth = 0; in archive_write_set_format_iso9660() 2130 for (i = 0; i < iso9660->primary.max_depth; i++) in iso9660_free() 2136 for (i = 0; i < iso9660->joliet.max_depth; i++) in iso9660_free() 4207 for (depth = 0; depth < vdd->max_depth; depth++) { in calculate_path_table_size() 4311 for (depth = 0; depth < vdd->max_depth; depth++) { in write_path_table() 4337 !iso9660->opt.rr && depth + 1 >= vdd->max_depth)) in calculate_directory_descriptors() 4383 !iso9660->opt.rr && depth + 1 >= vdd->max_depth)) { in _write_directory_descriptors() 4452 if (np->subdirs.first != NULL && depth + 1 < vdd->max_depth) { in write_directory_descriptors() [all …]
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | grfabs_cc.c | 254 if (depth > dmd->max_depth || depth < dmd->min_depth) { in get_best_mode() 439 depth, BMF_CLEAR | (DMDATA(mode)->max_depth == 8 ? BMF_ALIGN64 : 0)); in cc_alloc_view() 852 h_this_data->max_depth = 4; in cc_init_ntsc_hires() 1034 hl_this_data->max_depth = 4; in cc_init_ntsc_hires_lace() 1260 hdl_this_data->max_depth = 2; in cc_init_ntsc_hires_dlace() 1516 a24_this_data->max_depth = 2; in cc_init_ntsc_a2024() 1805 aga_this_data->max_depth = 8; in cc_init_ntsc_aga() 2114 super72_this_data->max_depth = 8; in cc_init_super72() 2406 ph_this_data->max_depth = 4; in cc_init_pal_hires() 2575 phl_this_data->max_depth = 4; in cc_init_pal_hires_lace() [all …]
|
| D | grfabs_ccreg.h | 68 u_short max_depth; member
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | ld-insn.c | 58 int *max_depth = (int*)data; in update_depth() local 59 if (*max_depth < depth) in update_depth() 60 *max_depth = depth; in update_depth()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | x509_vfy.c | 2998 int max_depth; in build_chain() local 3058 max_depth = ctx->param->depth + 1; in build_chain() 3102 ok = num > max_depth ? 0 : get1_trusted_issuer(&issuer, ctx, curr); in build_chain() 3234 issuer = (X509_self_signed(curr, 0) > 0 || num > max_depth) ? in build_chain() 3272 if (num <= max_depth) { in build_chain() 3298 CB_FAIL_IF(num > max_depth, in build_chain()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-spu.c | 384 unsigned int max_depth; member 3302 unsigned int max_depth = depth; in remove_cycles() local 3311 call->max_depth = depth + !call->is_pasted; in remove_cycles() 3314 if (!remove_cycles (call->fun, info, &call->max_depth)) in remove_cycles() 3316 if (max_depth < call->max_depth) in remove_cycles() 3317 max_depth = call->max_depth; in remove_cycles() 3340 *(unsigned int *) param = max_depth; in remove_cycles() 3414 delta = (*c2)->max_depth - (*c1)->max_depth; in sort_calls()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-spu.c | 384 unsigned int max_depth; member 3302 unsigned int max_depth = depth; in remove_cycles() local 3311 call->max_depth = depth + !call->is_pasted; in remove_cycles() 3314 if (!remove_cycles (call->fun, info, &call->max_depth)) in remove_cycles() 3316 if (max_depth < call->max_depth) in remove_cycles() 3317 max_depth = call->max_depth; in remove_cycles() 3340 *(unsigned int *) param = max_depth; in remove_cycles() 3414 delta = (*c2)->max_depth - (*c1)->max_depth; in sort_calls()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/igen/ |
| D | gen.c | 43 int *max_depth = (int *) data; in update_depth() local 44 if (*max_depth < depth) in update_depth() 45 *max_depth = depth; in update_depth()
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | pmap.c | 2797 int max_depth = 0; in pmap_pteg_dist() local 2806 if (depth > max_depth) in pmap_pteg_dist() 2807 max_depth = depth; in pmap_pteg_dist() 2817 if (depth == max_depth) in pmap_pteg_dist() 2822 printf("Max depth found was %d\n", max_depth); in pmap_pteg_dist()
|
| /netbsd/src/external/bsd/tre/dist/lib/ |
| D | tre-compile.c | 806 int *max_depth) in tre_expand_ast() argument 1024 if (params_depth > *max_depth) in tre_expand_ast() 1025 *max_depth = params_depth; in tre_expand_ast()
|