HomeSort by relevance Sort by last modified time
    Searched refs:bitoff (Results 1 - 13 of 13) sorted by null

  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 423 Word bitoff; local
433 bitoff = (myrandom() % 1600) - 800;
437 case 0: c = btsl_mem(block, bitoff); break;
438 case 1: c = btrl_mem(block, bitoff); break;
439 case 2: c = btcl_mem(block, bitoff); break;
440 case 3: c = btl_mem(block, bitoff); break;
441 case 4: c = btsq_mem(block, bitoff); break;
442 case 5: c = btrq_mem(block, bitoff); break;
443 case 6: c = btcq_mem(block, bitoff); break;
444 case 7: c = btq_mem(block, bitoff); break
    [all...]
  /external/valgrind/none/tests/x86/
bt_everything.c 156 UInt n, bitoff, op; local
169 bitoff = (myrandom() % 1600) - 800;
173 case 0: c = btsl_mem(block, bitoff); break;
174 case 1: c = btrl_mem(block, bitoff); break;
175 case 2: c = btcl_mem(block, bitoff); break;
176 case 3: c = btl_mem(block, bitoff); break;
179 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
199 bitoff = (myrandom() % 100) - 50;
203 case 0: c = btsl_reg(reg, bitoff, &reg); break;
204 case 1: c = btrl_reg(reg, bitoff, &reg); break
    [all...]
x86locked.c 573 UInt n, bitoff, op; local
586 bitoff = (myrandom() % 1600) - 800;
590 case 0: c = btsl_mem(block, bitoff); break;
591 case 1: c = btrl_mem(block, bitoff); break;
592 case 2: c = btcl_mem(block, bitoff); break;
593 case 3: c = btl_mem(block, bitoff); break;
597 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
622 bitoff = (myrandom() % 1600) - 800;
626 case 0: c = btsw_mem(block, bitoff); break;
627 case 1: c = btrw_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/none/tests/amd64/
amd64locked.c 666 ULong n, bitoff, op; local
679 bitoff = (myrandom() % 1600) - 800;
683 case 0: c = btsq_mem(block, bitoff); break;
684 case 1: c = btrq_mem(block, bitoff); break;
685 case 2: c = btcq_mem(block, bitoff); break;
686 case 3: c = btq_mem(block, bitoff); break;
690 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep;
715 bitoff = (myrandom() % 1600) - 800;
719 case 0: c = btsl_mem(block, bitoff); break;
720 case 1: c = btrl_mem(block, bitoff); break
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 29 uint32_t bitoff; /* bit offset in first valid byte */ member in struct:__anon31059
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c 73 cxt->st = cxt->size = cxt->bitoff=0;
291 cxt->scratch.bitoff = bstream->buf_bitoff;
323 bstream->buf_bitoff = cxt->scratch.bitoff;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 148 int bitoff; /* mostly point to next frame header or PSC */ member in struct:__anon30998
vc1parse.c 466 uint32_t last_bitoff = pInfo->bitoff;
472 pInfo->bitoff = last_bitoff;
  /external/elfutils/libcpu/
i386_parse.y 824 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;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 402 milliseconds