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

  /external/ltp/testcases/commands/mv/
mv_tests.sh 47 local fcnt=0
56 fcnt=0
57 while [ $fcnt -lt $numfiles ]
59 ROD_SILENT touch $dirname/f.$fcnt
60 fcnt=$(($fcnt+1))
72 local fcnt=0
85 fcnt=0
86 while [ $fcnt -lt $numfiles ]
88 echo "f.$fcnt " 1>>tst_mv.ex
    [all...]
  /external/ltp/testcases/commands/gzip/
gzip_tests.sh 43 local fcnt=0
51 fcnt=0
52 while [ $fcnt -lt $numfiles ]; do
53 ROD_SILENT touch $dirname/f.$fcnt
54 fcnt=$(($fcnt+1))
67 local fcnt=0
78 fcnt=0
79 while [ $fcnt -lt $numfiles ]; do
80 echo "f.$fcnt$ext " 1>> tst_gzip.ex
    [all...]
  /external/ltp/testcases/commands/cp/
cp_tests.sh 44 local fcnt=0
45 while [ $fcnt -lt $filecnt ]; do
46 ROD touch $dirname/file$fcnt
47 fcnt=$((fcnt+1))
  /external/u-boot/arch/arm/include/asm/arch-rockchip/
i2c.h 19 u32 fcnt; member in struct:i2c_regs
  /external/freetype/src/tools/ftrandom/
ftrandom.c 101 static unsigned int fcnt; variable
358 fcnt = 0;
383 if ( fcnt >= max )
394 fontlist[fcnt].name = strdup( buffer );
395 fontlist[fcnt].len = statb.st_size;
397 figurefiletype( &fontlist[fcnt] );
398 fcnt++;
405 if ( fcnt == 0 )
411 fontlist[fcnt].name = NULL;
518 int i = getRandom( 0, (int)( fcnt - 1 ) )
    [all...]
  /external/selinux/libselinux/src/
audit2why.c 73 int fcnt = 0; local
77 return fcnt;
123 foundlist[fcnt] = i;
124 fcnt++;
150 if (fcnt > 0) {
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
153 for (i = 0; i < fcnt; i++) {
160 return fcnt;
  /external/u-boot/drivers/ddr/marvell/a38x/
ddr3_training_bist.c 309 int fcnt = 0, pcnt = 0; local
322 fcnt++;
327 if (fcnt == intrvl->size) {
  /external/u-boot/drivers/i2c/
rk_i2c.c 82 debug("i2c_fcnt: 0x%08x\n", readl(&regs->fcnt));
  /external/f2fs-tools/fsck/
f2fs.h 59 unsigned int fcnt; member in struct:f2fs_nm_info
mount.c     [all...]

Completed in 444 milliseconds