Searched refs:POW_2_8 (Results 1 – 1 of 1) sorted by relevance
110 #define POW_2_8 256 macro125 ((((unsigned short)val / POW_2_8) % 256) & 0xff) ))129 ((((unsigned int) val / POW_2_8 ) % 256) & 0xff) << 16| \