/external/valgrind/main/none/tests/x86/ |
bt_everything.c | 145 UInt n, bitoff, op; local 158 bitoff = (random() % 1600) - 800; 162 case 0: c = btsl_mem(block, bitoff); break; 163 case 1: c = btrl_mem(block, bitoff); break; 164 case 2: c = btcl_mem(block, bitoff); break; 165 case 3: c = btl_mem(block, bitoff); break; 168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; 188 bitoff = (random() % 100) - 50; 192 case 0: c = btsl_reg(reg, bitoff, ®); break; 193 case 1: c = btrl_reg(reg, bitoff, ®); break [all...] |
x86locked.c | 561 UInt n, bitoff, op; local 574 bitoff = (random() % 1600) - 800; 578 case 0: c = btsl_mem(block, bitoff); break; 579 case 1: c = btrl_mem(block, bitoff); break; 580 case 2: c = btcl_mem(block, bitoff); break; 581 case 3: c = btl_mem(block, bitoff); break; 585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; 610 bitoff = (random() % 1600) - 800; 614 case 0: c = btsw_mem(block, bitoff); break; 615 case 1: c = btrw_mem(block, bitoff); break [all...] |
/external/valgrind/main/memcheck/tests/amd64/ |
bt_everything.c | 411 Word bitoff; local 421 bitoff = (random() % 1600) - 800; 425 case 0: c = btsl_mem(block, bitoff); break; 426 case 1: c = btrl_mem(block, bitoff); break; 427 case 2: c = btcl_mem(block, bitoff); break; 428 case 3: c = btl_mem(block, bitoff); break; 429 case 4: c = btsq_mem(block, bitoff); break; 430 case 5: c = btrq_mem(block, bitoff); break; 431 case 6: c = btcq_mem(block, bitoff); break; 432 case 7: c = btq_mem(block, bitoff); break [all...] |
/external/bison/lib/ |
abitset.c | 150 bitset_bindex bitoff; local 168 bitoff = windex * BITSET_WORD_BITS; 179 list[count++] = bitoff + bitcnt; 182 *next = n_bits - (bitoff + bitcnt); 188 bitoff -= BITSET_WORD_BITS; 193 *next = n_bits - (bitoff + 1); 208 bitset_bindex bitoff; local 227 bitoff = windex * BITSET_WORD_BITS; 244 bitoff = windex * BITSET_WORD_BITS; 246 for (bitno = bitoff + bitno; word; bitno++ [all...] |
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/ |
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/valgrind/main/none/tests/amd64/ |
amd64locked.c | 654 ULong n, bitoff, op; local 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 [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 820 int bitoff = 0; 828 bitoff += b->field->bits; 831 ++bitoff; 836 instr->operands[n].off1 = bitoff; 838 instr->operands[n].off2 = bitoff; 840 instr->operands[n].off3 = bitoff; [all...] |
i386_parse.c | 2422 int bitoff = 0; local [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |