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

  /external/f2fs-tools/tools/
fibmap.c 20 __u32 blk_count; member in struct:file_ext
26 printf("%8d %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count);
29 ext->end_blk, ext->blk_count);
134 ext.blk_count = 1;
147 ext.blk_count++;
153 ext.blk_count = 1;
  /external/opencv/ml/src/
mlknearest.cpp 317 int i, count, count_scale, blk_count0, blk_count = 0, buf_sz, k1; local
376 for( i = 0; i < count; i += blk_count )
378 blk_count = MIN( count - i, blk_count0 );
380 float* dist = buf + blk_count*k;
381 Cv32suf* sort_buf = (Cv32suf*)(dist + blk_count*k);
383 find_neighbors_direct( _samples, k, i, i + blk_count,
386 float r = write_results( k, k1, i, i + blk_count, neighbor_responses, dist,
  /external/e2fsprogs/misc/
e4defrag.c 511 * @blk_count: file blocks.
513 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count)
533 if (free_blk_count >= blk_count)
571 * @blk_count: file blocks.
574 int extents, ext4_fsblk_t blk_count)
586 ret = check_free_size(fd, file, blk_count);
1002 ext4_fsblk_t blk_count = 0; local
1006 blk_count += ext_list_tmp->data.len;
1010 return blk_count;
1098 ext4_fsblk_t blk_count = 0 local
1461 ext4_fsblk_t blk_count = 0; local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 331 __le16 blk_count; /* Number of orphan inode blocks in CP */ member in struct:f2fs_orphan_block

Completed in 362 milliseconds