rot               116 Source/wtf/PageAllocator.cpp #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k))))
rot               128 Source/wtf/PageAllocator.cpp #undef rot