Home | History | Annotate | Download | only in nss

Lines Matching full:rotl64

533 #define ROTL64(x,n) ((x << n) | (x >> (64 - n)))