Home
last modified time | relevance | path

Searched defs:ROT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dmurmur3.c54 #define ROT(a, b) (((a) << (b)) | ((a) >> (64 - (b)))) macro
H A Daes.c55 # define ROT(x, s) (((x) >> (s)) | ((x) << (32-(s)))) macro
57 # define ROT(x, s) (((x) << (s)) | ((x) >> (32-(s)))) macro
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_pack.c119 #define ROT .rotate = true macro

Completed in 4 milliseconds