Searched defs:ROTATE (Results 1 – 13 of 13) sorted by relevance
25 #define ROTATE 270 macro
25 #define ROTATE 180 macro
25 #define ROTATE 90 macro
179 IM_USAGE ROTATE; in main() local
1201 #define ROTATE(x, n) ((n) ? (((x) << (n)) | ((x) >> (8 * sizeof(long) - (n)))) : (x)) macro