Home
last modified time | relevance | path

Searched defs:dtl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h45 struct uni_ie_dtl dtl; member
H A Duni_msg.h109 struct uni_ie_dtl dtl[UNI_NUM_IE_DTL]; member
171 struct uni_ie_dtl dtl[UNI_NUM_IE_DTL]; member
H A Duni_ie.c6571 DEF_IE_PRINT(net, dtl) in DEF_IE_PRINT() argument
6596 DEF_IE_CHECK(net, dtl) in DEF_IE_CHECK() argument
6614 DEF_IE_ENCODE(net, dtl) in DEF_IE_ENCODE() argument
6634 DEF_IE_DECODE(net, dtl) in DEF_IE_DECODE() argument
H A Dunistruct.h1275 } dtl[UNI_DTL_MAXNUM]; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp597 explicit NodeUpdateListener(DAGTypeLegalizer &dtl, in NodeUpdateListener()