Home | History | Annotate | Download | only in amd64

Lines Matching defs:bitoff

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