Searched defs:RANGE (Results 1 – 3 of 3) sorted by relevance
115 #define RANGE(x) ((x) & 0x3) macro
603 #define RANGE(a, b) {(a) * 1e6, (b) * 1e6, 0} macro
451 #define RANGE(reg, a) ((reg)[(a) + 1] - (reg)[(a)] + 1) macro