Home
last modified time | relevance | path

Searched refs:new_depth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h123 void SetCurrentInlinedDepth(uint32_t new_depth);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp219 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() argument
220 m_current_inlined_depth = new_depth; in SetCurrentInlinedDepth()
221 if (new_depth == UINT32_MAX) in SetCurrentInlinedDepth()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c534 uint8_t new_depth, uint32_t next_hop, uint8_t valid) in expand_rule() argument
543 .depth = new_depth, in expand_rule()
558 expand_rule(lpm, tbl8_gindex_next, old_depth, new_depth, in expand_rule()