| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_fourcc.c | 41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 47 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 122 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-loop-linear.c | 120 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() 229 if (!lambda_transform_legal_p (trans, depth, dependence_relations)) 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() [all …]
|
| H A D | et-forest.c | 49 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 …]
|
| H A D | lambda-code.c | 174 int depth; in lambda_body_vector_compute_new() local 179 depth = LTM_ROWSIZE (transform); in lambda_body_vector_compute_new() 181 temp = lambda_body_vector_new (depth); in lambda_body_vector_compute_new() 184 lambda_vector_matrix_mult (LBV_COEFFICIENTS (vect), depth, in lambda_body_vector_compute_new() 185 LTM_MATRIX (transform), depth, in lambda_body_vector_compute_new() 203 int depth, int invariants) in lle_equal() argument 213 for (i = 0; i < depth; i++) in lle_equal() 281 int depth, int invariants, char start) in print_lambda_linear_expression() argument 284 print_linear_expression (outfile, LLE_COEFFICIENTS (expr), depth, start); in print_lambda_linear_expression() 298 print_lambda_loop (FILE * outfile, lambda_loop loop, int depth, in print_lambda_loop() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
| H A D | calc.c | 45 int depth = 0; in build_from_tokens() local 58 if (depth < 2) { in build_from_tokens() 63 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok), 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() 78 off = LLVMBuildGEP2(builder, ty, param, &stack[depth - 1], 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() [all …]
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | iomfb.c | 89 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() 131 static u16 dcp_packet_start(struct dcp_channel *ch, u8 depth) in dcp_packet_start() argument 133 if (depth > 0) in dcp_packet_start() 134 return ch->end[depth - 1]; in dcp_packet_start() 140 static u8 dcp_push_depth(u8 *depth) in dcp_push_depth() argument 142 u8 ret = (*depth)++; in dcp_push_depth() 148 static u8 dcp_pop_depth(u8 *depth) in dcp_pop_depth() argument 150 WARN_ON((*depth) == 0); in dcp_pop_depth() [all …]
|
| /openbsd-src/sys/arch/sh/sh/ |
| H A D | db_trace.c | 161 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() 228 printf("depth in db_nextframe() [all...] |
| /openbsd-src/regress/usr.bin/tsort/ |
| H A D | build-tree | 9 $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-src/sys/arch/sparc64/stand/ofwboot/ |
| H A D | diskprobe.c | 127 int node, child, stack[10], depth; in diskprobe() local 133 depth = 0; in diskprobe() 137 node = stack[depth]; in diskprobe() 140 if (--depth < 0) in diskprobe() 143 stack[depth] = OF_peer(stack[depth]); in diskprobe() 158 if (child != 0 && child != -1 && depth < 9) in diskprobe() 159 stack[++depth] = child; in diskprobe() 161 stack[depth] = OF_peer(stack[depth]); in diskprobe()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/ |
| H A D | GlobMapper.pm | 141 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-src/gnu/usr.bin/perl/regen/ |
| H A D | feature.pl | 1072 =item feature_enabled($feature, $depth) 1082 stack, returning a true value if it is. C<$depth> defaults to 1, 1090 =item features_enabled($depth) 1099 stack. C<$depth> defaults to 1, which checks the scope that called 1104 =item feature_bundle($depth) 1107 call stack. C<$depth> defaults to 1, which checks the scope that called 1218 my ($depth) = @_; 1220 $depth //= 1; 1221 my @frame = caller($depth+1) 1241 my ($feature, $depth) [all...] |
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_verify.c | 41 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] = X509_V_OK; in x509_verify_ctx_add_chain() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | HTMLBatch.pm | 226 my $depth = scalar @namelets; 240 ref($page), " render ($depth) $module => $outfile"); 246 $page->batch_mode_page_object_init($self, $module, $infile, $outfile, $depth) 249 $self->batch_mode_page_object_init($page, $module, $infile, $outfile, $depth) 264 $page->batch_mode_page_object_kill($self, $module, $infile, $outfile, $depth) 267 $self->batch_mode_page_object_kill($page, $module, $infile, $outfile, $depth) 458 my($page, $module, $infile, $outfile, $depth) = @_; 465 $page->html_css( $self-> _css_wad_to_markup($depth) ); 466 $page->html_javascript( $self->_javascript_wad_to_markup($depth) ); 468 $self->add_header_backlink($page, $module, $infile, $outfile, $depth); [all...] |
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | feature.pm | 683 =item feature_enabled($feature, $depth) 693 stack, returning a true value if it is. C<$depth> defaults to 1, 701 =item features_enabled($depth) 710 stack. C<$depth> defaults to 1, which checks the scope that called 715 =item feature_bundle($depth) 718 call stack. C<$depth> defaults to 1, which checks the scope that called 829 my ($depth) = @_; 831 $depth //= 1; 832 my @frame = caller($depth+1) 852 my ($feature, $depth) [all...] |
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | gthr-win32.c | 190 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-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | dfsan_origin.h | 74 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-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | check_tests.t | 25 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 D | run_test.t | 31 $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-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genextract.c | 190 int depth = strlen (path); local 224 newpath = (char *) xmalloc (depth + 2); 226 newpath[depth + 1] = 0; 230 newpath[depth] = (code == MATCH_OP_DUP ? '0' : 'a') + i; 240 newpath = (char *) xmalloc (depth + 2); 242 newpath[depth + 1] = 0; 246 newpath[depth] = '0' + i; 256 newpath = (char *) xmalloc (depth + 2); 258 newpath[depth + 1] = 0; 262 newpath[depth] = 'a' + i; [all …]
|
| H A D | genrecog.c | 782 int depth = strlen (position); local 786 if (depth > max_depth) 787 max_depth = depth; 789 subpos = (char *) xmalloc (depth + 2); 791 subpos[depth + 1] = 0; 814 subpos[depth] = (i > 0 ? 'A' + i : 0); 913 subpos[depth] = i + base; 932 subpos[depth] = i + '0'; 1005 subpos[depth] = '0' + i; 1015 subpos[depth] = 'a' + j; [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan_origin.h | 110 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-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 91 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-src/lib/libcurses/base/ |
| H A D | resizeterm.c | 177 int depth = 0; in child_depth() local 188 depth = 1 + child_depth(tst); in child_depth() 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() 299 if (child_depth(win) == depth) { in decrease_size() 307 ++depth; in decrease_size() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | cp-support.c | 111 int depth; in find_last_component() local 126 depth = 1; in find_last_component() 127 while (p > name && depth > 0) 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() [all …]
|
| /openbsd-src/usr.bin/rcs/ |
| H A D | rcsnum.c | 175 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()
|