HomeSort by: relevance | last modified time | path
    Searched defs:depth (Results 1 - 25 of 449) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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/external/gpl3/gdb/dist/gnulib/import/
windows-recmutex.h 36 unsigned long depth; member in struct:__anon18425
alloca.c 89 find_stack_direction (int *addr, int depth)
95 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
103 (b) keep track of stack depth.
118 char *deep; /* For stack depth measure. */
134 auto char probe; /* Probes stack depth: */
135 register char *depth = &probe; local
153 if ((STACK_DIR > 0 && hp->h.deep > depth)
154 || (STACK_DIR < 0 && hp->h.deep < depth))
191 new->h.deep = depth;
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-recmutex.h 36 unsigned long depth; member in struct:__anon21166
  /src/sys/arch/amiga/dev/
viewioctl.h 49 u_int depth; member in struct:view_size
  /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);
  /src/tests/lib/libc/gen/
t_getcwd.c 79 short depth; local
84 depth = 2;
108 if (ftse->fts_level > depth) {
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn1_local.h 31 /* ASN1 depth of field */
32 int depth; member in struct:asn1_sctx_st
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_local.h 29 /* ASN1 depth of field */
30 int depth; member in struct:asn1_sctx_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_local.h 27 /* ASN1 depth of field */
28 int depth; member in struct:asn1_sctx_st
  /src/external/gpl3/gcc/dist/libobjc/objc/
thr.h 56 volatile int depth; /* # of acquires. */ member in struct:objc_mutex
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
thr.h 56 volatile int depth; /* # of acquires. */ member in struct:objc_mutex
  /src/external/mit/expat/dist/examples/
elements.c 81 int depth = 0; local
88 XML_SetUserData(parser, &depth);
outline.c 84 int depth = 0; local
91 XML_SetUserData(parser, &depth);
  /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))
  /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/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/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 */

Completed in 85 milliseconds

1 2 3 4 5 6 7 8 91011>>