| /src/external/gpl2/groff/dist/src/utils/addftinfo/ |
| guess.cpp | 28 int &depth = metric->depth; local 34 depth = 0; 42 depth = param.desc_depth; 51 // these have zero height and depth 56 depth = param.desc_depth; 96 depth = param.desc_depth; 100 depth = param.desc_depth; 178 depth = param.body_depth; 182 depth = param.em/4 [all...] |
| guess.h | 40 int depth; member in struct:char_metric
|
| /src/sys/arch/amiga/dev/ |
| viewioctl.h | 49 u_int depth; member in struct:view_size
|
| iteioctl.h | 48 u_int depth; /* depth of ite display */ member in struct:itewinsize
|
| /src/sys/arch/atari/dev/ |
| viewioctl.h | 49 u_int depth; member in struct:view_size
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| vmid.h | 47 enum dcn_hubbub_page_table_depth depth; member in struct:dcn_vmid_page_table_config
|
| /src/sys/external/bsd/libfdt/dist/ |
| fdt_wip.c | 77 int depth = 0; local 79 while ((offset >= 0) && (depth >= 0)) 80 offset = fdt_next_node(fdt, offset, &depth);
|
| fdt.c | 204 int fdt_next_node(const void *fdt, int offset, int *depth) 223 if (depth) 224 (*depth)++; 228 if (depth && ((--(*depth)) < 0)) 234 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) 246 int depth = 0; local 248 offset = fdt_next_node(fdt, offset, &depth); 249 if (offset < 0 || depth != 1) 257 int depth = 1 local [all...] |
| /src/tests/lib/libc/gen/ |
| t_getcwd.c | 79 short depth; local 84 depth = 2; 108 if (ftse->fts_level > depth) {
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| thr.h | 56 volatile int depth; /* # of acquires. */ member in struct:objc_mutex
|
| /src/sys/arch/i386/stand/efiboot/ |
| efipxe.c | 51 int i, depth; local 67 depth = efi_device_path_depth(efi_bootdp, 69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
|
| /src/sys/dev/fdt/ |
| fdt_ddb.c | 135 int depth = 0; local 137 node >= 0 && depth >= 0; 138 node = fdt_next_node(fdt, node, &depth)) { 141 if (depth > FDT_MAX_DEPTH) { 142 pr("max depth exceeded: %d\n", depth); 145 pname[depth] = name; 150 if (depth == 0) 152 for (size_t i = 1; i <= depth; i++) {
|
| fdt_openfirm.c | 41 int off, depth; local 56 depth = 1; 57 for (off = fdt_next_node(fdt_data, off, &depth); 58 off >= 0 && depth >= 0; 59 off = fdt_next_node(fdt_data, off, &depth)) { 60 if (depth == 1) { 72 int off, depth; local 83 depth = 0; 84 for (off = fdt_next_node(fdt_data, off, &depth); 85 off >= 0 && depth > 0 [all...] |
| /src/sys/stand/efiboot/ |
| efipxe.c | 51 int i, depth; local 67 depth = efi_device_path_depth(efi_bootdp, 69 if (efi_device_path_ncmp(efi_bootdp, dp, depth))
|
| efifile.c | 162 int depth; local 164 depth = efi_device_path_count(dp); 165 if (depth == 0) 169 if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)
|
| /src/external/gpl2/dtc/dist/tests/ |
| dtb_reverse.c | 75 int depth = 1; local 82 " depth=%d\n", offset, nextoffset, path, depth); 84 nextoffset = fdt_next_node(in, nextoffset, &depth); 85 } while ((depth >= 0) && (depth != 1)); 87 if (depth == 1) 99 int depth = 0; local 113 offset = fdt_next_node(in, nodeoffset, &depth); 115 if (depth == 1 [all...] |
| supernode_atdepth_offset.c | 22 int depth = 0; local 31 depth++; 37 return depth; 40 static int path_prefix(const char *path, int depth) 48 if (depth == 0) 52 for (i = 0; i < depth; i++) 59 int depth) 66 pathprefixlen = path_prefix(path, depth); 71 verbose_printf("Path %s (%d), depth %d, supernode is %s\n", 72 path, pdepth, depth, superpath) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| htmxlintrin.h | 82 int depth = __builtin_tx_nesting_depth (); local 85 if (depth != 0) 86 return depth; 147 return tdb->format == 1 && tdb->abort_code == 13; /* depth exceeded */
|
| /src/sys/arch/shark/ofw/ |
| chipsfb_ofbus.c | 171 int isconsole, width, height, linebytes, depth; local 198 if (OF_getprop(oba->oba_phandle, "depth", &depth, sizeof(depth)) == 4) { 199 depth = be32toh(depth); 201 depth = 8; 206 linebytes = width * (depth >> 3); 212 prop_dictionary_set_uint32(dict, "depth", depth); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_crtc.h | 67 int depth; member in struct:nouveau_crtc::__anon5240
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_draw.c | 148 /* depth is not actually interesting, we don't mask with it */ 149 int depth = fb->format->cpp[0] * 8; local 211 top, width, height, depth, stride);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| calc.c | 45 int depth = 0; local 58 if (depth < 2) { 63 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok), 64 stack[depth - 1], stack[depth - 2], ""); 65 depth--; 72 if (depth < 1) { 77 off = LLVMBuildGEP(builder, param, &stack[depth - 1], 1, ""); 78 stack[depth - 1] = LLVMBuildLoad(builder, off, ""); 91 if (depth >= MAX_DEPTH) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| et-forest.cc | 49 int depth; /* The depth of the node is the sum of depth member in struct:et_occ 51 int min; /* The minimum value of the depth in the subtree 52 is obtained by adding sum of depth fields 55 depth. */ 61 /* Changes depth of OCC to D. */ 69 occ->min += d - occ->depth; 70 occ->depth = d; 73 /* Adds D to the depth of OCC. * [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| std-dir.cc | 222 fs::recursive_directory_iterator::depth() const function in class:fs::recursive_directory_iterator
|
| /src/sbin/fsck_lfs/ |
| bufcache.c | 145 printf("buffer cache: %d hits %d misses (%2.2f%%); hash width %d, depth %d\n", 197 int hash, depth; local 201 depth = 0; 203 if (++depth > max_depth) 204 max_depth = depth; 205 assert(depth <= nbufs);
|