Home
last modified time | relevance | path

Searched refs:rol64 (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dprng.c31 static inline uint64_t rol64(uint64_t x, int k) in rol64() function
40 uint64_t const result = rol64(s[1] * 5, 7) * 9; in lws_xos()
49 s[3] = rol64(s[3], 45); in lws_xos()