/external/selinux/libsemanage/src/ |
booleans_activedb.c | 96 unsigned int bcount = 0; local 114 blist[bcount].name = strdup(name); 115 if (blist[bcount].name == NULL) 117 blist[bcount].value = newvalue; 118 bcount++; 122 if (security_set_boolean_list(bcount, blist, 0) < 0) { 127 for (i = 0; i < bcount; i++) 137 for (i = 0; i < bcount; i++)
|
/external/toybox/toys/posix/ |
grep.c | 70 static void outline(char *line, char dash, char *name, long lcount, long bcount, 76 if (bcount && (toys.optflags&FLAG_b)) printf("%ld%c", bcount-1, dash); 197 long bcount = 1 + offset + (start-line) + local 210 outline(line, ':', name, lcount, bcount, 0); 212 } else outline(start+matches.rm_so, ':', name, lcount, bcount,
|
/external/e2fsprogs/lib/ext2fs/ |
block.c | 25 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 += limit*limit*limit [all...] |
/external/bison/lib/ |
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;
|
lbitset.c | 574 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);
|
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | 2025 int bcount; local [all...] |
/external/mksh/src/ |
edit.c | 4600 int bcount, i = 0, t; local [all...] |
/external/libgdx/gdx/jni/gdx2d/ |
stb_image.h | 4733 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; local [all...] |