Searched refs:rotate_each_word_right25 (Results 1 – 5 of 5) sorted by relevance
58 fwd_unop_x2!(rotate_each_word_right25);261 fwd_unop_x4!(rotate_each_word_right25);
323 fn rotate_each_word_right25(self) -> Self { in rotate_each_word_right25() method358 fn rotate_each_word_right25(self) -> Self { in rotate_each_word_right25() method409 fn rotate_each_word_right25(self) -> Self { in rotate_each_word_right25() method
39 fn rotate_each_word_right25(self) -> Self; in rotate_each_word_right25() method
208 rotr_32!(rotate_each_word_right25, 25);221 rotr_32!(rotate_each_word_right25, 25);265 rotr_64!(rotate_each_word_right25, 25);278 rotr_64!(rotate_each_word_right25, 25);309 rotr_128!(rotate_each_word_right25, 25);1536 rotr_32!(rotate_each_word_right25, 25);
48 x.b = (x.b ^ x.c).rotate_each_word_right25(); in round()