LR                 31 libavutil/cast5.c #define LR(x, c) (((x) << (c)) | ((x) >> (32 - (c))))
LR                 26 libavutil/twofish.c #define LR(x, n) ((x) << (n) | (x) >> (32 - (n)))