Home | History | Annotate | Download | only in dist

Lines Matching refs:UCHAR_SHIFT

277 #define UCHAR_SHIFT (1)
278 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
285 #define UCHAR_SHIFT (2)
286 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)