HomeSort by: relevance | last modified time | path
    Searched defs:max_depth (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
complexity.cc 99 unsigned max_depth = 0; local
104 max_depth = MAX (max_depth, iter_c.m_max_depth);
106 return complexity (num_nodes + 1, max_depth + 1);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
complexity.cc 96 unsigned max_depth = 0; local
101 max_depth = MAX (max_depth, iter_c.m_max_depth);
103 return complexity (num_nodes + 1, max_depth + 1);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_markup.cc 108 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
113 CHECK_LT(arg->stack->size, arg->max_depth);
117 return (arg->stack->size == arg->max_depth ? _URC_NORMAL_STOP
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
122 CHECK_GE(max_depth, 2);
124 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
137 u32 max_depth) {
sanitizer_unwind_linux_libcdep.cc 44 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
106 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
111 CHECK_LT(arg->stack->size, arg->max_depth);
119 if (arg->stack->size == arg->max_depth) return UNWIND_STOP;
123 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) {
124 CHECK_GE(max_depth, 2);
126 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
143 u32 max_depth) {
144 CHECK_GE(max_depth, 2);
146 SlowUnwindStack(pc, max_depth);
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/
backtrace.c 95 int max_depth; member in struct:__anon7411
108 if (arg->count == arg->max_depth)
124 arg.max_depth = maxaddrs;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_markup.cpp 121 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
126 CHECK_LT(arg->stack->size, arg->max_depth);
130 return (arg->stack->size == arg->max_depth ? _URC_NORMAL_STOP
134 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) {
135 CHECK_GE(max_depth, 2);
137 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
149 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) {
151 CHECK_GE(max_depth, 2);
sanitizer_unwind_linux_libcdep.cpp 45 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
75 u32 max_depth; member in struct:__sanitizer::__anon14622::UnwindTraceArg
80 CHECK_LT(arg->stack->size, arg->max_depth);
88 if (arg->stack->size == arg->max_depth) return UNWIND_STOP;
126 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) {
127 CHECK_GE(max_depth, 2);
129 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
145 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) {
147 CHECK_GE(max_depth, 2);
149 UnwindSlow(pc, max_depth);
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_markup.cpp 115 u32 max_depth; member in struct:__sanitizer::UnwindTraceArg
120 CHECK_LT(arg->stack->size, arg->max_depth);
124 return (arg->stack->size == arg->max_depth ? _URC_NORMAL_STOP
128 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) {
129 CHECK_GE(max_depth, 2);
131 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
143 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) {
145 CHECK_GE(max_depth, 2);
sanitizer_unwind_linux_libcdep.cpp 45 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
75 u32 max_depth; member in struct:__sanitizer::__anon17022::UnwindTraceArg
80 CHECK_LT(arg->stack->size, arg->max_depth);
88 if (arg->stack->size == arg->max_depth) return UNWIND_STOP;
126 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) {
127 CHECK_GE(max_depth, 2);
129 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)};
151 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) {
153 CHECK_GE(max_depth, 2);
155 UnwindSlow(pc, max_depth);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
backtrace.c 94 int max_depth; member in struct:__anon24361
108 if (arg->count == arg->max_depth) {
125 arg.max_depth = maxaddrs;
  /src/sbin/fsck_lfs/
bufcache.c 70 int max_depth = 0; variable
148 hashmax, max_depth);
203 if (++depth > max_depth)
204 max_depth = depth;
  /src/external/bsd/unbound/dist/edns-subnet/
addrtree.h 76 addrlen_t max_depth; member in struct:addrtree
134 * @param max_depth: Tree will cap keys to this length.
143 addrtree_create(addrlen_t max_depth, void (*delfunc)(void *, void *),
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.h 202 mutable unsigned max_depth; member in class:pointer_query
tree-ssa-loop-unswitch.cc 266 unsigned max_depth = param_max_unswitch_depth; local
269 && --max_depth != 0)
ipa-inline.cc 1094 int max_depth = opt_for_fn (outer_node->decl, local
1098 max_depth = opt_for_fn (outer_node->decl,
1106 else if (depth > max_depth)
1127 We ensure that the frequency of recursing is at most 1 - (1/max_depth).
1128 This way the expected number of recursion is at most max_depth. */
1131 sreal max_prob = (sreal)1 - ((sreal)1 / (sreal)max_depth);
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.h 199 mutable unsigned max_depth; member in class:pointer_query
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.h 119 int max_depth; member in struct:value_print_options
  /src/external/gpl3/gdb/dist/gdb/
valprint.h 119 int max_depth; member in struct:value_print_options
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 58 int *max_depth = (int*)data; local
59 if (*max_depth < depth)
60 *max_depth = depth;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 58 int *max_depth = (int*)data; local
59 if (*max_depth < depth)
60 *max_depth = depth;
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.c 43 int *max_depth = (int *) data; local
44 if (*max_depth < depth)
45 *max_depth = depth;
  /src/external/gpl3/gdb/dist/sim/igen/
gen.c 43 int *max_depth = (int *) data; local
44 if (*max_depth < depth)
45 *max_depth = depth;
  /src/sys/arch/amiga/dev/
grfabs_ccreg.h 68 u_short max_depth; member in struct:display_mode_data
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
cert.c 65 unsigned int max_depth; member in struct:hx509_verify_ctx_data
425 c->max_depth = HX509_VERIFY_MAX_DEPTH;
522 * @param max_depth maxium depth of the certificate chain, include
529 hx509_verify_set_max_depth(hx509_verify_ctx ctx, unsigned int max_depth)
531 ctx->max_depth = max_depth;
1259 unsigned int max_depth,
1267 if (max_depth == 0)
1268 max_depth = HX509_VERIFY_MAX_DEPTH;
1289 if (path->len > max_depth) {
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 2998 int max_depth; local
3058 max_depth = ctx->param->depth + 1;
3102 ok = num > max_depth ? 0 : get1_trusted_issuer(&issuer, ctx, curr);
3234 issuer = (X509_self_signed(curr, 0) > 0 || num > max_depth) ?
3238 * Once we have reached a self-signed cert or num > max_depth
3272 if (num <= max_depth) {
3298 CB_FAIL_IF(num > max_depth,

Completed in 47 milliseconds

1 2