Searched refs:rotate_each_word_right20 (Results 1 – 5 of 5) sorted by relevance
56 fwd_unop_x2!(rotate_each_word_right20);259 fwd_unop_x4!(rotate_each_word_right20);
315 fn rotate_each_word_right20(self) -> Self { in rotate_each_word_right20() method350 fn rotate_each_word_right20(self) -> Self { in rotate_each_word_right20() method401 fn rotate_each_word_right20(self) -> Self { in rotate_each_word_right20() method
37 fn rotate_each_word_right20(self) -> Self; in rotate_each_word_right20() method
202 rotr_32!(rotate_each_word_right20, 20);219 rotr_32!(rotate_each_word_right20, 20);259 rotr_64!(rotate_each_word_right20, 20);276 rotr_64!(rotate_each_word_right20, 20);307 rotr_128!(rotate_each_word_right20, 20);1530 rotr_32!(rotate_each_word_right20, 20);
44 x.b = (x.b ^ x.c).rotate_each_word_right20(); in round()