Searched refs:bitoff (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/memcheck/tests/amd64/ |
D | bt_everything.c | 411 Word bitoff; in main() local 421 bitoff = (random() % 1600) - 800; in main() 425 case 0: c = btsl_mem(block, bitoff); break; in main() 426 case 1: c = btrl_mem(block, bitoff); break; in main() 427 case 2: c = btcl_mem(block, bitoff); break; in main() 428 case 3: c = btl_mem(block, bitoff); break; in main() 429 case 4: c = btsq_mem(block, bitoff); break; in main() 430 case 5: c = btrq_mem(block, bitoff); break; in main() 431 case 6: c = btcq_mem(block, bitoff); break; in main() 432 case 7: c = btq_mem(block, bitoff); break; in main() [all …]
|
/external/valgrind/none/tests/x86/ |
D | bt_everything.c | 145 UInt n, bitoff, op; in main() local 158 bitoff = (random() % 1600) - 800; in main() 162 case 0: c = btsl_mem(block, bitoff); break; in main() 163 case 1: c = btrl_mem(block, bitoff); break; in main() 164 case 2: c = btcl_mem(block, bitoff); break; in main() 165 case 3: c = btl_mem(block, bitoff); break; in main() 168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 188 bitoff = (random() % 100) - 50; in main() 192 case 0: c = btsl_reg(reg, bitoff, ®); break; in main() 193 case 1: c = btrl_reg(reg, bitoff, ®); break; in main() [all …]
|
D | x86locked.c | 561 UInt n, bitoff, op; in do_bt_G_E_tests() local 574 bitoff = (random() % 1600) - 800; in do_bt_G_E_tests() 578 case 0: c = btsl_mem(block, bitoff); break; in do_bt_G_E_tests() 579 case 1: c = btrl_mem(block, bitoff); break; in do_bt_G_E_tests() 580 case 2: c = btcl_mem(block, bitoff); break; in do_bt_G_E_tests() 581 case 3: c = btl_mem(block, bitoff); break; in do_bt_G_E_tests() 585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 610 bitoff = (random() % 1600) - 800; in do_bt_G_E_tests() 614 case 0: c = btsw_mem(block, bitoff); break; in do_bt_G_E_tests() 615 case 1: c = btrw_mem(block, bitoff); break; in do_bt_G_E_tests() [all …]
|
/external/valgrind/none/tests/amd64/ |
D | amd64locked.c | 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() [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/src/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()
|
D | i386_parse.c | 2495 int bitoff = 0; in fillin_arg() local 2503 bitoff += b->field->bits; in fillin_arg() 2506 ++bitoff; in fillin_arg() 2511 instr->operands[n].off1 = bitoff; in fillin_arg() 2513 instr->operands[n].off2 = bitoff; in fillin_arg() 2515 instr->operands[n].off3 = bitoff; in fillin_arg()
|