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

  /external/e2fsprogs/lib/ext2fs/
block.c 25 e2_blkcnt_t bcount,
29 e2_blkcnt_t bcount; member in struct:block_context
74 ctx->bcount += limit;
93 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
94 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
105 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
108 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
151 ctx->bcount += limit*limit;
184 ctx->bcount += limit;
230 ctx->bcount += limit*limit*limit
    [all...]
  /external/bison/lib/
lbitset.c 573 unsigned int bcount; local
606 bcount = BITSET_WORD_BITS - 1;
611 bcount = bitno % BITSET_WORD_BITS;
626 bcount = BITSET_WORD_BITS - 1)
629 srcp[windex - elt->index] << (BITSET_WORD_BITS - 1 - bcount);
631 for (; word; bcount--)
635 list[count++] = boffset + bcount;
638 *next = n_bits - (boffset + bcount);
ebitset.c 572 unsigned int bcount; local
603 bcount = bitno % BITSET_WORD_BITS;
620 word = srcp[woffset] << (BITSET_WORD_BITS - 1 - bcount);
622 for (; word; bcount--)
626 list[count++] = boffset + bcount;
629 *next = n_bits - (boffset + bcount);
636 bcount = BITSET_WORD_BITS - 1;
  /external/mksh/src/
edit.c 4432 int bcount, i = 0, t; local
    [all...]

Completed in 415 milliseconds