Searched refs:EVEN_OUT (Results 1 – 7 of 7) sorted by relevance
45 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro
47 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro
42 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro