Searched defs:TILEX_LOW_BITS (Results 1 – 3 of 3) sorted by relevance
63 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro100 #define TILEX_LOW_BITS(fx, max) (((unsigned)((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro136 #define TILEX_LOW_BITS(fx, max) tileLowBitsProcX(fx, (max) + 1) macro
238 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro
128 #define TILEX_LOW_BITS(fx, max) (((fx) >> 12) & 0xF) macro142 #define TILEX_LOW_BITS(fx, max) ((((fx) & 0xFFFF) * ((max) + 1) >> 12) & 0xF) macro