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

/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_cursor.c202 int _width, _fill; local in function:_neoLoadCursorImage
211 _fill = (xoff & 0x38) >> 3;
214 memset(_dest + _width, 0, _fill);
219 memset(_dest + _width, 0, _fill);

Completed in 2 milliseconds