| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_fourcc.c | 51 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 57 if (depth == 8) in drm_mode_legacy_fb_format() 62 switch (depth) { in drm_mode_legacy_fb_format() 75 if (depth == 24) in drm_mode_legacy_fb_format() 80 switch (depth) { in drm_mode_legacy_fb_format() 115 uint32_t bpp, uint32_t depth) in drm_driver_legacy_fb_format() argument 117 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format() 165 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info() 166 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info() 167 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info() [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Tcl/ |
| H A D | tcl_cpudist.d | 54 self->depth++; 55 self->exclude[self->depth] = 0; 56 self->proc[self->depth] = vtimestamp; 60 /self->proc[self->depth]/ 62 this->oncpu_incl = vtimestamp - self->proc[self->depth]; 63 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth]; 64 self->proc[self->depth] = 0; 65 self->exclude[self->depth] = 0; 73 self->depth--; 74 self->exclude[self->depth] += this->oncpu_incl; [all …]
|
| H A D | tcl_calldist.d | 54 self->depth++; 55 self->exclude[self->depth] = 0; 56 self->proc[self->depth] = timestamp; 60 /self->proc[self->depth]/ 62 this->elapsed_incl = timestamp - self->proc[self->depth]; 63 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth]; 64 self->proc[self->depth] = 0; 65 self->exclude[self->depth] = 0; 73 self->depth--; 74 self->exclude[self->depth] += this->elapsed_incl; [all …]
|
| H A D | tcl_cputime.d | 55 self->depth++; 56 self->exclude[self->depth] = 0; 57 self->proc[self->depth] = vtimestamp; 61 /self->proc[self->depth]/ 63 this->oncpu_incl = vtimestamp - self->proc[self->depth]; 64 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth]; 65 self->proc[self->depth] = 0; 66 self->exclude[self->depth] = 0; 75 self->depth--; 76 self->exclude[self->depth] += this->oncpu_incl; [all …]
|
| H A D | tcl_calltime.d | 55 self->depth++; 56 self->exclude[self->depth] = 0; 57 self->proc[self->depth] = timestamp; 61 /self->proc[self->depth]/ 63 this->elapsed_incl = timestamp - self->proc[self->depth]; 64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth]; 65 self->proc[self->depth] = 0; 66 self->exclude[self->depth] = 0; 75 self->depth--; 76 self->exclude[self->depth] += this->elapsed_incl; [all …]
|
| H A D | tcl_insflow.d | 54 self int depth; variable 75 this->delta, "proc", self->depth * 2, "", copyinstr(arg0)); 76 self->depth++; 83 self->depth -= self->depth > 0 ? 1 : 0; 85 this->delta, "proc", self->depth * 2, "", copyinstr(arg0)); 93 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0)); 94 self->depth++; 101 self->depth -= self->depth > 0 ? 1 : 0; 103 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0)); 111 this->delta, "inst", self->depth * 2, "", copyinstr(arg0)); [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | tcl_cpudist.d | 54 self->depth++; 55 self->exclude[self->depth] = 0; 56 self->proc[self->depth] = vtimestamp; 60 /self->proc[self->depth]/ 62 this->oncpu_incl = vtimestamp - self->proc[self->depth]; 63 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth]; 64 self->proc[self->depth] = 0; 65 self->exclude[self->depth] = 0; 73 self->depth--; 74 self->exclude[self->depth] += this->oncpu_incl; [all …]
|
| H A D | tcl_calldist.d | 54 self->depth++; 55 self->exclude[self->depth] = 0; 56 self->proc[self->depth] = timestamp; 60 /self->proc[self->depth]/ 62 this->elapsed_incl = timestamp - self->proc[self->depth]; 63 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth]; 64 self->proc[self->depth] = 0; 65 self->exclude[self->depth] = 0; 73 self->depth--; 74 self->exclude[self->depth] += this->elapsed_incl; [all …]
|
| H A D | sh_pidcolors.d | 58 self int depth; variable 91 self->depth * 2, "", copyinstr(arg1), color_off); 92 self->depth++; 99 self->depth -= self->depth > 0 ? 1 : 0; 102 self->depth * 2, "", copyinstr(arg1), color_off); 111 self->depth * 2, "", copyinstr(arg1), color_off); 112 self->depth++; 119 self->depth -= self->depth > 0 ? 1 : 0; 122 self->depth * 2, "", copyinstr(arg1), color_off); 131 self->depth * 2, "", copyinstr(arg1), color_off); [all …]
|
| H A D | sh_flowinfo.d | 50 self int depth; variable 54 self->depth = 0; 77 self->depth * 2, "", copyinstr(arg1)); 78 self->depth++; 85 self->depth -= self->depth > 0 ? 1 : 0; 87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2, 97 self->depth * 2, "", copyinstr(arg1)); 98 self->depth++; 105 self->depth -= self->depth > 0 ? 1 : 0; 108 self->depth * 2, "", copyinstr(arg1)); [all …]
|
| H A D | tcl_cputime.d | 55 self->depth++; 56 self->exclude[self->depth] = 0; 57 self->proc[self->depth] = vtimestamp; 61 /self->proc[self->depth]/ 63 this->oncpu_incl = vtimestamp - self->proc[self->depth]; 64 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth]; 65 self->proc[self->depth] = 0; 66 self->exclude[self->depth] = 0; 75 self->depth--; 76 self->exclude[self->depth] += this->oncpu_incl; [all …]
|
| H A D | tcl_calltime.d | 55 self->depth++; 56 self->exclude[self->depth] = 0; 57 self->proc[self->depth] = timestamp; 61 /self->proc[self->depth]/ 63 this->elapsed_incl = timestamp - self->proc[self->depth]; 64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth]; 65 self->proc[self->depth] = 0; 66 self->exclude[self->depth] = 0; 75 self->depth--; 76 self->exclude[self->depth] += this->elapsed_incl; [all …]
|
| H A D | tcl_insflow.d | 54 self int depth; variable 75 this->delta, "proc", self->depth * 2, "", copyinstr(arg0)); 76 self->depth++; 83 self->depth -= self->depth > 0 ? 1 : 0; 85 this->delta, "proc", self->depth * 2, "", copyinstr(arg0)); 93 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0)); 94 self->depth++; 101 self->depth -= self->depth > 0 ? 1 : 0; 103 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0)); 111 this->delta, "inst", self->depth * 2, "", copyinstr(arg0)); [all …]
|
| H A D | sh_syscolors.d | 51 self int depth; variable 81 self->depth * 2, "", copyinstr(arg1), color_off); 82 self->depth++; 89 self->depth -= self->depth > 0 ? 1 : 0; 92 self->depth * 2, "", copyinstr(arg1), color_off); 101 self->depth * 2, "", copyinstr(arg1), color_off); 102 self->depth++; 109 self->depth -= self->depth > 0 ? 1 : 0; 112 self->depth * 2, "", copyinstr(arg1), color_off); 121 self->depth * 2, "", copyinstr(arg1), color_off); [all …]
|
| H A D | sh_cpudist.d | 51 self->depth++; 52 self->function[self->depth] = vtimestamp; 53 self->exclude[self->depth] = 0; 57 /self->function[self->depth]/ 59 this->oncpu_incl = vtimestamp - self->function[self->depth]; 60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth]; 61 self->function[self->depth] = 0; 62 self->exclude[self->depth] = 0; 71 self->depth--; 72 self->exclude[self->depth] += this->oncpu_incl; [all …]
|
| H A D | tcl_syscolors.d | 49 self int depth; variable 75 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0), 77 self->depth++; 78 self->depthlast = self->depth; 85 self->depth -= self->depth > 0 ? 1 : 0; 87 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0), 89 self->depthlast = self->depth; 97 pid, this->delta, "cmd", self->depth * 2, "", copyinstr(arg0), 99 self->depth++; 100 self->depthlast = self->depth; [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Shell/ |
| H A D | sh_pidcolors.d | 58 self int depth; variable 91 self->depth * 2, "", copyinstr(arg1), color_off); 92 self->depth++; 99 self->depth -= self->depth > 0 ? 1 : 0; 102 self->depth * 2, "", copyinstr(arg1), color_off); 111 self->depth * 2, "", copyinstr(arg1), color_off); 112 self->depth++; 119 self->depth -= self->depth > 0 ? 1 : 0; 122 self->depth * 2, "", copyinstr(arg1), color_off); 131 self->depth * 2, "", copyinstr(arg1), color_off); [all …]
|
| H A D | sh_flowinfo.d | 50 self int depth; variable 54 self->depth = 0; 77 self->depth * 2, "", copyinstr(arg1)); 78 self->depth++; 85 self->depth -= self->depth > 0 ? 1 : 0; 87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2, 97 self->depth * 2, "", copyinstr(arg1)); 98 self->depth++; 105 self->depth -= self->depth > 0 ? 1 : 0; 108 self->depth * 2, "", copyinstr(arg1)); [all …]
|
| H A D | sh_syscolors.d | 51 self int depth; variable 81 self->depth * 2, "", copyinstr(arg1), color_off); 82 self->depth++; 89 self->depth -= self->depth > 0 ? 1 : 0; 92 self->depth * 2, "", copyinstr(arg1), color_off); 101 self->depth * 2, "", copyinstr(arg1), color_off); 102 self->depth++; 109 self->depth -= self->depth > 0 ? 1 : 0; 112 self->depth * 2, "", copyinstr(arg1), color_off); 121 self->depth * 2, "", copyinstr(arg1), color_off); [all …]
|
| H A D | sh_cpudist.d | 51 self->depth++; 52 self->function[self->depth] = vtimestamp; 53 self->exclude[self->depth] = 0; 57 /self->function[self->depth]/ 59 this->oncpu_incl = vtimestamp - self->function[self->depth]; 60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth]; 61 self->function[self->depth] = 0; 62 self->exclude[self->depth] = 0; 71 self->depth--; 72 self->exclude[self->depth] += this->oncpu_incl; [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | kwset.c | 69 int depth; /* Depth of this node from the root. */ member 114 kwset->trie->depth = 0; in kwsalloc() 133 register int depth; in kwsincr() local 154 depth = 1; in kwsincr() 158 links[depth] = link; in kwsincr() 160 dirs[depth++] = L, link = link->llink; in kwsincr() 162 dirs[depth++] = R, link = link->rlink; in kwsincr() 185 link->trie->depth = trie->depth + 1; in kwsincr() 191 if (dirs[--depth] == L) in kwsincr() 192 links[depth]->llink = link; in kwsincr() [all …]
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | kwset.c | 69 int depth; /* Depth of this node from the root. */ member 114 kwset->trie->depth = 0; in kwsalloc() 133 register int depth; in kwsincr() local 154 depth = 1; in kwsincr() 158 links[depth] = link; in kwsincr() 160 dirs[depth++] = L, link = link->llink; in kwsincr() 162 dirs[depth++] = R, link = link->rlink; in kwsincr() 185 link->trie->depth = trie->depth + 1; in kwsincr() 191 if (dirs[--depth] == L) in kwsincr() 192 links[depth]->llink = link; in kwsincr() [all …]
|
| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | tre-match-approx.c | 60 int depth; member 82 for (i = 0; i <= reach[id].depth; i++) in tre_print_reach() 92 if (i + 1 <= reach[id].depth) in tre_print_reach() 122 if (value > reach->depth) in tre_set_params() 125 for (i = reach->depth + 1; i <= value; i++) in tre_set_params() 129 reach->depth = value; in tre_set_params() 362 reach_next[stateid].depth = 0; in tre_tnfa_run_approx() 390 int depth; in tre_tnfa_run_approx() local 399 depth = reach[id].depth; in tre_tnfa_run_approx() 402 cost = reach[id].costs[depth][TRE_M_COST]; in tre_tnfa_run_approx() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | checker-path.h | 86 location_t loc, tree fndecl, int depth) in checker_event() argument 87 : m_kind (kind), m_loc (loc), m_fndecl (fndecl), m_depth (depth), in checker_event() 133 debug_event (location_t loc, tree fndecl, int depth, in debug_event() argument 135 : checker_event (EK_DEBUG, loc, fndecl, depth), in debug_event() 156 custom_event (location_t loc, tree fndecl, int depth) in custom_event() argument 157 : checker_event (EK_CUSTOM, loc, fndecl, depth) in custom_event() 167 precanned_custom_event (location_t loc, tree fndecl, int depth, in precanned_custom_event() argument 169 : custom_event (loc, fndecl, depth), in precanned_custom_event() 190 statement_event (const gimple *stmt, tree fndecl, int depth, 206 location_t loc, tree fndecl, int depth); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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() 77 off = LLVMBuildGEP(builder, param, &stack[depth - 1], 1, ""); in build_from_tokens() 78 stack[depth - 1] = LLVMBuildLoad(builder, off, ""); in build_from_tokens() 91 if (depth >= MAX_DEPTH) { in build_from_tokens() 96 stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1); in build_from_tokens() [all …]
|