Lines Matching refs:bitoff
654 ULong n, bitoff, op; in do_bt_G_E_tests() local
667 bitoff = (random() % 1600) - 800; in do_bt_G_E_tests()
671 case 0: c = btsq_mem(block, bitoff); break; in do_bt_G_E_tests()
672 case 1: c = btrq_mem(block, bitoff); break; in do_bt_G_E_tests()
673 case 2: c = btcq_mem(block, bitoff); break; in do_bt_G_E_tests()
674 case 3: c = btq_mem(block, bitoff); break; in do_bt_G_E_tests()
678 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep; in do_bt_G_E_tests()
703 bitoff = (random() % 1600) - 800; in do_bt_G_E_tests()
707 case 0: c = btsl_mem(block, bitoff); break; in do_bt_G_E_tests()
708 case 1: c = btrl_mem(block, bitoff); break; in do_bt_G_E_tests()
709 case 2: c = btcl_mem(block, bitoff); break; in do_bt_G_E_tests()
710 case 3: c = btl_mem(block, bitoff); break; in do_bt_G_E_tests()
714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()
739 bitoff = (random() % 1600) - 800; in do_bt_G_E_tests()
743 case 0: c = btsw_mem(block, bitoff); break; in do_bt_G_E_tests()
744 case 1: c = btrw_mem(block, bitoff); break; in do_bt_G_E_tests()
745 case 2: c = btcw_mem(block, bitoff); break; in do_bt_G_E_tests()
746 case 3: c = btw_mem(block, bitoff); break; in do_bt_G_E_tests()
750 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()