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

/xsrc/external/mit/libXcursor/dist/src/
H A Dxcursorint.h146 #define returnUint(code) return _XcursorReturnUint(code) macro
154 #define returnUint(code) return (code) macro
H A Dfile.c454 returnUint(0);
470 returnUint(bestSize);
571 returnUint(0);
573 returnUint(XCURSOR_IMAGE_HEADER_LEN + (image->width * image->height) * 4);

Completed in 4 milliseconds