Searched refs:num_blks (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2freefrag.c | 107 unsigned long long blk, num_blks; in scan_block_bitmap() local 112 num_blks = blocks_count - chunk_start_blk; in scan_block_bitmap() 114 num_blks = info->blks_in_chunk; in scan_block_bitmap() 121 for (blk = 0; blk < num_blks; blk++, chunk_start_blk++) { in scan_block_bitmap()
|
/external/e2fsprogs/debugfs/ |
D | e2freefrag.c | 107 unsigned long long blk, num_blks; in scan_block_bitmap() local 112 num_blks = blocks_count - chunk_start_blk; in scan_block_bitmap() 114 num_blks = info->blks_in_chunk; in scan_block_bitmap() 121 for (blk = 0; blk < num_blks; blk++, chunk_start_blk++) { in scan_block_bitmap()
|
D | recovery.c | 369 int i, num_blks, err; in calc_chksums() local 373 num_blks = count_tags(journal, bh); in calc_chksums() 377 for (i = 0; i < num_blks; i++) { in calc_chksums()
|
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 369 int i, num_blks, err; in calc_chksums() local 373 num_blks = count_tags(journal, bh); in calc_chksums() 377 for (i = 0; i < num_blks; i++) { in calc_chksums()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 251 int num_blks; member 6844 rep->num_blks = blocks; in read_write_thread() 6938 memset(rep->buffp, 0, rep->num_blks * rep->bs); in normal_in_operation() 6942 rep->num_blks * rep->bs, strerror(errno)); in normal_in_operation() 6943 res = rep->num_blks * clp->bs; in normal_in_operation() 6963 rep->num_blks = blocks; in normal_in_operation() 6977 rep->num_blks * clp->bs)) < 0) in normal_out_operation() 6983 rep->num_blks * rep->bs, strerror(errno)); in normal_out_operation() 6984 res = rep->num_blks * clp->bs; in normal_out_operation() 6999 rep->num_blks = blocks; in normal_out_operation() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | link_uniforms.cpp | 460 unsigned num_blks = var->is_in_shader_storage_block() ? in set_and_process() local 466 for (unsigned i = 0; i < num_blks; i++) { in set_and_process() 474 for (unsigned i = 0; i < num_blks; i++) { in set_and_process()
|
D | linker.cpp | 1132 unsigned *num_blks = validate_ssbo ? &prog->data->NumShaderStorageBlocks : in interstage_cross_validate_uniform_blocks() local 1169 int index = link_cross_validate_uniform_block(prog, &blks, num_blks, in interstage_cross_validate_uniform_blocks() 1184 *num_blks = 0; in interstage_cross_validate_uniform_blocks() 1196 for (unsigned j = 0; j < *num_blks; j++) { in interstage_cross_validate_uniform_blocks()
|