Home | History | Annotate | Download | only in main

Lines Matching refs:BITS

48 #define UNPACK(SRC, OFFSET, BITS) (((SRC) >> (OFFSET)) & MAX_UINT(BITS))