Searched refs:blk_count (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/tools/ |
D | fibmap.c | 21 __u32 blk_count; member 27 printf("%8d %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count); in print_ext() 30 ext->end_blk, ext->blk_count); in print_ext() 138 ext.blk_count = 1; in main() 151 ext.blk_count++; in main() 157 ext.blk_count = 1; in main()
|
/external/opencv/ml/src/ |
D | mlknearest.cpp | 317 int i, count, count_scale, blk_count0, blk_count = 0, buf_sz, k1; in find_nearest() local 376 for( i = 0; i < count; i += blk_count ) in find_nearest() 378 blk_count = MIN( count - i, blk_count0 ); in find_nearest() 380 float* dist = buf + blk_count*k; in find_nearest() 381 Cv32suf* sort_buf = (Cv32suf*)(dist + blk_count*k); in find_nearest() 383 find_neighbors_direct( _samples, k, i, i + blk_count, in find_nearest() 386 float r = write_results( k, k1, i, i + blk_count, neighbor_responses, dist, in find_nearest()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 513 static int check_free_size(int fd, const char *file, ext4_fsblk_t blk_count) in check_free_size() argument 533 if (free_blk_count >= blk_count) in check_free_size() 574 int extents, ext4_fsblk_t blk_count) in file_check() argument 586 ret = check_free_size(fd, file, blk_count); in file_check() 1002 ext4_fsblk_t blk_count = 0; in get_file_blocks() local 1006 blk_count += ext_list_tmp->data.len; in get_file_blocks() 1010 return blk_count; in get_file_blocks() 1098 ext4_fsblk_t blk_count = 0; in file_statistic() local 1198 blk_count = get_file_blocks(logical_list_head); in file_statistic() 1200 best_ext_count = get_best_count(blk_count); in file_statistic() [all …]
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 408 __le16 blk_count; /* Number of orphan inode blocks in CP */ member
|