Searched refs:bcount (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | block.c | 25 e2_blkcnt_t bcount, 29 e2_blkcnt_t bcount; member 53 ctx->bcount += limit; in block_iterate_ind() 72 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) { in block_iterate_ind() 73 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount, in block_iterate_ind() 84 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) { in block_iterate_ind() 87 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount, in block_iterate_ind() 127 ctx->bcount += limit*limit; in block_iterate_dind() 160 ctx->bcount += limit; in block_iterate_dind() 203 ctx->bcount += limit*limit*limit; in block_iterate_tind() [all …]
|
/external/bison/lib/ |
D | lbitset.c | 573 unsigned int bcount; in lbitset_list_reverse() local 606 bcount = BITSET_WORD_BITS - 1; in lbitset_list_reverse() 611 bcount = bitno % BITSET_WORD_BITS; in lbitset_list_reverse() 626 bcount = BITSET_WORD_BITS - 1) in lbitset_list_reverse() 629 srcp[windex - elt->index] << (BITSET_WORD_BITS - 1 - bcount); in lbitset_list_reverse() 631 for (; word; bcount--) in lbitset_list_reverse() 635 list[count++] = boffset + bcount; in lbitset_list_reverse() 638 *next = n_bits - (boffset + bcount); in lbitset_list_reverse()
|
D | ebitset.c | 572 unsigned int bcount; in ebitset_list_reverse() local 603 bcount = bitno % BITSET_WORD_BITS; in ebitset_list_reverse() 620 word = srcp[woffset] << (BITSET_WORD_BITS - 1 - bcount); in ebitset_list_reverse() 622 for (; word; bcount--) in ebitset_list_reverse() 626 list[count++] = boffset + bcount; in ebitset_list_reverse() 629 *next = n_bits - (boffset + bcount); in ebitset_list_reverse() 636 bcount = BITSET_WORD_BITS - 1; in ebitset_list_reverse()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4014 cirmcustances, file with holes would cause the bcount parameter to the
|