Searched refs:_wyrot (Results 1 – 1 of 1) sorted by relevance
27 static inline uint64_t _wyrot(uint64_t x) { return (x>>32)|(x<<32); } in _wyrot() function32 *A^=_wyrot(hl)^hh; *B^=_wyrot(lh)^ll; in _wymum()34 *A=_wyrot(hl)^hh; *B=_wyrot(lh)^ll; in _wymum()