Searched refs:ConvertTable (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_cursor.c31 static u8 ConvertTable[256]; variable in typeref:typename:u8[256]
90 ConvertTable[i] = ((~i) & 0xAA) | (i & (i >> 1) & 0x55);
191 tmp[i] = ConvertTable[data[i]];

Completed in 2 milliseconds