Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h666 #define stbi_lrot(x,y) _lrotl(x,y) macro
668 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (-(y) & 31))) macro
2159 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
2172 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()

Completed in 12 milliseconds