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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmurmurhash3.c34 static inline uint32_t rotl32 ( uint32_t x, int8_t r ) function in typeref:typename:uint32_t
44 #define ROTL32(x,y) rotl32(x,y)
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu.c40 #define rotl32(x,r) (((x) << (r)) | ((x) >> (32 - (r)))) macro
85 return rotl32(src1, src2);

Completed in 2 milliseconds