Home
last modified time | relevance | path

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

12345678910>>...26

/openbsd/sys/dev/pci/drm/
H A Ddrm_fourcc.c47 if (depth == 1) in drm_mode_legacy_fb_format()
52 if (depth == 2) in drm_mode_legacy_fb_format()
57 if (depth == 4) in drm_mode_legacy_fb_format()
62 if (depth == 8) in drm_mode_legacy_fb_format()
67 switch (depth) { in drm_mode_legacy_fb_format()
80 if (depth == 24) in drm_mode_legacy_fb_format()
85 switch (depth) { in drm_mode_legacy_fb_format()
120 uint32_t bpp, uint32_t depth) in drm_driver_legacy_fb_format() argument
285 { .format = DRM_FORMAT_P210, .depth = 0, in __drm_format_info()
298 { .format = DRM_FORMAT_NV15, .depth = 0, in __drm_format_info()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtree-loop-linear.c120 int dist = DDR_DIST_VECT (ddr, j)[loop->depth - first_loop->depth]; in gather_interchange_stats()
169 unsigned int depth, in try_interchange_loops() argument
195 loop_i->depth < loop_j->depth; in try_interchange_loops()
225 loop_i->depth - first_loop->depth, in try_interchange_loops()
226 loop_j->depth - first_loop->depth); in try_interchange_loops()
231 loop_i->depth - first_loop->depth, in try_interchange_loops()
232 loop_j->depth - first_loop->depth); in try_interchange_loops()
251 unsigned int depth = 0; in linear_transform_loops() local
277 depth = 1; in linear_transform_loops()
286 depth ++; in linear_transform_loops()
[all …]
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()
544 p->depth++; in et_set_father()
681 mn = o2->depth + o1->depth; in et_nca()
[all …]
H A Dlambda-code.c174 int depth; in lambda_body_vector_compute_new() local
787 inverse = lambda_matrix_new (depth, depth); in lambda_compute_target_space()
791 H1 = lambda_matrix_new (depth, depth); in lambda_compute_target_space()
798 target = lambda_matrix_new (depth, depth); in lambda_compute_target_space()
799 lambda_matrix_mult (H1, inverse, target, depth, depth, depth); in lambda_compute_target_space()
845 depth, inverse, depth, in lambda_compute_target_space()
902 depth, inverse, depth, in lambda_compute_target_space()
1060 LTM_MATRIX (trans1), depth, depth, depth); in lambda_loopnest_transform()
1063 H = lambda_trans_matrix_new (depth, depth); in lambda_loopnest_transform()
1064 U = lambda_trans_matrix_new (depth, depth); in lambda_loopnest_transform()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/
H A Dcalc.c45 int depth = 0; in build_from_tokens() local
58 if (depth < 2) { in build_from_tokens()
64 stack[depth - 1], stack[depth - 2], ""); in build_from_tokens()
65 depth--; in build_from_tokens()
72 if (depth < 1) { in build_from_tokens()
79 stack[depth - 1] = LLVMBuildLoad2(builder, ty, off, ""); in build_from_tokens()
92 if (depth >= MAX_DEPTH) { in build_from_tokens()
97 stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1); in build_from_tokens()
103 if (depth < 1) { in build_from_tokens()
108 LLVMBuildRet(builder, stack[depth - 1]); in build_from_tokens()
[all …]
/openbsd/sys/dev/pci/drm/apple/
H A Diomfb.c89 return (ch->depth != 0); in dcp_channel_busy()
100 u8 depth = oob ? dcp->ch_oobcmd.depth : dcp->ch_cmd.depth; in dcp_call_context() local
102 if (depth) in dcp_call_context()
133 if (depth > 0) in dcp_packet_start()
142 u8 ret = (*depth)++; in dcp_push_depth()
150 WARN_ON((*depth) == 0); in dcp_pop_depth()
152 return --(*depth); in dcp_pop_depth()
174 u8 depth = dcp_push_depth(&ch->depth); in dcp_push() local
265 u8 depth; in dcpep_handle_cb() local
281 depth = dcp_push_depth(&ch->depth); in dcpep_handle_cb()
[all …]
/openbsd/sys/arch/sh/sh/
H A Ddb_trace.c161 int depth, prdepth, fpdepth; in db_nextframe() local
163 depth = 0; in db_nextframe()
177 prdepth = depth; in db_nextframe()
178 depth++; in db_nextframe()
182 fpdepth = depth; in db_nextframe()
183 depth++; in db_nextframe()
187 depth++; in db_nextframe()
198 depth += -n/4; in db_nextframe()
213 depth += (r3 / 4); in db_nextframe()
231 *fp = frame[depth - fpdepth - 1]; in db_nextframe()
[all …]
/openbsd/regress/usr.bin/tsort/
H A Dbuild-tree9 $depth=shift;
16 my $depth = shift;
23 build_tree($root.$leaf, $depth-1) if $depth > 0;
28 build_tree('a', $depth) if $depth > 0;
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Ddiskprobe.c126 int node, child, stack[10], depth; in diskprobe() local
132 depth = 0; in diskprobe()
136 node = stack[depth]; in diskprobe()
139 if (--depth < 0) in diskprobe()
142 stack[depth] = OF_peer(stack[depth]); in diskprobe()
157 if (child != 0 && child != -1 && depth < 9) in diskprobe()
158 stack[++depth] = child; in diskprobe()
160 stack[depth] = OF_peer(stack[depth]); in diskprobe()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/
H A DGlobMapper.pm141 my $depth = 0 ;
153 if $depth ;
159 ++ $depth ;
164 if ! $depth ;
166 -- $depth ;
189 if $depth ;
208 my $depth = 0 ;
218 ++ $depth ;
223 if ! $depth ;
225 -- $depth ;
[all …]
/openbsd/gnu/usr.bin/perl/regen/
H A Dfeature.pl1415 =item features_enabled($depth)
1429 =item feature_bundle($depth)
1543 my ($depth) = @_;
1545 $depth //= 1;
1546 my @frame = caller($depth+1)
1566 my ($feature, $depth) = @_;
1568 $depth //= 1;
1569 my @frame = caller($depth+1)
1589 my $depth = shift;
1591 $depth //= 1;
[all …]
/openbsd/lib/libcrypto/x509/
H A Dx509_verify.c41 size_t depth, int error, int ok);
378 struct x509_verify_chain *chain, size_t depth) in x509_verify_ctx_validate_legacy_chain() argument
434 X509 *cert = sk_X509_value(ctx->xsc->chain, depth); in x509_verify_ctx_validate_legacy_chain()
470 size_t depth; in x509_verify_ctx_add_chain() local
474 depth = sk_X509_num(chain->certs); in x509_verify_ctx_add_chain()
475 if (depth > 0) in x509_verify_ctx_add_chain()
476 depth--; in x509_verify_ctx_add_chain()
479 return x509_verify_cert_error(ctx, last, depth, in x509_verify_ctx_add_chain()
483 if (chain->cert_errors[depth] == in x509_verify_ctx_add_chain()
485 chain->cert_errors[depth] in x509_verify_ctx_add_chain()
568 int depth = sk_X509_num(current_chain->certs); x509_verify_consider_candidate() local
632 x509_verify_cert_error(struct x509_verify_ctx * ctx,X509 * cert,size_t depth,int error,int ok) x509_verify_cert_error() argument
651 int i, depth, count, ret, is_root; x509_verify_build_chains() local
922 size_t depth = 0; x509_verify_cert_valid() local
[all...]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm229 my $depth = scalar @namelets;
488 $self->url_up_to_contents($depth),
502 $self->url_up_to_contents($depth),
513 my($self, $depth) = @_;
514 --$depth;
632 my($self, $depth) = @_;
640 --$depth;
641 my $uplink = $depth ? ('../' x $depth) : '';
799 my($self, $depth) = @_;
806 --$depth;
[all …]
/openbsd/gnu/usr.bin/perl/lib/
H A Dfeature.pm1188 my ($depth) = @_;
1190 $depth //= 1;
1191 my @frame = caller($depth+1)
1211 my ($feature, $depth) = @_;
1213 $depth //= 1;
1214 my @frame = caller($depth+1)
1234 my $depth = shift;
1236 $depth //= 1;
1237 my @frame = caller($depth+1)
/openbsd/gnu/gcc/gcc/config/i386/
H A Dgthr-win32.c190 mutex->depth = 0; in __gthr_win32_recursive_mutex_init_function()
201 mutex->depth = 1; in __gthr_win32_recursive_mutex_lock()
207 ++(mutex->depth); in __gthr_win32_recursive_mutex_lock()
211 mutex->depth = 1; in __gthr_win32_recursive_mutex_lock()
230 mutex->depth = 1; in __gthr_win32_recursive_mutex_trylock()
234 ++(mutex->depth); in __gthr_win32_recursive_mutex_trylock()
244 --(mutex->depth); in __gthr_win32_recursive_mutex_unlock()
245 if (mutex->depth == 0) in __gthr_win32_recursive_mutex_unlock()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h74 int depth = prev.isChainedOrigin() ? prev.depth() : -1; in CreateChainedOrigin() local
78 ++depth; in CreateChainedOrigin()
79 if (depth >= flags().origin_history_size || depth > kMaxDepth) in CreateChainedOrigin()
101 return Origin((depth << kDepthShift) | chained_id); in CreateChainedOrigin()
116 int depth() const { in depth() function
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dcheck_tests.t25 depth => 0,
40 depth => 0,
55 depth => 0,
69 depth => 0,
82 depth => 0,
95 depth => 0,
109 depth => 0,
123 depth => 0,
H A Drun_test.t31 $test->is_num($res->{depth}, 0, "run pass depth");
52 $test->is_num($res->{depth}, 0, "run fail depth");
73 $test->is_num($res->{depth}, 0, "skip depth");
94 $test->is_num($res->{depth}, 0, "todo_skip depth");
133 $test->is_num($res_pass->{depth}, 0, "run multi pass depth");
143 $test->is_num($res_pass->{depth}, 0, "run multi fail depth");
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenextract.c190 int depth = strlen (path); local
224 newpath = (char *) xmalloc (depth + 2);
226 newpath[depth + 1] = 0;
242 newpath[depth + 1] = 0;
246 newpath[depth] = '0' + i;
258 newpath[depth + 1] = 0;
262 newpath[depth] = 'a' + i;
276 newpath = (char *) xmalloc (depth + 2);
278 newpath[depth + 1] = 0;
286 newpath[depth] = '0' + i;
[all …]
H A Dgenrecog.c787 max_depth = depth;
1696 int depth; local
1700 for (depth = odepth; strncmp (oldpos, newpos, depth) != 0; --depth)
1737 indent, depth + 1, depth, newpos[depth] - 'a');
1740 indent, depth + 1, depth, newpos[depth]);
1741 ++depth;
1780 int depth;
1896 printf(" if ((int) XWINT (x%d, 0) == XWINT (x%d, 0))\n", depth, depth);
1979 int depth;
2174 int depth;
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_origin.h110 int depth = prev.isChainedOrigin() ? prev.depth() : 0; in CreateChainedOrigin() local
114 if (depth + 1 >= flags()->origin_history_size) { in CreateChainedOrigin()
117 ++depth; in CreateChainedOrigin()
118 CHECK(depth < (1 << kDepthBits)); in CreateChainedOrigin()
137 return Origin((1 << kHeapShift) | (depth << kDepthShift) | chained_id); in CreateChainedOrigin()
157 int depth() const { in depth() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DRegionPrinter.cpp91 unsigned depth = 0) { in printRegionCluster()
93 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R) in printRegionCluster()
95 O.indent(2 * (depth + 1)) << "label = \"\";\n"; in printRegionCluster()
98 O.indent(2 * (depth + 1)) << "style = filled;\n"; in printRegionCluster()
99 O.indent(2 * (depth + 1)) << "color = " in printRegionCluster()
103 O.indent(2 * (depth + 1)) << "style = solid;\n"; in printRegionCluster()
104 O.indent(2 * (depth + 1)) << "color = " in printRegionCluster()
109 printRegionCluster(*RI, GW, depth + 1); in printRegionCluster()
115 O.indent(2 * (depth + 1)) << "Node" in printRegionCluster()
119 O.indent(2 * depth) << "}\n"; in printRegionCluster()
/openbsd/lib/libcurses/base/
H A Dresizeterm.c177 int depth = 0; in child_depth() local
193 return depth; in child_depth()
202 int depth = 0; in parent_depth() local
207 ++depth; in parent_depth()
211 return depth; in parent_depth()
285 int depth = 0; in decrease_size() local
294 ToLines, ToCols, depth)); in decrease_size()
307 ++depth; in decrease_size()
320 int depth = 0; in increase_size() local
329 ToLines, ToCols, depth)); in increase_size()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcp-support.c111 int depth; in find_last_component() local
126 depth = 1; in find_last_component()
130 depth--; in find_last_component()
132 depth++; in find_last_component()
155 int depth = 0; in cp_class_name_from_physname() local
180 int depth = 0; in method_name_from_physname() local
432 int depth; in remove_params() local
443 depth = 1; in remove_params()
448 depth ++; in remove_params()
451 depth --; in remove_params()
[all …]
/openbsd/usr.bin/rcs/
H A Drcsnum.c175 rcsnum_cpy(const RCSNUM *nsrc, RCSNUM *ndst, u_int depth) in rcsnum_cpy() argument
180 if (depth != 0 && len > depth) in rcsnum_cpy()
181 len = depth; in rcsnum_cpy()
200 rcsnum_cmp(const RCSNUM *n1, const RCSNUM *n2, u_int depth) in rcsnum_cmp() argument
207 if (depth != 0 && slen > depth) in rcsnum_cmp()
208 slen = depth; in rcsnum_cmp()
221 if (depth != 0 && slen == depth) in rcsnum_cmp()

12345678910>>...26