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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c303 unsigned char* pntr1 = (unsigned char *)DstS; local in function:RealizeCursorInterleave0
308 a = *pntr1;
310 *pntr1 = ((a & 0xF0) >> 4) | ((a & 0x0F) << 4);
312 pntr1++; pntr2++;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c469 unsigned char *pntr1 = (unsigned char *) DstS; local in function:RealizeCursorInterleave0
475 a = *pntr1;
477 *pntr1 = ((a & 0xF0) >> 4) | ((a & 0x0F) << 4);
479 pntr1++;

Completed in 3 milliseconds