Home
last modified time | relevance | path

Searched refs:ROTL (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Devalfunc.c7577 #define ROTL(x, k) ((x << k) | (x >> (32 - k))) macro
7585 result = ROTL(y * 5, 7) * 9; \
7591 w = ROTL(w, 11);
7697 #undef ROTL