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

  /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/elfutils/0.153/libcpu/
i386_parse.y 821 int bitoff = 0;
829 bitoff += b->field->bits;
832 ++bitoff;
837 instr->operands[n].off1 = bitoff;
839 instr->operands[n].off2 = bitoff;
841 instr->operands[n].off3 = bitoff;
    [all...]

Completed in 2051 milliseconds