/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/toybox/toys/posix/ |
D | 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) + in do_grep() local 210 outline(line, ':', name, lcount, bcount, 0); in do_grep() 212 } else outline(start+matches.rm_so, ':', name, lcount, bcount, in do_grep()
|
/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/opencv3/modules/flann/include/opencv2/flann/ |
D | lsh_table.h | 368 size_t bcount = 0; in LshTable() 372 bcount += __builtin_popcountll(mask_block); in LshTable() 374 out << "bit count : " << std::dec << bcount << std::endl; in LshTable()
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 2025 int bcount; in icvCreateTrackbar() local 2061 bcount = (int)SendMessage(window->toolbar.toolbar, TB_BUTTONCOUNT, 0, 0); in icvCreateTrackbar() 2063 if(bcount > 1) in icvCreateTrackbar() 2068 tbs.idCommand = bcount; // Set button id to it's number in icvCreateTrackbar() 2075 bcount = (int)SendMessage(window->toolbar.toolbar, TB_BUTTONCOUNT, 0, 0); in icvCreateTrackbar() 2080 tbs.idCommand = bcount; // Set button id to it's number in icvCreateTrackbar() 2122 trackbar->id = bcount; in icvCreateTrackbar() 2135 (HMENU)(size_t)bcount, hg_hinstance, 0); in icvCreateTrackbar()
|
/external/mksh/src/ |
D | edit.c | 4600 int bcount, i = 0, t; in domove() local 4720 bcount = 1; in domove() 4731 bcount++; in domove() 4733 bcount--; in domove() 4734 } while (bcount != 0); in domove()
|
/external/llvm/test/ |
D | lit.cfg | 288 r"\| \bcount\b",
|
/external/clang/test/ |
D | lit.cfg | 320 r"\| \bcount\b",
|
/external/libgdx/gdx/jni/gdx2d/ |
D | stb_image.h | 4733 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local 4752 bshift = stbi__high_bit(mb)-7; bcount = stbi__bitcount(mb); in stbi__bmp_load() 4773 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mb, bshift, bcount)); in stbi__bmp_load()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 6986 cirmcustances, file with holes would cause the bcount parameter to the
|