Home
last modified time | relevance | path

Searched refs:DT_INT_TYPE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_parser.c359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote()
364 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote()
1967 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
1972 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
1977 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
1994 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
1999 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2008 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2017 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2026 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
[all …]
Ddt_impl.h428 #define DT_INT_TYPE(dtp) ((dtp)->dt_ints[0].did_type) macro