Searched defs:DATA_MASK (Results 1 – 3 of 3) sorted by relevance
12 static constexpr auto DATA_MASK = ((1 << 24) - 1); variable
14 static constexpr auto DATA_MASK = ((1 << 24) - 1); variable
15 #define DATA_MASK 0xFFFFF macro