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

  /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/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/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/bison/lib/
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);
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/opencv3/modules/flann/include/opencv2/flann/
lsh_table.h 368 size_t bcount = 0;
372 bcount += __builtin_popcountll(mask_block);
374 out << "bit count : " << std::dec << bcount << std::endl;
  /external/opencv3/modules/highgui/src/
window_w32.cpp 2025 int bcount; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 538 rl.bcount = 4; /* Always 4 for us. */
544 rl.bcount = 11; /* Always 11 for us. */
554 rl.bcount = 11; /* Always 11 for us. */
    [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...]

Completed in 698 milliseconds