Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_ht_hash.h58 #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 Dcommon.h25 #define ROTL64(X, B) rotl64((X), (B)) macro