Searched defs:stbi_lrot (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ | ||
H A D | stb_image.h | 666 #define stbi_lrot(x,y) _lrotl(x,y) macro 668 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (-(y) & 31))) macro |
Completed in 16 milliseconds