Searched refs:bitoff (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/memcheck/tests/amd64/ |
D | bt_everything.c | 423 Word bitoff; in main() local 433 bitoff = (myrandom() % 1600) - 800; in main() 437 case 0: c = btsl_mem(block, bitoff); break; in main() 438 case 1: c = btrl_mem(block, bitoff); break; in main() 439 case 2: c = btcl_mem(block, bitoff); break; in main() 440 case 3: c = btl_mem(block, bitoff); break; in main() 441 case 4: c = btsq_mem(block, bitoff); break; in main() 442 case 5: c = btrq_mem(block, bitoff); break; in main() 443 case 6: c = btcq_mem(block, bitoff); break; in main() 444 case 7: c = btq_mem(block, bitoff); break; in main() [all …]
|
/external/valgrind/none/tests/x86/ |
D | bt_everything.c | 156 UInt n, bitoff, op; in main() local 169 bitoff = (myrandom() % 1600) - 800; in main() 173 case 0: c = btsl_mem(block, bitoff); break; in main() 174 case 1: c = btrl_mem(block, bitoff); break; in main() 175 case 2: c = btcl_mem(block, bitoff); break; in main() 176 case 3: c = btl_mem(block, bitoff); break; in main() 179 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 199 bitoff = (myrandom() % 100) - 50; in main() 203 case 0: c = btsl_reg(reg, bitoff, ®); break; in main() 204 case 1: c = btrl_reg(reg, bitoff, ®); break; in main() [all …]
|
D | x86locked.c | 573 UInt n, bitoff, op; in do_bt_G_E_tests() local 586 bitoff = (myrandom() % 1600) - 800; in do_bt_G_E_tests() 590 case 0: c = btsl_mem(block, bitoff); break; in do_bt_G_E_tests() 591 case 1: c = btrl_mem(block, bitoff); break; in do_bt_G_E_tests() 592 case 2: c = btcl_mem(block, bitoff); break; in do_bt_G_E_tests() 593 case 3: c = btl_mem(block, bitoff); break; in do_bt_G_E_tests() 597 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 622 bitoff = (myrandom() % 1600) - 800; in do_bt_G_E_tests() 626 case 0: c = btsw_mem(block, bitoff); break; in do_bt_G_E_tests() 627 case 1: c = btrw_mem(block, bitoff); break; in do_bt_G_E_tests() [all …]
|
/external/valgrind/none/tests/amd64/ |
D | amd64locked.c | 666 ULong n, bitoff, op; in do_bt_G_E_tests() local 679 bitoff = (myrandom() % 1600) - 800; in do_bt_G_E_tests() 683 case 0: c = btsq_mem(block, bitoff); break; in do_bt_G_E_tests() 684 case 1: c = btrq_mem(block, bitoff); break; in do_bt_G_E_tests() 685 case 2: c = btcq_mem(block, bitoff); break; in do_bt_G_E_tests() 686 case 3: c = btq_mem(block, bitoff); break; in do_bt_G_E_tests() 690 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep; in do_bt_G_E_tests() 715 bitoff = (myrandom() % 1600) - 800; in do_bt_G_E_tests() 719 case 0: c = btsl_mem(block, bitoff); break; in do_bt_G_E_tests() 720 case 1: c = btrl_mem(block, bitoff); break; in do_bt_G_E_tests() [all …]
|
/external/bison/lib/ |
D | abitset.c | 150 bitset_bindex bitoff; in abitset_list_reverse() local 168 bitoff = windex * BITSET_WORD_BITS; in abitset_list_reverse() 179 list[count++] = bitoff + bitcnt; in abitset_list_reverse() 182 *next = n_bits - (bitoff + bitcnt); in abitset_list_reverse() 188 bitoff -= BITSET_WORD_BITS; in abitset_list_reverse() 193 *next = n_bits - (bitoff + 1); in abitset_list_reverse() 208 bitset_bindex bitoff; in abitset_list() local 227 bitoff = windex * BITSET_WORD_BITS; in abitset_list() 244 bitoff = windex * BITSET_WORD_BITS; in abitset_list() 246 for (bitno = bitoff + bitno; word; bitno++) in abitset_list() [all …]
|
D | vbitset.c | 173 bitset_bindex bitoff; local 191 bitoff = windex * BITSET_WORD_BITS; 202 list[count++] = bitoff + bitcnt; 205 *next = n_bits - (bitoff + bitcnt); 211 bitoff -= BITSET_WORD_BITS; 216 *next = n_bits - (bitoff + 1); 234 bitset_bindex bitoff; local 253 bitoff = windex * BITSET_WORD_BITS; 270 bitoff = windex * BITSET_WORD_BITS; 272 for (bitno = bitoff + bitno; word; bitno++) [all …]
|
/external/libgsm/src/ |
D | add.c | 98 static unsigned char const bitoff[ 256 ] = { variable 146 ? -1 + bitoff[ 0xFF & (a >> 24) ] 147 : 7 + bitoff[ 0xFF & (a >> 16) ] ) 149 ? 15 + bitoff[ 0xFF & (a >> 8) ] 150 : 23 + bitoff[ 0xFF & a ] );
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 824 int bitoff = 0; in fillin_arg() local 832 bitoff += b->field->bits; in fillin_arg() 835 ++bitoff; in fillin_arg() 840 instr->operands[n].off1 = bitoff; in fillin_arg() 842 instr->operands[n].off2 = bitoff; in fillin_arg() 844 instr->operands[n].off3 = bitoff; in fillin_arg()
|