Searched refs:bitoff (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c411 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); brea
[all...]
/external/valgrind/none/tests/x86/
H A Dbt_everything.c145 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, &reg); break;
193 case 1: c = btrl_reg(reg, bitoff,
[all...]
H A Dx86locked.c561 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); brea
[all...]
/external/bison/lib/
H A Dabitset.c150 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
[all...]
H A Dvbitset.c173 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
[all...]
/external/libgsm/src/
H A Dadd.c98 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/none/tests/amd64/
H A Damd64locked.c654 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); brea
[all...]
/external/elfutils/src/libcpu/
H A Di386_parse.y824 int bitoff = 0;
832 bitoff += b->field->bits;
835 ++bitoff;
840 instr->operands[n].off1 = bitoff;
842 instr->operands[n].off2 = bitoff;
844 instr->operands[n].off3 = bitoff;

Completed in 303 milliseconds