Searched defs:BITS_TO_MASK_AT_64 (Results 1 – 2 of 2) sorted by relevance
54 #define BITS_TO_MASK_AT_64(n,b) (BITS_TO_MASK_64(n)<<(b)) macro