Home
last modified time | relevance | path

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

12345678910>>...14

/dragonfly/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()
165 …{ .format = DRM_FORMAT_NV12, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
166 …{ .format = DRM_FORMAT_NV21, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
167 …{ .format = DRM_FORMAT_NV16, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
[all …]
/dragonfly/contrib/grep/src/
H A Dkwset.c156 kwset->trie->depth = 0; in kwsalloc()
198 ptrdiff_t depth = 1; in kwsincr() local
223 cur->trie->depth = trie->depth + 1; in kwsincr()
235 while (depth && !links[depth]->balance) in kwsincr()
241 --depth; in kwsincr()
245 if (depth && ((dirs[depth] == L && --links[depth]->balance) in kwsincr()
246 || (dirs[depth] == R && ++links[depth]->balance))) in kwsincr()
490 if (curr->depth - fail->depth < fail->shift) in kwsprep()
491 fail->shift = curr->depth - fail->depth; in kwsprep()
496 if (curr->accepting && fail->maxshift > curr->depth - fail->depth) in kwsprep()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Det-forest.c69 occ->depth = d; in set_depth()
81 occ->depth += d; in set_depth_add()
207 depth += occ->depth; in record_path_before_1()
208 mn = depth; in record_path_before_1()
232 gcc_assert (mn == occ->min + depth - occ->depth); in record_path_before_1()
258 depth += occ->depth; in check_path_after_1()
259 mn = depth; in check_path_after_1()
278 gcc_assert (mn == occ->min + depth - occ->depth); in check_path_after_1()
543 p->depth++; in et_set_father()
689 mn = o2->depth + o1->depth; in et_nca()
[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()
1600 indent, newpos->depth, newpos->depth - 1, newpos->arg); in change_state()
1606 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()
/dragonfly/contrib/gcc-8.0/gcc/
H A Det-forest.c70 occ->depth = d; in set_depth()
82 occ->depth += d; in set_depth_add()
208 depth += occ->depth; in record_path_before_1()
209 mn = depth; in record_path_before_1()
233 gcc_assert (mn == occ->min + depth - occ->depth); in record_path_before_1()
259 depth += occ->depth; in check_path_after_1()
260 mn = depth; in check_path_after_1()
279 gcc_assert (mn == occ->min + depth - occ->depth); in check_path_after_1()
536 p->depth++; in et_set_father()
682 mn = o2->depth + o1->depth; in et_nca()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dthr.c276 mutex->depth = 0; in objc_mutex_allocate()
288 int depth; in objc_mutex_deallocate() local
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()
390 if (mutex->depth > 1) in objc_mutex_unlock()
394 mutex->depth = 0; in objc_mutex_unlock()
477 if (mutex->depth > 1) in objc_condition_wait()
481 mutex->depth = 0; in objc_condition_wait()
[all …]
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_verify.c477 size_t depth; in x509_verify_ctx_add_chain() local
482 if (depth > 0) in x509_verify_ctx_add_chain()
483 depth--; in x509_verify_ctx_add_chain()
523 ctx->error_depth = depth; in x509_verify_ctx_add_chain()
643 ctx->error_depth = depth; in x509_verify_cert_error()
669 if (depth > 0) in x509_verify_build_chains()
670 depth--; in x509_verify_build_chains()
680 ctx->error_depth = depth; in x509_verify_build_chains()
695 ctx->error = (depth == 0) ? in x509_verify_build_chains()
933 size_t depth = 0; in x509_verify_cert_valid() local
[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,
/dragonfly/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()
402 int depth) { in ss_mintrosort() argument
422 Td = T + depth; in ss_mintrosort()
527 depth += 1; in ss_mintrosort()
594 int depth) { in ss_inplacemerge() argument
1114 int depth) { in tr_copy() argument
1139 int depth) { in tr_partialcopy() argument
1149 rank = ISA[s + depth]; in tr_partialcopy()
[all …]
/dragonfly/contrib/ncurses/ncurses/base/
H A Dresizeterm.c175 int depth = 0; in child_depth() local
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()
305 ++depth; in decrease_size()
318 int depth = 0; in increase_size() local
327 ToLines, ToCols, depth)); in increase_size()
[all …]
/dragonfly/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()
/dragonfly/contrib/gdb-7/gdb/
H A Dparse.c734 int depth = 1; in find_template_name_end() local
1162 type_stack.depth = 0; in parse_exp_in_context()
1450 if (slot < type_stack.depth) in insert_into_type_stack()
1454 ++type_stack.depth; in insert_into_type_stack()
1515 if (type_stack.depth) in insert_type_address_space()
1529 if (type_stack.depth) in pop_type()
1537 if (type_stack.depth) in pop_type_int()
1548 gdb_assert (type_stack.depth); in VEC()
1571 to->depth += from->depth; in append_type_stack()
1596 type_stack.depth = 0; in get_type_stack()
[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()
/dragonfly/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()
111 if (cc->depth < 0) in crom_next()
119 cc->depth ++; in crom_next()
137 if (cc->depth > 0) { in crom_next()
138 cc->depth--; in crom_next()
142 cc->depth = -1; in crom_next()
151 while(cc->depth >= 0) { in crom_search_key()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-isakmp.c627 int depth);
1047 depth); in ikev1_sa_print()
2051 depth++; in ikev2_p_print()
2067 depth--; in ikev2_p_print()
2134 depth++; in ikev2_sa_print()
2151 depth--; in ikev2_sa_print()
2657 int depth) in ikev2_e_print()
2790 depth++; in ikev1_sub_print()
2797 depth--; in ikev1_sub_print()
2956 depth++; in ikev2_sub_print()
[all …]
/dragonfly/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()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_dec.c182 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()
967 optional, depth); in asn1_item_d2i()
982 tag_class, optional, depth); in asn1_item_d2i()
1019 int optional, int depth) in asn1_template_stack_of_d2i() argument
1085 0, depth)) { in asn1_template_stack_of_d2i()
1122 int optional, int depth) in asn1_template_noexp_d2i() argument
1143 optional, depth); in asn1_template_noexp_d2i()
1161 int optional, int depth) in asn1_template_d2i() argument
[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()
/dragonfly/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()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_wolfssl.c843 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
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()
1044 err, err_str, depth, buf); in tls_verify_cb()
1053 conn->ca_cert_verify, depth, buf); in tls_verify_cb()
1062 } else if (depth == 0 && altmatch && in tls_verify_cb()
[all …]
/dragonfly/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()
/dragonfly/usr.bin/unifdef/
H A Dunifdef.c631 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()
655 depth += 1; in nest()
661 if (depth == 0) in unnest()
663 depth -= 1; in unnest()
668 ifstate[depth] = is; in state()
766 ifstate_name[ifstate[depth]], depth); in process()
1571 if (depth == 0) in error()
[all …]
/dragonfly/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()
191 if (depth) in print_command_lines()
211 if (depth) in print_command_lines()
218 if (depth) in print_command_lines()
236 if (depth) in print_command_lines()
250 if (depth) in print_command_lines()
302 int *depth = call_depth; in do_restore_user_call_depth() local
304 (*depth)--; in do_restore_user_call_depth()
[all …]

12345678910>>...14