Searched defs:blk_count (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/tools/
H A Dfibmap.c21 __u32 blk_count; member in struct:file_ext
27 printf("%8d %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count);
30 ext->end_blk, ext->blk_count);
138 ext.blk_count = 1;
151 ext.blk_count++;
157 ext.blk_count = 1;
/external/opencv/ml/src/
H A Dmlknearest.cpp317 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/
H A De4defrag.c459 * @blk_count: file blocks.
461 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count) argument
481 if (free_blk_count >= blk_count)
519 * @blk_count: file blocks.
522 int extents, ext4_fsblk_t blk_count)
534 ret = check_free_size(fd, file, blk_count);
952 ext4_fsblk_t blk_count = 0; local
956 blk_count += ext_list_tmp->data.len;
960 return blk_count;
1048 ext4_fsblk_t blk_count local
521 file_check(int fd, const struct stat64 *buf, const char *file, int extents, ext4_fsblk_t blk_count) argument
1411 ext4_fsblk_t blk_count = 0; local
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h408 __le16 blk_count; /* Number of orphan inode blocks in CP */ member in struct:f2fs_orphan_block

Completed in 284 milliseconds