Searched refs:rol64 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | siphash.h | 147 (a) += (b), (b) = rol64((b), 13), (b) ^= (a), (a) = rol64((a), 32), \ 148 (c) += (d), (d) = rol64((d), 16), (d) ^= (c), \ 149 (a) += (d), (d) = rol64((d), 21), (d) ^= (a), \ 150 (c) += (b), (b) = rol64((b), 17), (b) ^= (c), (c) = rol64((c), 32))
|
| H A D | bitops.h | 441 rol64(uint64_t word, unsigned int shift) in rol64() function
|