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

  /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/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, &reg); break;
193 case 1: c = btrl_reg(reg, bitoff, &reg); 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...]
  /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:__anon23750
  /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/valgrind/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/valgrind/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...]
  /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:__anon23689
  /external/elfutils/src/libcpu/
i386_parse.c 2495 int bitoff = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 146 milliseconds