Searched refs:ROTL64 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/ |
H A D | shorthash_siphash_ref.h | 9 v1 = ROTL64(v1, 13); \ 11 v0 = ROTL64(v0, 32); \ 13 v3 = ROTL64(v3, 16); \ 16 v3 = ROTL64(v3, 21); \ 19 v1 = ROTL64(v1, 17); \ 21 v2 = ROTL64(v2, 32); \
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ht_hash.h | 58 #define ROTL64(x,y) _rotl64(x,y) macro 79 #define ROTL64(x,y) rotl64(x,y) macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 25 #define ROTL64(X, B) rotl64((X), (B)) macro
|