Searched refs:bcount (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c25 e2_blkcnt_t bcount,
29 e2_blkcnt_t bcount; member in struct:block_context
78 ctx->bcount += limit;
97 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
99 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount,
111 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
115 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount,
167 ctx->bcount += limit*limit;
200 ctx->bcount += limit;
253 ctx->bcount
[all...]
/external/bison/lib/
H A Dlbitset.c574 unsigned int bcount; local
607 bcount = BITSET_WORD_BITS - 1;
612 bcount = bitno % BITSET_WORD_BITS;
627 bcount = BITSET_WORD_BITS - 1)
630 srcp[windex - elt->index] << (BITSET_WORD_BITS - 1 - bcount);
632 for (; word; bcount--)
636 list[count++] = boffset + bcount;
639 *next = n_bits - (boffset + bcount);
H A Debitset.c572 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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py652 bcount = 1
653 while bcount:
656 bcount -= 1
658 bcount += 1
/external/mksh/src/
H A Dedit.c4551 int bcount, i = 0, t; local
4671 bcount = 1;
4682 bcount++;
4684 bcount--;
4685 } while (bcount != 0);

Completed in 1224 milliseconds