Home
last modified time | relevance | path

Searched defs:SIP_ROTL (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/hash/
H A Dsiphash.c152 #define SIP_ROTL(x, b) ((x) << (b)) | ( (x) >> (64 - (b))) macro
/openbsd-src/sys/crypto/
H A Dsiphash.c147 #define SIP_ROTL(x, b) ((x) << (b)) | ( (x) >> (64 - (b))) macro
/openbsd-src/lib/libexpat/lib/
H A Dsiphash.h111 #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro