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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmurmur3.c52 #define ROT(a, b) ((a << b) | (a >> (64 - b))) macro
H A Daes.c65 # define ROT(x, s) ((x >> s) | (x << (32-s))) macro
67 # define ROT(x, s) ((x << s) | (x >> (32-s))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Daes.c59 # define ROT(x, s) ((x >> s) | (x << (32-s))) macro
61 # define ROT(x, s) ((x << s) | (x >> (32-s))) macro

Completed in 111 milliseconds