Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_ht_hash.h57 #define ROTL32(x,y) _rotl(x,y) macro
78 #define ROTL32(x,y) rotl32(x,y) macro
/f-stack/freebsd/crypto/chacha20/
H A Dchacha.c28 #define ROTL32(v, n) \ macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h18 #define ROTL32(X, B) rotl32((X), (B)) macro