Home
last modified time | relevance | path

Searched defs:ROL64 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dshathree.c126 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro
/sqlite-3.40.0/tool/
H A Dmksourceid.c112 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro