Searched refs:depth (Results 101 - 125 of 368) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/tws/
H A Dtws_user.c250 index = (sc->aen_q.depth + sc->aen_q.tail - 1) % sc->aen_q.depth;
259 index = (index+1) % sc->aen_q.depth;
273 index = (index+1) % sc->aen_q.depth;
384 tail = (tail+1) % cq->depth;
389 cq->head = (head+1) % cq->depth;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp87 MapIterator(MapEntry entry, size_t depth = 0)
88 : m_entry(std::move(entry)), m_max_depth(depth), m_error(false) {}
89 MapIterator(ValueObjectSP entry, size_t depth = 0)
90 : m_entry(std::move(entry)), m_max_depth(depth), m_error(false) {}
93 MapIterator(ValueObject *entry, size_t depth = 0)
94 : m_entry(entry), m_max_depth(depth), m_error(false) {}
/freebsd-current/sys/contrib/ena-com/
H A Dena_com.h50 #define ADMIN_SQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_aq_entry))
51 #define ADMIN_CQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_acq_entry))
52 #define ADMIN_AENQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_aenq_entry))
/freebsd-current/usr.bin/du/
H A Ddu.c91 int depth; local
108 depth = INT_MAX;
153 depth = atoi(optarg);
154 if (errno == ERANGE || depth < 0) {
235 depth = 0;
280 if (p->fts_level <= depth && threshold <=
516 "[-a | -s | -d depth] [-B blocksize] [-I mask] "
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_vfy.c58 static int check_dane_issuer(X509_STORE_CTX *ctx, int depth);
149 * The error depth is |depth| if >= 0, else it defaults to |ctx->error_depth|.
150 * The error cert is |x| if not NULL, else defaults to the chain cert at depth.
154 static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err) argument
156 if (depth < 0)
157 depth = ctx->error_depth;
159 ctx->error_depth = depth;
160 ctx->current_cert = (x != NULL) ? x : sk_X509_value(ctx->chain, depth);
166 #define CB_FAIL_IF(cond, ctx, cert, depth, er
400 check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, int must_be_ca) argument
1713 ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth) argument
2150 X509_STORE_CTX_set_error_depth(X509_STORE_CTX *ctx, int depth) argument
2492 X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth) argument
2685 dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) argument
2828 check_dane_issuer(X509_STORE_CTX *ctx, int depth) argument
[all...]
H A Dx509_local.h28 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st
41 /* No error callback if depth < 0 */
42 int ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth);
/freebsd-current/sys/x86/iommu/
H A Dintel_drv.c607 dmar_print_path(int busno, int depth, const ACPI_DMAR_PCI_PATH *path) argument
612 for (i = 0; i < depth; i++) {
625 int depth; local
628 for (depth = 1; ; depth++) {
633 return (depth);
639 dmar_dev_path(device_t child, int *busno, void *path1, int depth) argument
647 for (depth--; depth != -1; depth
668 int i, depth; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java363 int depth, len = 40;
374 depth = (int)(f + 0.5);
376 depth = 0;
379 out.printf("|%s%s %-9d\n", ATS.substring(len - depth),
380 SPACES.substring(depth), val);
386 depth = (int)(f + 0.5);
388 out.printf("%s%s| %-9d\n", SPACES.substring(depth),
389 ATS.substring(len - depth), val);
405 depth = (int)(f + 0.5);
408 out.printf("%s%s|%s %-9d\n", spaces.substring(depth),
[all...]
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c100 unsigned int depth; member in struct:bcmsc_softc
167 sc->depth = fb.bpp;
369 + (sc->depth/8) * (col + sc->xmargin);
371 bytes = sc->depth / 8;
375 switch (sc->depth) {
687 fb->fb_depth = sc->depth;
688 if (sc->depth <= 1 || sc->depth > 8)
691 fb->fb_cmsize = 1 << sc->depth;
777 + (sc->depth/
[all...]
/freebsd-current/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h197 saidx_t depth, saidx_t n, saint_t lastsuffix);
200 trsort(saidx_t *ISA, saidx_t *SA, saidx_t n, saidx_t depth);
/freebsd-current/contrib/wpa/src/utils/
H A Djson.c226 unsigned int depth = 0; local
254 depth++;
255 if (depth > JSON_MAX_DEPTH) {
257 "JSON: Max depth exceeded");
277 depth--;
575 static void json_print_token(struct json_token *token, int depth, argument
585 depth, json_type_str(token->type),
591 json_print_token(token->child, depth + 1, buf, buflen);
592 json_print_token(token->sibling, depth, buf, buflen);
/freebsd-current/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c471 panic("Unknown color space depth %d", sc->fb.fb_bpp);
483 pcell_t depth, height, width, stride; local
535 OF_call_method("set-depth", sc->sc_handle, 1, 1, (cell_t)32, &i);
540 OF_getproplen(node, "depth") != sizeof(depth))
544 OF_getencprop(node, "depth", &depth, sizeof(depth));
545 if (depth != 8 && depth !
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp174 unsigned depth = 1; local
177 err = vm_region_recurse_64(mach_task_self(), &address, &size, &depth,
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp111 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; } argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h38 ompt_team_info_t *__ompt_get_teaminfo(int depth, int *size);
44 ompt_task_info_t *__ompt_get_task_info_object(int depth);
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c223 mf->depth, mf->son, \
243 /// \param depth Maximum length of the hash chain
255 uint32_t depth,
266 if (depth-- == 0 || delta >= cyclic_size)
455 uint32_t depth,
470 if (depth-- == 0 || delta >= cyclic_size) {
521 uint32_t depth,
534 if (depth-- == 0 || delta >= cyclic_size) {
576 bt_skip_func(len_limit, pos, cur, cur_match, mf->depth, \
250 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
450 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
516 bt_skip_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size) argument
H A Dlz_encoder.h113 uint32_t depth; member in struct:lzma_mf_s
160 /// Maximum search depth
161 uint32_t depth; member in struct:__anon91
/freebsd-current/sys/dev/drm2/
H A Ddrm_fb_helper.h112 uint32_t depth);
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c51 bsditems[i].depth = 2 * items[i].indentation;
/freebsd-current/contrib/bmake/
H A Dfor.c306 int depth; local
320 depth = 1;
323 depth++;
324 else if (*p == expr_close && --depth == 0)
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dhtmxlintrin.h244 int depth = __builtin_tx_nesting_depth (); local
247 if (depth != 0)
248 return depth;
309 return tdb->format == 1 && tdb->abort_code == 13; /* depth exceeded */
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info.c15 int depth)
19 if (WARN(depth > 2,
34 depth + 1);
12 _iwl_pcie_ctxt_info_dma_alloc_coherent(struct iwl_trans *trans, size_t size, dma_addr_t *phys, int depth) argument
/freebsd-current/sys/contrib/zlib/
H A Dtrees.c494 * Compares to subtrees, using the tree depth as tie breaker when
497 #define smaller(tree, n, m, depth) \
499 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
513 smaller(tree, s->heap[j + 1], s->heap[j], s->depth)) {
517 if (smaller(tree, v, s->heap[j], s->depth)) break;
642 s->depth[n] = 0;
656 s->depth[node] = 0;
680 s->depth[node] = (uch)((s->depth[
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c224 u32 npages = 0, depth, stride, aux_pages = 0; local
240 depth = roundup_pow_of_two(hwq_attr->depth);
252 npages = (depth * stride) / pg_size + aux_pages;
253 if ((depth * stride) % pg_size)
386 hwq->depth = hwq_attr->depth;
387 hwq->max_elements = depth;
442 hwq_attr.depth = 512;
455 hwq_attr.depth
[all...]
/freebsd-current/sys/contrib/libb2/
H A Dblake2b-ref.c97 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth )
99 P->depth = depth;
193 P->depth = 1;
216 P->depth = 1;

Completed in 327 milliseconds

1234567891011>>