Lines Matching defs:shift
17 unsigned char test__rolb(unsigned char value, int shift) { in test__rolb()
24 unsigned short test__rolw(unsigned short value, int shift) { in test__rolw()
31 unsigned int test__rold(unsigned int value, int shift) { in test__rold()
39 unsigned long test__rolq(unsigned long value, int shift) { in test__rolq()
47 unsigned char test__rorb(unsigned char value, int shift) { in test__rorb()
54 unsigned short test__rorw(unsigned short value, int shift) { in test__rorw()
61 unsigned int test__rord(unsigned int value, int shift) { in test__rord()
69 unsigned long test__rorq(unsigned long value, int shift) { in test__rorq()
77 unsigned short test_rotwl(unsigned short value, int shift) { in test_rotwl()
84 unsigned int test_rotl(unsigned int value, int shift) { in test_rotl()
91 unsigned long test_lrotl(unsigned long value, int shift) { in test_lrotl()
103 unsigned short test_rotwr(unsigned short value, int shift) { in test_rotwr()
110 unsigned int test_rotr(unsigned int value, int shift) { in test_rotr()
117 unsigned long test_lrotr(unsigned long value, int shift) { in test_lrotr()