Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c482 lpm->tbl24[i].depth <= depth)) { in add_depth_small()
488 .depth = depth, in add_depth_small()
511 lpm->tbl8[j].depth <= depth) { in add_depth_small()
516 .depth = depth, in add_depth_small()
567 .depth = depth, in add_depth_big()
626 .depth = depth, in add_depth_big()
664 lpm->tbl8[i].depth <= depth) { in add_depth_big()
667 .depth = depth, in add_depth_big()
815 lpm->tbl24[i].depth <= depth) { in delete_depth_small()
971 if (lpm->tbl8[i].depth <= depth) in delete_depth_big()
[all …]
H A Drte_lpm6.c220 key->depth = depth;
688 tbl[i].depth <= depth)) { in add_step()
692 .depth = depth, in add_step()
775 .depth = tbl[entry_ind].depth, in add_step()
1033 rule->depth = depth; in fill_rule6()
1191 rule_key.depth = depth;
1196 rule->depth = depth;
1291 .depth = lsp_rule->depth, in remove_tbl()
1379 depth, lsp_rule->depth, in rte_lpm6_delete()
1389 } else if (from->depth == depth) { in rte_lpm6_delete()
[all …]
/freebsd/sys/fs/ext2fs/
H A Dext2_extents.c404 int depth) in ext4_validate_extent_entries() argument
448 int depth) in ext4_ext_check_header() argument
575 int depth, i; in ext4_ext_drop_refs() local
634 i = depth; in ext4_ext_find_extent()
743 int depth; in ext4_ext_blkpref() local
800 depth--; in ext4_ext_next_leaf_block()
807 depth--; in ext4_ext_next_leaf_block()
1211 if (!depth) in ext4_ext_correct_indexes()
1431 if (path[depth].ep_ext == NULL && depth != 0) { in ext4_ext_get_blocks()
1556 int depth; in ext4_ext_rm_leaf() local
[all …]
/freebsd/sys/kern/
H A Dsubr_stack.c71 if (st->depth < STACK_MAX) { in stack_put()
72 st->pcs[st->depth++] = pc; in stack_put()
100 for (i = 0; i < st->depth; i++) { in stack_print()
116 for (i = 0; i < st->depth; i++) { in stack_print_short()
136 for (i = 0; i < st->depth; i++) { in stack_print_ddb()
152 for (i = 0; i < st->depth; i++) { in stack_print_short_ddb()
178 for (i = 0; i < st->depth; i++) { in stack_sbuf_print_flags()
226 u_int depth) in stack_ktr() argument
236 if (depth == 0 || st->depth < depth) in stack_ktr()
237 depth = st->depth; in stack_ktr()
[all …]
/freebsd/contrib/unifdef/tests/
H A Drecursive.experr24 unifdef: process line 1 PLAIN -> OUTSIDE depth 0
26 unifdef: process line 2 PLAIN -> OUTSIDE depth 0
28 unifdef: process line 3 PLAIN -> OUTSIDE depth 0
30 unifdef: process line 4 PLAIN -> OUTSIDE depth 0
32 unifdef: process line 5 PLAIN -> OUTSIDE depth 0
34 unifdef: process line 6 PLAIN -> OUTSIDE depth 0
36 unifdef: process line 7 PLAIN -> OUTSIDE depth 0
53 unifdef: process line 8 IF -> PASS_MIDDLE depth 1
61 unifdef: process line 12 ENDIF -> OUTSIDE depth 0
63 unifdef: process line 13 PLAIN -> OUTSIDE depth 0
[all …]
/freebsd/sys/ddb/
H A Ddb_pprint.c44 u_int depth);
103 if (depth > max_depth) { in db_pprint_struct()
122 db_indent = depth; in db_pprint_struct()
145 db_indent = depth; in db_pprint_struct()
156 db_indent = depth - 1; in db_pprint_struct()
184 db_indent = depth; in db_pprint_arr()
198 db_indent = depth - 1; in db_pprint_arr()
270 if (depth < max_depth) { in db_pprint_ptr()
275 db_indent = depth; in db_pprint_ptr()
300 db_pprint_int(addr, type, depth); in db_pprint_type()
[all …]
/freebsd/contrib/bearssl/T0/
H A DCPU.cs120 internal TValue Peek(int depth) in Peek() argument
122 return stackBuf[stackPtr - depth]; in Peek()
129 internal void Rot(int depth) in Rot() argument
131 TValue v = stackBuf[stackPtr - depth]; in Rot()
132 Array.Copy(stackBuf, stackPtr - (depth - 1), in Rot()
133 stackBuf, stackPtr - depth, depth); in Rot()
141 internal void NRot(int depth) in NRot() argument
144 Array.Copy(stackBuf, stackPtr - depth, in NRot()
145 stackBuf, stackPtr - (depth - 1), depth); in NRot()
146 stackBuf[stackPtr - depth] = v; in NRot()
/freebsd/contrib/libdivsufsort/lib/
H A Dsssort.c143 saidx_t depth) { in ss_compare() argument
146 for(U1 = T + depth + *p1, in ss_compare()
147 U2 = T + depth + *p2, in ss_compare()
312 saidx_t depth) { in ss_mintrosort() argument
328 STACK_POP(first, last, depth, limit); in ss_mintrosort()
332 Td = T + depth; in ss_mintrosort()
347 STACK_PUSH(a, last, depth, -1); in ss_mintrosort()
437 depth += 1; in ss_mintrosort()
504 saidx_t depth) { in ss_inplacemerge() argument
613 r = ss_compare(T, p1, p2, depth); in ss_mergebackward()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dxilinx,can.yaml37 tx-fifo-depth:
41 rx-fifo-depth:
74 - tx-fifo-depth
75 - rx-fifo-depth
91 - tx-fifo-depth
92 - rx-fifo-depth
110 - rx-fifo-depth
123 tx-fifo-depth = <0x40>;
124 rx-fifo-depth = <0x40>;
135 tx-fifo-depth = <0x40>;
[all …]
H A Dxilinx_can.txt19 - tx-fifo-depth : Can Tx fifo depth (Zynq, Axi CAN).
20 - rx-fifo-depth : Can Rx fifo depth (Zynq, Axi CAN, CAN FD in
37 tx-fifo-depth = <0x40>;
38 rx-fifo-depth = <0x40>;
48 tx-fifo-depth = <0x40>;
49 rx-fifo-depth = <0x40>;
60 rx-fifo-depth = <0x20>;
/freebsd/sys/contrib/libfdt/
H A Dfdt.c184 if (depth) in fdt_next_node()
185 (*depth)++; in fdt_next_node()
189 if (depth && ((--(*depth)) < 0)) in fdt_next_node()
195 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node()
207 int depth = 0; in fdt_first_subnode() local
209 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode()
210 if (offset < 0 || depth != 1) in fdt_first_subnode()
218 int depth = 1; in fdt_next_subnode() local
225 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode()
226 if (offset < 0 || depth < 1) in fdt_next_subnode()
[all …]
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c135 child(ss, depth); in child_fork()
186 child(struct shared_state *ss, int depth) in child() argument
190 if (depth < 1 || depth >= DEPTH) in child()
191 child_errx("Bad depth %d", depth); in child()
194 switch (depth) { in child()
226 child_fork(ss, depth + 1); in child()
229 child_verify(ss, depth, mypid, mypid); in child()
255 pid = child_fork(ss, depth + 1); in child()
269 child_verify(ss, depth, pid, oldval); in child()
304 child_errx("Bad depth %d", depth); in child()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh88 typeset -i depth=0
91 while (( depth < MAXDEPTH )); do
92 mtpt=$mtpt/$depth
93 (( depth = depth + 1))
113 while [[ $depth -gt 0 ]] ; do
114 (( depth == MAXDEPTH )) && \
138 (( depth == MAXDEPTH )) && \
142 (( depth = depth - 1 ))
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh91 typeset -i depth=0
94 while (( depth < MAXDEPTH )); do
95 mtpt=$mtpt/$depth
96 (( depth = depth + 1))
111 (( depth == MAXDEPTH )) && \
124 (( depth == MAXDEPTH )) && \
128 (( depth = depth - 1 ))
/freebsd/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c63 int depth = 0; in dtrace_getpcstack() local
66 pcstack[depth++] = (pc_t) intrpc; in dtrace_getpcstack()
77 while (depth < pcstack_limit) { in dtrace_getpcstack()
90 pcstack[depth++] = state.registers[PC]; in dtrace_getpcstack()
97 for (; depth < pcstack_limit; depth++) { in dtrace_getpcstack()
98 pcstack[depth] = 0; in dtrace_getpcstack()
137 int depth = 1; in dtrace_getstackdepth() local
148 depth++; in dtrace_getstackdepth()
151 if (depth < aframes) in dtrace_getstackdepth()
154 return depth - aframes; in dtrace_getstackdepth()
/freebsd/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_isa.c64 int depth; in dtrace_getpcstack() local
66 depth = 0; in dtrace_getpcstack()
77 while (depth < pcstack_limit) { in dtrace_getpcstack()
91 pcstack[depth++] = state.pc; in dtrace_getpcstack()
96 for (; depth < pcstack_limit; depth++) { in dtrace_getpcstack()
97 pcstack[depth] = 0; in dtrace_getpcstack()
256 int depth; in dtrace_getstackdepth() local
259 depth = 1; in dtrace_getstackdepth()
269 depth++; in dtrace_getstackdepth()
272 if (depth < aframes) in dtrace_getstackdepth()
[all …]
/freebsd/contrib/llvm-project/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
/freebsd/contrib/bc/src/
H A Ddc_lex.c103 size_t depth, nls, i; in dc_lex_string() local
113 depth = 1; in dc_lex_string()
122 for (i = l->i; (c = l->buf[i]) && depth; ++i) in dc_lex_string()
132 depth += (c == '['); in dc_lex_string()
133 depth -= (c == ']'); in dc_lex_string()
139 if (depth) bc_vec_push(&l->str, &c); in dc_lex_string()
142 if (BC_ERR(c == '\0' && depth)) in dc_lex_string()
155 while (got_more && depth); in dc_lex_string()
158 if (BC_ERR(c == '\0' && depth)) in dc_lex_string()
/freebsd/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_isa.c76 int depth; in dtrace_getpcstack() local
78 depth = 0; in dtrace_getpcstack()
113 pcstack[depth++] = caller; in dtrace_getpcstack()
115 pcstack[depth++] = state.pc; in dtrace_getpcstack()
119 for (; depth < pcstack_limit; depth++) { in dtrace_getpcstack()
120 pcstack[depth] = 0; in dtrace_getpcstack()
292 int depth; in dtrace_getstackdepth() local
295 depth = 1; in dtrace_getstackdepth()
308 depth++; in dtrace_getstackdepth()
311 if (depth < aframes) in dtrace_getstackdepth()
[all …]
/freebsd/contrib/libxo/tests/xo/
H A Dxo_02.sh27 ${XOP} --depth 4 --not-first --wrap d/e/f "$@"
42 ${XOP} --depth 2 'First {:tag} ' value1
43 ${XOP} --depth 2 --continuation 'and then {:tag}\n' value2
52 ${XOP} --depth 1 $NF --open-instance machine
53 ${XOP} --depth 2 "Machine {k:name} has {:memory}\n" $name 55
54 ${XOP} --depth 1 --close-instance machine
/freebsd/contrib/llvm-project/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
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y52 extern int depth;
128 PJDLOG_RASSERT(depth == 0,
149 PJDLOG_RASSERT(depth == 0,
175 PJDLOG_ASSERT(depth == 0);
183 PJDLOG_ASSERT(depth == 0);
220 PJDLOG_ASSERT(depth == 1);
257 PJDLOG_ASSERT(depth == 0);
325 PJDLOG_ASSERT(depth == 1);
407 switch (depth) {
456 switch (depth) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp90 unsigned depth = 0) { in printRegionCluster()
92 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R) in printRegionCluster()
94 O.indent(2 * (depth + 1)) << "label = \"\";\n"; in printRegionCluster()
97 O.indent(2 * (depth + 1)) << "style = filled;\n"; in printRegionCluster()
98 O.indent(2 * (depth + 1)) << "color = " in printRegionCluster()
102 O.indent(2 * (depth + 1)) << "style = solid;\n"; in printRegionCluster()
103 O.indent(2 * (depth + 1)) << "color = " in printRegionCluster()
108 printRegionCluster(*RI, GW, depth + 1); in printRegionCluster()
114 O.indent(2 * (depth + 1)) << "Node" in printRegionCluster()
118 O.indent(2 * depth) << "}\n"; in printRegionCluster()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h860 int depth; variable
1076 int depth;
1105 retval->depth = 0; in allocate()
1145 depth++; in push_back()
1163 depth--; in remove()
1220 kmp_uint32 depth; variable
1266 depth = 1; in init()
1292 depth++; in init()
1306 depth++; in init()
1347 depth++; in resize()
[all …]
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c233 int depth) { in ss_compare() argument
236 for(U1 = T + depth + *p1, in ss_compare()
237 U2 = T + depth + *p2, in ss_compare()
402 int depth) { in ss_mintrosort() argument
422 Td = T + depth; in ss_mintrosort()
527 depth += 1; in ss_mintrosort()
594 int depth) { in ss_inplacemerge() argument
1114 int depth) { in tr_copy() argument
1139 int depth) { in tr_partialcopy() argument
1149 rank = ISA[s + depth]; in tr_partialcopy()
[all …]

12345678910>>...28