Searched refs:bcount (Results 1 – 8 of 8) sorted by relevance
/external/selinux/libsemanage/src/ |
D | booleans_activedb.c | 96 unsigned int bcount = 0; in bool_commit_list() local 114 blist[bcount].name = strdup(name); in bool_commit_list() 115 if (blist[bcount].name == NULL) in bool_commit_list() 117 blist[bcount].value = newvalue; in bool_commit_list() 118 bcount++; in bool_commit_list() 122 if (security_set_boolean_list(bcount, blist, 0) < 0) { in bool_commit_list() 127 for (i = 0; i < bcount; i++) in bool_commit_list() 137 for (i = 0; i < bcount; i++) in bool_commit_list()
|
/external/e2fsprogs/lib/ext2fs/ |
D | block.c | 25 e2_blkcnt_t bcount, 29 e2_blkcnt_t bcount; member 78 ctx->bcount += limit; in block_iterate_ind() 97 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) { in block_iterate_ind() 99 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount, in block_iterate_ind() 111 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) { in block_iterate_ind() 115 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount, in block_iterate_ind() 167 ctx->bcount += limit*limit; in block_iterate_dind() 200 ctx->bcount += limit; in block_iterate_dind() 253 ctx->bcount += limit*limit*limit; in block_iterate_tind() [all …]
|
/external/bison/lib/ |
D | lbitset.c | 574 unsigned int bcount; in lbitset_list_reverse() local 607 bcount = BITSET_WORD_BITS - 1; in lbitset_list_reverse() 612 bcount = bitno % BITSET_WORD_BITS; in lbitset_list_reverse() 627 bcount = BITSET_WORD_BITS - 1) in lbitset_list_reverse() 630 srcp[windex - elt->index] << (BITSET_WORD_BITS - 1 - bcount); in lbitset_list_reverse() 632 for (; word; bcount--) in lbitset_list_reverse() 636 list[count++] = boffset + bcount; in lbitset_list_reverse() 639 *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/mksh/src/ |
D | edit.c | 4545 int bcount, i = 0, t; in domove() local 4665 bcount = 1; in domove() 4676 bcount++; in domove() 4678 bcount--; in domove() 4679 } while (bcount != 0); in domove()
|
/external/llvm/test/ |
D | lit.cfg | 260 r"\| \bcount\b",
|
/external/clang/test/ |
D | lit.cfg | 320 r"\| \bcount\b",
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 6986 cirmcustances, file with holes would cause the bcount parameter to the
|