Home
last modified time | relevance | path

Searched defs:SHA_ROT (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dsha1.c42 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) macro
/sqlite-3.40.0/tool/
H A Ddbhash.c65 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) macro
H A Dmksourceid.c543 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) macro