Home
last modified time | relevance | path

Searched refs:cblocks (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/fsck/
Dsegment.c614 unsigned int cblocks = 0; in f2fs_build_file() local
655 cblocks += cur_cblk; in f2fs_build_file()
674 node_blk->i.i_compr_blocks = cpu_to_le64(cblocks); in f2fs_build_file()
675 node_blk->i.i_blocks += cpu_to_le64(cblocks); in f2fs_build_file()
681 sbi->total_valid_block_count += cblocks; in f2fs_build_file()
/third_party/ffmpeg/libavcodec/
Dg2meet.c1058 int nblocks, cblocks, bstride; in kempf_decode_tile() local
1122 cblocks = 0; in kempf_decode_tile()
1137 cblocks += coded; in kempf_decode_tile()
1138 if (cblocks > nblocks) in kempf_decode_tile()