Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dflybsd-src/sys/dev/drm/
H A Ddrm_fourcc.c46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument
55 if (depth == 15) in drm_mode_legacy_fb_format()
64 if (depth == 24) in drm_mode_legacy_fb_format()
66 else if (depth == 30) in drm_mode_legacy_fb_format()
108 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
109 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
110 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
111 …{ .format = DRM_FORMAT_XRGB4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
112 …{ .format = DRM_FORMAT_XBGR4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
113 …{ .format = DRM_FORMAT_RGBX4444, .depth = 0, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsu… in __drm_format_info()
[all …]
/dflybsd-src/contrib/grep/src/
H A Dkwset.c83 ptrdiff_t depth; /* Depth of this node from the root. */ member
156 kwset->trie->depth = 0; in kwsalloc()
198 ptrdiff_t depth = 1; in kwsincr() local
202 links[depth] = cur; in kwsincr()
204 dirs[depth++] = L, cur = cur->llink; in kwsincr()
206 dirs[depth++] = R, cur = cur->rlink; in kwsincr()
223 cur->trie->depth = trie->depth + 1; in kwsincr()
229 if (dirs[--depth] == L) in kwsincr()
230 links[depth]->llink = cur; in kwsincr()
232 links[depth]->rlink = cur; in kwsincr()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Det-forest.c48 int depth; /* The depth of the node is the sum of depth member
68 occ->min += d - occ->depth; in set_depth()
69 occ->depth = d; in set_depth()
81 occ->depth += d; in set_depth_add()
126 occ->min = mson->min + occ->depth; in et_recomp_min()
131 occ->min = occ->depth; in et_recomp_min()
203 record_path_before_1 (struct et_occ *occ, int depth) in record_path_before_1() argument
207 depth += occ->depth; in record_path_before_1()
208 mn = depth; in record_path_before_1()
212 m = record_path_before_1 (occ->prev, depth); in record_path_before_1()
[all …]
H A Dgenrecog.c105 int depth; member
247 pos->depth = base->depth + 1; in next_position()
260 diff = pos1->depth - pos2->depth; in compare_positions()
264 while (pos1->depth != pos2->depth); in compare_positions()
268 while (pos1->depth != pos2->depth); in compare_positions()
684 if (pos->depth > max_depth) in add_to_sequence()
685 max_depth = pos->depth; in add_to_sequence()
1586 while (oldpos->depth > newpos->depth) in change_state()
1594 printf ("%sx%d = PATTERN (tem);\n", indent, newpos->depth); in change_state()
1600 indent, newpos->depth, newpos->depth - 1, newpos->arg); in change_state()
[all …]
H A Dgraphite-blocking.c182 lst_do_strip_mine_loop (lst_p lst, int depth, int stride) in lst_do_strip_mine_loop() argument
196 res += lst_do_strip_mine_loop (l, depth, stride); in lst_do_strip_mine_loop()
202 pbb_strip_mine_time_depth (pbb, psct_dynamic_dim (pbb, depth), stride); in lst_do_strip_mine_loop()
228 int depth; in lst_do_strip_mine() local
240 depth = lst_depth (lst); in lst_do_strip_mine()
241 if (depth >= 0 in lst_do_strip_mine()
H A Dgcov-dump.c145 print_prefix (const char *filename, unsigned depth, gcov_position_t position) in print_prefix() argument
152 printf ("%.*s", (int) depth, prefix); in print_prefix()
159 unsigned depth = 0; in dump_file() local
238 if (depth && depth < tag_depth) in dump_file()
240 if (!GCOV_TAG_IS_SUBTAG (tags[depth - 1], tag)) in dump_file()
244 depth = tag_depth; in dump_file()
245 tags[depth - 1] = tag; in dump_file()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Det-forest.c49 int depth; /* The depth of the node is the sum of depth member
69 occ->min += d - occ->depth; in set_depth()
70 occ->depth = d; in set_depth()
82 occ->depth += d; in set_depth_add()
127 occ->min = mson->min + occ->depth; in et_recomp_min()
132 occ->min = occ->depth; in et_recomp_min()
204 record_path_before_1 (struct et_occ *occ, int depth) in record_path_before_1() argument
208 depth += occ->depth; in record_path_before_1()
209 mn = depth; in record_path_before_1()
213 m = record_path_before_1 (occ->prev, depth); in record_path_before_1()
[all …]
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dthr.c276 mutex->depth = 0; in objc_mutex_allocate()
288 int depth; in objc_mutex_deallocate() local
295 depth = objc_mutex_lock (mutex); in objc_mutex_deallocate()
305 return depth; in objc_mutex_deallocate()
325 return ++mutex->depth; in objc_mutex_lock()
336 return mutex->depth = 1; in objc_mutex_lock()
355 return ++mutex->depth; in objc_mutex_trylock()
366 return mutex->depth = 1; in objc_mutex_trylock()
390 if (mutex->depth > 1) in objc_mutex_unlock()
391 return --mutex->depth; in objc_mutex_unlock()
[all …]
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_verify.c40 size_t depth, int error, int ok);
385 struct x509_verify_chain *chain, size_t depth) in x509_verify_ctx_validate_legacy_chain() argument
441 X509 *cert = sk_X509_value(ctx->xsc->chain, depth); in x509_verify_ctx_validate_legacy_chain()
477 size_t depth; in x509_verify_ctx_add_chain() local
481 depth = sk_X509_num(chain->certs); in x509_verify_ctx_add_chain()
482 if (depth > 0) in x509_verify_ctx_add_chain()
483 depth--; in x509_verify_ctx_add_chain()
486 return x509_verify_cert_error(ctx, last, depth, in x509_verify_ctx_add_chain()
490 if (chain->cert_errors[depth] == in x509_verify_ctx_add_chain()
492 chain->cert_errors[depth] = X509_V_OK; in x509_verify_ctx_add_chain()
[all …]
H A Dx509_vpm.c183 param->depth = -1; in x509_verify_param_zero()
311 x509_verify_param_copy(depth, -1); in X509_VERIFY_PARAM_inherit()
451 X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) in X509_VERIFY_PARAM_set_depth() argument
453 param->depth = depth; in X509_VERIFY_PARAM_set_depth()
593 return param->depth; in X509_VERIFY_PARAM_get_depth()
615 .depth = 100,
623 .depth = -1,
630 .depth = -1,
637 .depth = -1,
644 .depth = -1,
/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c233 int depth) { in ss_compare() argument
236 for(U1 = T + depth + *p1, in ss_compare()
237 U2 = T + depth + *p2, in ss_compare()
258 int *first, int *last, int depth) { in ss_insertionsort() argument
264 for(t = *i, j = i + 1; 0 < (r = ss_compare(T, PA + t, PA + *j, depth));) { in ss_insertionsort()
382 int *first, int *last, int depth) { in ss_partition() argument
386 for(; (++a < b) && ((PA[*a] + depth) >= (PA[*a + 1] + 1));) { *a = ~*a; } in ss_partition()
387 for(; (a < --b) && ((PA[*b] + depth) < (PA[*b + 1] + 1));) { } in ss_partition()
402 int depth) { in ss_mintrosort() argument
416 if(1 < (last - first)) { ss_insertionsort(T, PA, first, last, depth); } in ss_mintrosort()
[all …]
/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dresizeterm.c175 int depth = 0; in child_depth() local
186 depth = 1 + child_depth(tst); in child_depth()
191 return depth; in child_depth()
200 int depth = 0; in parent_depth() local
205 ++depth; in parent_depth()
209 return depth; in parent_depth()
283 int depth = 0; in decrease_size() local
292 ToLines, ToCols, depth)); in decrease_size()
297 if (child_depth(win) == depth) { in decrease_size()
305 ++depth; in decrease_size()
[all …]
/dflybsd-src/crypto/libressl/crypto/bytestring/
H A Dbs_ber.c47 unsigned int depth) in cbs_find_indefinite() argument
51 if (depth > kMaxDepth) in cbs_find_indefinite()
74 depth + 1)) in cbs_find_indefinite()
121 char looking_for_eoc, unsigned int depth) in cbs_convert_indefinite() argument
123 if (depth > kMaxDepth) in cbs_convert_indefinite()
203 1 /* looking for eoc */, depth + 1)) in cbs_convert_indefinite()
226 0 /* not looking for eoc */, depth + 1)) in cbs_convert_indefinite()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dparse.c734 int depth = 1; in find_template_name_end() local
753 depth++; /* start nested template */ in find_template_name_end()
761 if (--depth == 0) /* also disallow >>, insist on > > */ in find_template_name_end()
1162 type_stack.depth = 0; in parse_exp_in_context()
1423 if (stack->depth + howmuch >= stack->size) in type_stack_reserve()
1450 if (slot < type_stack.depth) in insert_into_type_stack()
1452 (type_stack.depth - slot) * sizeof (union type_stack_elt)); in insert_into_type_stack()
1454 ++type_stack.depth; in insert_into_type_stack()
1475 if (type_stack.depth && (tp == tp_const || tp == tp_volatile)) in insert_type()
1488 type_stack.elements[type_stack.depth++].piece = tp; in push_type()
[all …]
H A Dinline-frame.c212 int depth; in inline_frame_sniffer() local
223 depth = 0; in inline_frame_sniffer()
228 depth++; in inline_frame_sniffer()
238 gdb_assert (depth > 0); in inline_frame_sniffer()
239 depth--; in inline_frame_sniffer()
247 gdb_assert (depth >= state->skipped_frames); in inline_frame_sniffer()
248 depth -= state->skipped_frames; in inline_frame_sniffer()
253 if (depth == 0) in inline_frame_sniffer()
/dflybsd-src/sys/bus/firewire/
H A Dfwcrom.c77 cc->depth = -1; in crom_init_context()
82 cc->depth = -1; in crom_init_context()
88 cc->depth = -1; in crom_init_context()
91 cc->depth = 0; in crom_init_context()
101 ptr = &cc->stack[cc->depth]; in crom_get()
111 if (cc->depth < 0) in crom_next()
115 if (cc->depth >= CROM_MAX_DEPTH) { in crom_next()
119 cc->depth ++; in crom_next()
121 ptr = &cc->stack[cc->depth]; in crom_next()
127 ptr = &cc->stack[cc->depth]; in crom_next()
[all …]
/dflybsd-src/contrib/tcpdump/
H A Dprint-isakmp.c576 uint32_t proto0, int depth)
614 uint32_t proto0, int depth);
627 int depth);
677 uint32_t proto0, int depth) = {
1003 uint32_t proto0, int depth) in ikev1_sa_print() argument
1047 depth); in ikev1_sa_print()
1059 uint32_t proto0 _U_, int depth) in ikev1_p_print() argument
1083 GET_U_1(p->prot_id), depth); in ikev1_p_print()
1223 uint32_t proto, int depth _U_) in ikev1_t_print()
1291 uint32_t proto _U_, int depth _U_) in ikev1_ke_print()
[all …]
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_superg.h63 int depth; /* # items on head */ member
119 if (sg != NULL && sg->ff_stageq[ac].depth) in ieee80211_ff_flush()
133 if (sg->ff_stageq[WME_AC_VO].depth) in ieee80211_ff_age_all()
135 if (sg->ff_stageq[WME_AC_VI].depth) in ieee80211_ff_age_all()
137 if (sg->ff_stageq[WME_AC_BE].depth) in ieee80211_ff_age_all()
139 if (sg->ff_stageq[WME_AC_BK].depth) in ieee80211_ff_age_all()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dtasn_dec.c89 const ASN1_TEMPLATE *at, int optional, int depth);
182 int expected_class, int depth) in asn1_collect() argument
189 if (depth > ASN1_MAX_STRING_NEST) { in asn1_collect()
212 expected_class, depth + 1)) in asn1_collect()
643 int tag_number, int tag_class, int optional, int depth) in asn1_item_d2i_choice() argument
689 ret = asn1_template_d2i(pchptr, cbs, at, 1, depth); in asn1_item_d2i_choice()
737 int tag_number, int tag_class, int optional, int depth) in asn1_item_d2i_sequence() argument
835 seqat, optional_field, depth); in asn1_item_d2i_sequence()
942 int tag_number, int tag_class, int optional, int depth) in asn1_item_d2i() argument
947 if (++depth > ASN1_MAX_CONSTRUCTED_NEST) { in asn1_item_d2i()
[all …]
H A Dasn1_par.c68 int offset, int depth, int indent, int dump);
119 int depth, int indent, int dump) in asn1_parse2() argument
136 if (depth > 128) { in asn1_parse2()
159 depth, (long)hl, len) <= 0) in asn1_parse2()
163 depth, (long)hl) <= 0) in asn1_parse2()
166 if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
181 offset + (p - *pp), depth + 1, in asn1_parse2()
195 offset + (p - *pp), depth + 1, in asn1_parse2()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_wolfssl.c828 WOLFSSL_X509 *err_cert, int err, int depth, in wolfssl_tls_fail_event() argument
843 ev.cert_fail.depth = depth; in wolfssl_tls_fail_event()
853 WOLFSSL_X509 *err_cert, int depth, in wolfssl_tls_cert_event() argument
892 ev.peer_cert.depth = depth; in wolfssl_tls_cert_event()
948 int err, depth; in tls_verify_cb() local
962 depth = wolfSSL_X509_STORE_CTX_get_error_depth(x509_ctx); in tls_verify_cb()
974 if (depth == 0) in tls_verify_cb()
976 else if (depth == 1) in tls_verify_cb()
978 else if (depth == 2) in tls_verify_cb()
989 if (!preverify_ok && depth > 0 && conn->server_cert_only) in tls_verify_cb()
[all …]
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_ctx.c126 unsigned int depth, size; member
176 while (fpidx < stack->depth) { in ctxdbg()
336 st->depth = st->size = 0; in BN_STACK_init()
350 st->depth = 0; in BN_STACK_reset()
357 if (st->depth == st->size) in BN_STACK_push()
366 if (st->depth) in BN_STACK_push()
367 memcpy(newitems, st->indexes, st->depth * in BN_STACK_push()
374 st->indexes[(st->depth)++] = idx; in BN_STACK_push()
381 return st->indexes[--(st->depth)]; in BN_STACK_pop()
/dflybsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c43 options->depth = depths[level]; in lzma_lzma_preset()
48 options->depth = 0; in lzma_lzma_preset()
56 options->depth = 0; in lzma_lzma_preset()
59 options->depth = 512; in lzma_lzma_preset()
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-script.c138 unsigned int depth) in print_command_lines() argument
145 if (depth) in print_command_lines()
146 ui_out_spaces (uiout, 2 * depth); in print_command_lines()
190 print_command_lines (uiout, *list->body_list, depth + 1); in print_command_lines()
191 if (depth) in print_command_lines()
192 ui_out_spaces (uiout, 2 * depth); in print_command_lines()
206 print_command_lines (uiout, list->body_list[0], depth + 1); in print_command_lines()
211 if (depth) in print_command_lines()
212 ui_out_spaces (uiout, 2 * depth); in print_command_lines()
215 print_command_lines (uiout, list->body_list[1], depth + 1); in print_command_lines()
[all …]
/dflybsd-src/usr.bin/unifdef/
H A Dunifdef.c200 static int depth; /* current #if nesting */ variable
631 if (depth == 0) in ignoreoff()
633 ignoring[depth] = ignoring[depth-1]; in ignoreoff()
638 ignoring[depth] = true; in ignoreon()
651 if (depth > MAXDEPTH-1) in nest()
653 if (depth == MAXDEPTH-1) in nest()
655 depth += 1; in nest()
656 stifline[depth] = linenum; in nest()
661 if (depth == 0) in unnest()
663 depth -= 1; in unnest()
[all …]

12345678910>>...14