HomeSort by relevance Sort by last modified time
    Searched full:bitoff (Results 1 - 3 of 3) 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/v8/src/
spaces.cc 2124 int bitoff = 0; local
2392 int bitoff = 0; local
    [all...]

Completed in 175 milliseconds