Searched refs:ROTATE64 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dsiphash.c41 #define ROTATE64(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
46 b = ROTATE64(b, s) ^ a; \
47 d = ROTATE64(d, t) ^ c; \
48 a = ROTATE64(a, 32);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dsiphash.c41 #define ROTATE64(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
46 b = ROTATE64(b, s) ^ a; \
47 d = ROTATE64(d, t) ^ c; \
48 a = ROTATE64(a, 32);

Completed in 113 milliseconds