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/v8/src/
spaces.cc 2124 int bitoff = 0; local
2392 int bitoff = 0; local
    [all...]

Completed in 85 milliseconds