HomeSort by relevance Sort by last modified time
    Searched defs: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/toybox/toys/posix/
grep.c 80 static void outline(char *line, char dash, char *name, long lcount, long bcount,
86 if (bcount && (toys.optflags&FLAG_b)) printf("%ld%c", bcount-1, dash);
214 long bcount = 1 + offset + (start-line) + local
227 outline(line, ':', name, lcount, bcount, -1);
229 } else outline(start+matches.rm_so, ':', name, lcount, bcount,
  /external/e2fsprogs/lib/ext2fs/
block.c 26 e2_blkcnt_t bcount,
30 e2_blkcnt_t bcount; member in struct:block_context
79 ctx->bcount += limit;
98 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
100 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount,
112 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
116 flags = (*ctx->func)(ctx->fs, &blk64, ctx->bcount,
168 ctx->bcount += limit*limit;
201 ctx->bcount += limit;
254 ctx->bcount += limit*limit*limit
    [all...]
  /external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
graph_functions_wrapper.c 130 unsigned long long int bcount = GetCounter(*b); local
131 if (acount < bcount) {
133 } else if (acount > bcount) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 1485 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
1622 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 1485 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
1622 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
mrhoist.c 1117 int bcount=0; local
1139 bcount++;
1143 if (bcount != scount) return 0;
    [all...]
  /external/python/cpython2/Objects/
listobject.c 1488 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
1625 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
    [all...]
  /external/python/cpython3/Objects/
listobject.c 1520 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
1658 Py_ssize_t bcount = 0; \/* # of times B won in a row *\/ local
    [all...]
  /external/mksh/src/
edit.c 4611 unsigned int bcount; local
    [all...]

Completed in 283 milliseconds