Searched refs:DT_DA_LONG (Results 1 – 3 of 3) sorted by relevance
46 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()52 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG | in dt_decl_check()65 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check()270 if ((attr & DT_DA_LONG) && (ddp->dd_attr & DT_DA_LONGLONG)) { in dt_decl_attr()290 if (attr == DT_DA_LONG && (ddp->dd_attr & DT_DA_LONG)) { in dt_decl_attr()291 ddp->dd_attr &= ~DT_DA_LONG; in dt_decl_attr()1002 if (ddp->dd_attr & DT_DA_LONG) in dt_decl_type()1031 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG)) == 0)) in dt_decl_type()
58 #define DT_DA_LONG 0x0008 /* long integer or double */ macro
658 | DT_KEY_LONG { $$ = dt_decl_attr(DT_DA_LONG); }