Searched refs:rotate_each_word_right24 (Results 1 – 5 of 5) sorted by relevance
57 fwd_unop_x2!(rotate_each_word_right24);260 fwd_unop_x4!(rotate_each_word_right24);
319 fn rotate_each_word_right24(self) -> Self { in rotate_each_word_right24() method354 fn rotate_each_word_right24(self) -> Self { in rotate_each_word_right24() method405 fn rotate_each_word_right24(self) -> Self { in rotate_each_word_right24() method
38 fn rotate_each_word_right24(self) -> Self; in rotate_each_word_right24() method
204 rotate_each_word_right24,220 rotr_32!(rotate_each_word_right24, 24);261 rotate_each_word_right24,277 rotr_64!(rotate_each_word_right24, 24);308 rotr_128!(rotate_each_word_right24, 24);1532 rotate_each_word_right24,
46 x.d = (x.d ^ x.a).rotate_each_word_right24(); in round()