Searched defs:SIP_ROTL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/crypto/siphash/ | ||
H A D | siphash.c | 207 #define SIP_ROTL( global() macro |
/freebsd/contrib/expat/lib/ | ||
H A D | siphash.h | 111 #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro |