Home | History | Annotate | Download | only in common

Lines Matching refs:DMS

4452 #define DMS(v,s)        ((lzo_uint) (((v) & (D_MASK >> (s))) << (s)))
4453 #define DM(v) DMS(v,0)