Searched defs:PACKED_1x32 (Results 1 – 1 of 1) sorted by relevance
60 #define PACKED_1x32(x) {(x) >> 24, ((x) >> 16) & 0xff, ((x) >> 8) & 0xff, (x) & 0xff, … macro65 #define PACKED_1x32(x) {(x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, (x) >> 24, … macro