Home
last modified time | relevance | path

Searched refs:bcount (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libsemanage/src/
Dbooleans_activedb.c96 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/ltp/lib/
Dtst_fill_file.c31 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount) in tst_fill_fd() argument
45 for (i = 0; i < bcount; i++) { in tst_fill_fd()
57 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount) in tst_fill_file() argument
65 if (tst_fill_fd(fd, pattern, bs, bcount)) { in tst_fill_file()
/external/e2fsprogs/lib/ext2fs/
Dblock.c26 e2_blkcnt_t bcount,
30 e2_blkcnt_t bcount; member
79 ctx->bcount += limit; in block_iterate_ind()
98 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) { in block_iterate_ind()
100 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount, in block_iterate_ind()
112 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) { in block_iterate_ind()
116 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount, in block_iterate_ind()
168 ctx->bcount += limit*limit; in block_iterate_dind()
201 ctx->bcount += limit; in block_iterate_dind()
254 ctx->bcount += ((unsigned long long) limit)*limit*limit; in block_iterate_tind()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dno-dup-of-bdnz.ll21 %bcount.1.us = phi i64 [ %.810.us, %BB_4 ], [ 0, %BB_12 ]
22 %0 = add i64 %arg.ssa, %bcount.1.us
32 %1 = add i64 %arg.ssa, %bcount.1.us
38 %.810.us = add nuw nsw i64 %bcount.1.us, 1
/external/toybox/toys/posix/
Dgrep.c94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() argument
103 if (bcount && FLAG(b)) numdash(bcount-1, dash); in outline()
277 long bcount = 1 + offset + (start-line) + (FLAG(o) ? mm->rm_so : 0); in do_grep() local
281 outline(start+mm->rm_so, ':', name, lcount, bcount, in do_grep()
295 outline(FLAG(color) ? 0 : line, ':', name, lcount, bcount, ulen); in do_grep()
/external/ltp/include/
Dtst_fs.h154 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount);
163 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
/external/python/cpython2/Objects/
Dlistobject.c1485 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local
1497 ++bcount; in merge_lo()
1502 if (bcount >= min_gallop) in merge_lo()
1508 bcount = 0; in merge_lo()
1551 bcount = k; in merge_lo()
1566 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1622 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_hi() local
1635 bcount = 0; in merge_hi()
1644 ++bcount; in merge_hi()
1649 if (bcount >= min_gallop) in merge_hi()
[all …]
Dlistsort.txt594 offset equal to the previous value of acount/bcount. Doing so saves about
/external/python/cpython3/Objects/
Dlistobject.c1637 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local
1649 ++bcount; in merge_lo()
1654 if (bcount >= min_gallop) in merge_lo()
1660 bcount = 0; in merge_lo()
1703 bcount = k; in merge_lo()
1718 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo()
1775 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_hi() local
1788 bcount = 0; in merge_hi()
1797 ++bcount; in merge_hi()
1802 if (bcount >= min_gallop) in merge_hi()
[all …]
Dlistsort.txt594 offset equal to the previous value of acount/bcount. Doing so saves about
/external/e2fsprogs/doc/RelNotes/
Dv1.10.txt31 circumstances, file with holes would cause the bcount parameter to the
/external/mksh/src/
Dedit.c4611 unsigned int bcount; in domove() local
4726 bcount = 1; in domove()
4737 bcount++; in domove()
4739 bcount--; in domove()
4740 } while (bcount != 0); in domove()
/external/llvm/test/
Dlit.cfg292 r"\| \bcount\b",
/external/clang/test/
Dlit.cfg320 r"\| \bcount\b",
/external/ltp/doc/
Dtest-writing-guidelines.txt1193 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount);
1202 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);