Home
last modified time | relevance | path

Searched defs:cluster_size (Results 1 – 25 of 33) sorted by relevance

12

/external/crosvm/disk/src/qcow/
Dqcow_raw_file.rs16 cluster_size: u64, field
133 pub fn cluster_size(&self) -> u64 { in cluster_size() method
144 let cluster_size = self.cluster_size as usize; in zero_cluster() localVariable
Dmod.rs271 let cluster_size: u32 = 0x01 << cluster_bits; in create_for_size_and_path() localVariable
368 let cluster_size = 0x01u64 << self.cluster_bits; in write_to() localVariable
439 let cluster_size = 0x01u64 << cluster_bits; in from() localVariable
605 let cluster_size = 0x01u64 << qcow.header.cluster_bits; in new_from_header() localVariable
688 let cluster_size = 0x01u64 << self.header.cluster_bits; in first_zero_refcount() localVariable
705 let cluster_size = self.raw_file.cluster_size(); in find_avail_clusters() localVariable
902 let cluster_size = raw_file.cluster_size(); in rebuild_refcounts() localVariable
1089 let cluster_size = self.raw_file.cluster_size(); in file_offset_write() localVariable
1238 let cluster_size = self.raw_file.cluster_size(); in find_allocated_cluster() localVariable
1311 let cluster_size = self.raw_file.cluster_size(); in deallocate_cluster() localVariable
[all …]
Drefcount.rs56 cluster_size: u64, field
/external/mtools/
Dold_dos.c51 unsigned int cluster_size) { in getOldDosByParams()
Dfs.h32 unsigned int cluster_size; member
DfsP.h37 unsigned int cluster_size; member
Dmsdos.h247 #define DISK_SIZE(bits, sec_siz, clusters, n, cluster_size) \ argument
251 #define TOTAL_DISK_SIZE(bits, sec_siz, clusters, n, cluster_size) \ argument
Dmtools.h88 unsigned int cluster_size; member
/external/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp118 unsigned cluster_size = static_cast<Pseudo_reduction_instruction *>(instr)->cluster_size; in setup_reduce_temp() local
Daco_validate.cpp408 … unsigned cluster_size = static_cast<Pseudo_reduction_instruction *>(instr.get())->cluster_size; in validate_ir() local
Daco_lower_to_hw_instr.cpp485 void emit_reduction(lower_context *ctx, aco_opcode op, ReduceOp reduce_op, unsigned cluster_size, P… in emit_reduction()
/external/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c470 unsigned cluster_size = 0; in vtn_handle_subgroup() local
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc49 std::map<int, int> cluster_size; in SummarizeClustering() local
/external/brotli/c/enc/
Dblock_splitter_inc.h203 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, cluster_size_capacity); in FN() local
/external/e2fsprogs/lib/ext2fs/
Dqcow2.h96 __u32 cluster_size; member
/external/fsck_msdos/
Ddir.c224 int rootdir_size, cluster_size; in resetDosDirSection() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h441 unsigned cluster_size, brw_conditional_mod mod) const in emit_scan()
Dbrw_fs_generator.cpp2482 const unsigned cluster_size = src[2].ud; in generate_code() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_fusion.cc296 int cluster_size() const { return pattern_.size(); } in cluster_size() function in mlir::mhlo::__anonbfa6fffa0111::FusionPlanner::Cluster
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc159 int cluster_size() const { return cluster_size_; } in cluster_size() function in tensorflow::__anonc4d28a150111::MarkForCompilationPassImpl::Cluster
/external/e2fsprogs/misc/
Dmke2fs.c1527 int cluster_size = 0; in PRS() local
/external/libwebm/mkvparser/
Dmkvparser.cc1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local
2845 long long cluster_size = -1; in DoParseNext() local
6052 long long cluster_size = -1; in Load() local
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local
2845 long long cluster_size = -1; in DoParseNext() local
6047 long long cluster_size = -1; in Load() local
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local
2845 long long cluster_size = -1; in DoParseNext() local
6047 long long cluster_size = -1; in Load() local
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local
2845 long long cluster_size = -1; in DoParseNext() local
6052 long long cluster_size = -1; in Load() local

12