Home
last modified time | relevance | path

Searched defs:stbi_lrot (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h665 #define stbi_lrot(x,y) _lrotl(x,y) macro
667 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (-(y) & 31))) macro