HomeSort by: relevance | last modified time | path
    Searched refs:DT_DA_SHORT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.h 57 #define DT_DA_SHORT 0x0004 /* short integer value */
dt_decl.c 49 (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 |
984 if (ddp->dd_attr & DT_DA_SHORT)
1015 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG)) == 0))
dt_grammar.y 668 | DT_KEY_SHORT { $$ = dt_decl_attr(DT_DA_SHORT); }

Completed in 18 milliseconds