Searched refs:depth (Results 76 - 100 of 368) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp276 uint32_t depth) const {
307 if (depth > 0)
308 m_children.Dump(s, indent, target, false, depth - 1);
517 uint32_t depth) {
523 } else if (depth > 0) {
526 .ReplaceSection(sect_id, sect_sp, depth - 1))
533 size_t SectionList::GetNumSections(uint32_t depth) const {
535 if (depth > 0) {
538 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1);
612 uint32_t depth) cons
515 ReplaceSection(user_id_t sect_id, const lldb::SectionSP &sect_sp, uint32_t depth) argument
[all...]
/freebsd-current/stand/fdt/
H A Dfdt_loader_cmd.c662 int lo, o = 0, o2, maxo = 0, depth; local
671 depth = 0;
673 while (depth != -1)
674 maxo = fdt_next_node(fdtp, maxo, &depth);
1202 int i, o, depth; local
1215 for (depth = 0;
1216 (o >= 0) && (depth >= 0);
1217 o = fdt_next_node(fdtp, o, &depth)) {
1221 if (depth > FDT_MAX_DEPTH) {
1222 printf("max depth exceede
1670 int o, next, depth, rv; local
1899 static int depth = 0; local
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp51 ompt_team_info_t *__ompt_get_teaminfo(int depth, int *size) { argument
61 while (depth > 0) {
80 depth--;
103 ompt_task_info_t *__ompt_get_task_info_object(int depth) { argument
112 while (depth > 0) {
130 depth--;
143 ompt_task_info_t *__ompt_get_scheduling_taskinfo(int depth) { argument
153 while (depth > 0) {
175 depth--;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h60 bool show_header, uint32_t depth) const;
72 uint32_t depth = UINT32_MAX) const;
78 size_t GetNumSections(uint32_t depth) const;
82 uint32_t depth = UINT32_MAX);
145 uint32_t depth) const;
/freebsd-current/crypto/openssl/util/
H A Dcheck-format-test-negatives.c299 #define CB_ERR_IF(cond, ctx, cert, depth, err) \
300 if ((cond) && ((depth) < 0 || verify_cb_cert(ctx, cert, depth, err) == 0)) \
319 #define X509_STORE_CTX_set_error_depth(ctx, depth) \
320 { (ctx)->error_depth = (depth); }
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c23 * recursion. Therefore we limit the stack depth. This is the maximum number of
31 int depth, OSSL_LIB_CTX *libctx,
38 char inf, int tag, int aclass, int depth);
50 ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx,
55 ASN1_TLC *ctx, int depth,
165 int depth, OSSL_LIB_CTX *libctx,
195 if (++depth > ASN1_MAX_CONSTRUCTED_NEST) {
215 depth, libctx, propq);
298 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth,
423 depth, libct
162 asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
568 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dby_store.c18 int depth, OSSL_LIB_CTX *libctx, const char *propq)
63 * uri. if |depth| allows, dive into it.
65 if (depth > 0)
67 criterion, depth - 1, libctx, propq);
157 1 /* depth */, libctx, propq);
16 cache_objects(X509_LOOKUP *lctx, const char *uri, const OSSL_STORE_SEARCH *criterion, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
H A Dx509_vpm.c93 param->depth = -1;
174 x509_verify_param_copy(depth, -1);
311 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) argument
313 param->depth = depth;
487 return param->depth;
516 100, /* depth */
527 -1, /* depth */
538 -1, /* depth */
549 -1, /* depth */
[all...]
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c69 unsigned int depth; member in struct:video_adapter_softc
286 + (sc->depth/8) * (col + sc->xmargin);
288 bytes = sc->depth/8;
293 switch (sc->depth) {
597 fb->fb_depth = sc->depth;
598 if (sc->depth <= 1 || sc->depth > 8)
601 fb->fb_cmsize = 1 << sc->depth;
690 + (sc->depth/8) * (col + sc->xmargin);
702 switch (sc->depth) {
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h69 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
71 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default);
94 DumpValueObjectOptions &SetOmitSummaryDepth(uint32_t depth = 0);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc472 int depth;
489 for (int j = 0; j < data->depth; j++) {
719 int depth = 0;
722 if (!depth)
723 depth = backtrace(StackTrace, static_cast<int>(std::size(StackTrace)));
727 if (!depth)
728 depth =
731 if (!depth)
736 Depth = depth;
746 for (int i = 0; i < depth;
[all...]
/freebsd-current/usr.bin/tsort/
H A Dtsort.c369 find_cycle(NODE *from, NODE *to, int longest_len, int depth) argument
383 cycle_buf[depth] = *np;
385 if (depth + 1 > longest_len) {
386 longest_len = depth + 1;
394 len = find_cycle(*np, to, longest_len, depth + 1);
397 (void)printf("%*s %s->%s %d\n", depth, "",
/freebsd-current/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h34 uint8_t depth; /* 4 */ member in struct:blake2s_param_st
58 uint8_t depth; /* 4 */ member in struct:blake2b_param_st
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp97 ReportPiece(o, P, /*indent*/ 4, /*depth*/ 0, /*includeControlFlow*/ true);
110 unsigned indent, unsigned depth, bool includeControlFlow,
119 depth);
122 ReportEvent(o, cast<PathDiagnosticEventPiece>(P), indent, depth,
127 depth);
147 unsigned indent, unsigned depth, bool isKeyEvent = false);
149 unsigned indent, unsigned depth);
151 unsigned indent, unsigned depth);
299 unsigned indent, unsigned depth,
323 // Output the call depth
109 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent = false) argument
298 ReportEvent(raw_ostream &o, const PathDiagnosticEventPiece& P, unsigned indent, unsigned depth, bool isKeyEvent) argument
338 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, unsigned indent, unsigned depth) argument
365 ReportMacroSubPieces(raw_ostream &o, const PathDiagnosticMacroPiece& P, unsigned indent, unsigned depth) argument
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c832 WOLFSSL_X509 *err_cert, int err, int depth,
847 ev.cert_fail.depth = depth;
857 WOLFSSL_X509 *err_cert, int depth,
896 ev.peer_cert.depth = depth;
955 int err, depth; local
969 depth = wolfSSL_X509_STORE_CTX_get_error_depth(x509_ctx);
981 if (depth == 0)
983 else if (depth
831 wolfssl_tls_fail_event(struct tls_connection *conn, WOLFSSL_X509 *err_cert, int err, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) argument
856 wolfssl_tls_cert_event(struct tls_connection *conn, WOLFSSL_X509 *err_cert, int depth, const char *subject) argument
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_list_d.kshlib55 fslist=$(zfs list -rH -t filesystem -o name $DEPTH_FS|grep depth"$k"$)
57 log_fail "No depth$k filesystem"
/freebsd-current/sys/net/altq/
H A Daltq_cbq.h80 u_int depth; member in struct:_cbq_class_stats_
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h55 static void SetDisplayDepth(uint32_t depth);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h28 lldb::SearchDepth depth,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h31 const uint32_t depth, void *userData);
/freebsd-current/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h379 * \brief Maximum search depth in the match finder
387 * - maximum search depth is reached.
389 * Maximum search depth is needed to prevent the match finder from
394 * Setting depth to zero tells liblzma to use an automatic default
399 * Using a bigger depth value than the default can increase
406 uint32_t depth; member in struct:__anon25
/freebsd-current/sys/dev/ioat/
H A Dioat_test.c64 uint32_t depth; member in struct:test_transaction
154 for (i = 0; i < tx->depth; i++) {
191 atomic_add_32(&test->status[IOAT_TEST_MISCOMPARE], tx->depth);
193 atomic_add_32(&test->status[IOAT_TEST_OK], tx->depth);
219 tx->depth = test->chain_depth;
271 for (i = 0; i < tx->depth; i++) {
274 if (i == tx->depth - 1)
289 if (i == tx->depth - 1) {
348 if (desc == NULL && tx->depth > 0) {
349 atomic_add_32(&test->status[IOAT_TEST_NO_DMA_ENGINE], tx->depth);
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen_decode.c213 unsigned int depth)
335 depth + 1);
376 decode_type (s, m->type, 0, forwstr, m->gen_name, NULL, depth + 1);
449 decode_type (n, t->subtype, 0, forwstr, sname, NULL, depth + 1);
487 "int is_indefinite%u;\n", depth);
526 depth, tmpstr, forwstr, depth, forwstr);
533 decode_type (name, t->subtype, 0, forwstr, tname, ide, depth + 1);
545 depth,
596 depth
211 decode_type(const char *name, const Type *t, int optional, const char *forwstr, const char *tmpstr, const char *dertype, unsigned int depth) argument
[all...]
/freebsd-current/contrib/unifdef/
H A Dunifdef.c182 static bool symdepth; /* -S: output symbol depth */
215 static int depth; /* current #if nesting */ variable
342 case 'S': /* list symbols with their nesting depth */
530 * functions increase or decrease the depth. They also maintain the
649 if (depth == 0)
651 ignoring[depth] = ignoring[depth-1];
656 ignoring[depth] = true;
669 if (depth > MAXDEPTH-1)
671 if (depth
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c103 int pa_depth; /* member depth */
104 int pa_nest; /* nested array depth */
126 * based on the depth the last time we printed something and the new depth.
129 dt_print_trailing_braces(dt_printarg_t *pap, int depth) argument
133 for (d = pap->pa_depth; d > depth; d--) {
136 d == depth + 1 ? "" : "\n");
141 * Print the appropriate amount of indentation given the current depth and
596 dt_format_member(const char *name, ctf_id_t id, ulong_t off, int depth, argument
640 dt_print_member(const char *name, ctf_id_t id, ulong_t off, int depth, argument
[all...]

Completed in 318 milliseconds

1234567891011>>