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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h55 #define DT_DA_SIGNED 0x0001 /* signed integer value */ macro
H A Ddt_decl.c56 (DT_DA_SIGNED | DT_DA_UNSIGNED)))) {
62 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) {
980 if (ddp->dd_attr & DT_DA_SIGNED)
H A Ddt_grammar.y649 | DT_KEY_SIGNED { $$ = dt_decl_attr(DT_DA_SIGNED); }

Completed in 100 milliseconds