/external/f2fs-tools/tools/ |
fibmap.c | 21 __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/ |
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...] |
/bootable/recovery/update_verifier/ |
update_verifier.cpp | 77 size_t blk_count = 0; local 99 blk_count += (range_end - range_start); 102 SLOGI("Finished reading %zu blocks on %s.\n", blk_count, blk_device.c_str());
|
/external/f2fs-tools/include/ |
f2fs_fs.h | 408 __le16 blk_count; /* Number of orphan inode blocks in CP */ member in struct:f2fs_orphan_block
|