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

  /external/ltp/lib/
tst_fill_file.c 31 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount)
53 for (counter = 0; counter < bcount; counter++) {
  /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/ltp/testcases/kernel/fs/ext4-new-features/ext4-uninit-groups/
ext4_uninit_groups_test.sh 50 bcount=`dumpe2fs -h $EXT4_DEV 2> /dev/null | grep 'Free blocks'`
51 bcount=`echo $bcount | awk '{ print $3 }'`
52 dd if=/dev/zero of=mnt_point/tmp_dir bs=$bsize count=$bcount
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-online-defrag/
ext4_online_defrag_test.sh 80 bcount=`dumpe2fs -h $EXT4_DEV | grep 'Free blocks'`
81 bcount=`echo $bcount | awk '{ print $NF }'`
82 bcount=$(( $bcount / 2 - 100 ))
83 dd if=/dev/zero of=$dest bs=$bsize count=$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/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/ltp/include/
tst_fs.h 145 * @bcount: blocks amount
147 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount);
  /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...]
  /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...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 540 rl.bcount = 4; /* Always 4 for us. */
546 rl.bcount = 11; /* Always 11 for us. */
556 rl.bcount = 11; /* Always 11 for us. */
    [all...]
  /external/mksh/src/
edit.c 4611 unsigned int bcount; 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...]

Completed in 546 milliseconds