Searched defs:BYTE_MASK (Results 1 – 3 of 3) sorted by relevance
76 #define BYTE_MASK ((1U << BITS_PER_BYTE) - 1) macro
174 #define BYTE_MASK 0xff macro
5413 #define BYTE_MASK(access) \ macro