Searched refs:DT_DA_LONG (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h58 #define DT_DA_LONG 0x0008 /* long integer or double */ macro
H A Ddt_decl.c49 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) {
55 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG |
68 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) {
273 if (attr == DT_DA_LONG && (ddp->dd_attr & DT_DA_LONG)) {
274 ddp->dd_attr &= ~DT_DA_LONG;
986 if (ddp->dd_attr & DT_DA_LONG)
1015 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG)) == 0))
H A Ddt_grammar.y646 | DT_KEY_LONG { $$ = dt_decl_attr(DT_DA_LONG); }

Completed in 101 milliseconds