/external/brotli/c/enc/ |
D | cluster_inc.h | 15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1, 32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]); 71 uint32_t* cluster_size, 90 FN(BrotliCompareAndPushToQueue)(out, cluster_size, clusters[idx1], 110 cluster_size[best_idx1] += cluster_size[best_idx2]; 149 FN(BrotliCompareAndPushToQueue)(out, cluster_size, best_idx1, clusters[i], 253 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, in_size); 265 cluster_size[i] = 1; 283 FN(BrotliHistogramCombine)(out, cluster_size, 301 num_clusters = FN(BrotliHistogramCombine)(out, cluster_size, [all …]
|
D | block_splitter_inc.h | 203 uint32_t* cluster_size = BROTLI_ALLOC(m, uint32_t, cluster_size_capacity); in FN() local 259 BROTLI_ENSURE_CAPACITY(m, uint32_t, cluster_size, in FN() 264 cluster_size[cluster_size_size++] = sizes[new_clusters[j]]; in FN() 290 all_histograms, cluster_size, histogram_symbols, clusters, pairs, in FN() 294 BROTLI_FREE(m, cluster_size); in FN()
|
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.c | 127 size = read(fd, *l2_table, img->cluster_size); in qcow2_read_l2_table() 128 if (size != img->cluster_size) in qcow2_read_l2_table() 181 img.cluster_size = 1 << img.cluster_bits; in qcow2_write_raw_image() 187 if (img.l1_offset & (img.cluster_size - 1)) in qcow2_write_raw_image() 191 img.cluster_size; in qcow2_write_raw_image() 195 ret = ext2fs_get_memzero(img.cluster_size, &l2_table); in qcow2_write_raw_image() 245 off_out, copy_buf, img.cluster_size); in qcow2_write_raw_image()
|
D | qcow2.h | 96 __u32 cluster_size; member
|
/external/e2fsprogs/misc/ |
D | e2image.c | 873 img->cluster_size, &ref->refcount_table); in init_refcount() 878 ret = ext2fs_get_arrayzero(1, img->cluster_size, &ref->refcount_block); in init_refcount() 903 image->cluster_size = fs->blocksize; in initialize_qcow2_image() 914 offset = align_offset(header_size, image->cluster_size); in initialize_qcow2_image() 926 offset += align_offset(l1_size * sizeof(blk64_t), image->cluster_size); in initialize_qcow2_image() 937 offset += image->cluster_size; in initialize_qcow2_image() 943 offset += image->cluster_size; in initialize_qcow2_image() 995 memset(table->data, 0, img->cluster_size); in put_used_table() 1022 generic_write(fd, (char *)table->data, image->cluster_size, in flush_l2_cache() 1025 seek += image->cluster_size; in flush_l2_cache() [all …]
|
D | mke2fs.c | 1482 int cluster_size = 0; in PRS() local 1613 cluster_size = parse_num_blocks2(optarg, -1); in PRS() 1614 if (cluster_size <= EXT2_MIN_CLUSTER_SIZE || in PRS() 1615 cluster_size > EXT2_MAX_CLUSTER_SIZE) { in PRS() 2232 if (!cluster_size) in PRS() 2233 cluster_size = get_int_from_profile(fs_types, in PRS() 2237 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE); in PRS() 2245 } else if (cluster_size) { in PRS()
|
D | e2fuzz.sh | 112 cluster_size = $((BLK_SZ * 2))
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local 1167 cluster_size = size; in DoLoadCluster() 1236 if (cluster_size >= 0) in DoLoadCluster() 1237 pos += cluster_size; in DoLoadCluster() 1260 if (cluster_size >= 0) in DoLoadCluster() 1261 pos += cluster_size; in DoLoadCluster() 1288 if (cluster_size >= 0) { in DoLoadCluster() 1289 pos += cluster_size; in DoLoadCluster() 2845 long long cluster_size = -1; in DoParseNext() local 2967 cluster_size = size; in DoParseNext() [all …]
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local 1167 cluster_size = size; in DoLoadCluster() 1236 if (cluster_size >= 0) in DoLoadCluster() 1237 pos += cluster_size; in DoLoadCluster() 1260 if (cluster_size >= 0) in DoLoadCluster() 1261 pos += cluster_size; in DoLoadCluster() 1288 if (cluster_size >= 0) { in DoLoadCluster() 1289 pos += cluster_size; in DoLoadCluster() 2845 long long cluster_size = -1; in DoParseNext() local 2967 cluster_size = size; in DoParseNext() [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1050 long long cluster_size = -1; // size of cluster payload in DoLoadCluster() local 1167 cluster_size = size; in DoLoadCluster() 1236 if (cluster_size >= 0) in DoLoadCluster() 1237 pos += cluster_size; in DoLoadCluster() 1260 if (cluster_size >= 0) in DoLoadCluster() 1261 pos += cluster_size; in DoLoadCluster() 1288 if (cluster_size >= 0) { in DoLoadCluster() 1289 pos += cluster_size; in DoLoadCluster() 2845 long long cluster_size = -1; in DoParseNext() local 2967 cluster_size = size; in DoParseNext() [all …]
|
/external/u-boot/include/ |
D | fat.h | 95 __u8 cluster_size; /* Sectors/cluster */ member
|
/external/e2fsprogs/tests/d_punch_bigalloc/ |
D | script | 18 cluster_size = 8192
|
/external/e2fsprogs/tests/d_fallocate_bigalloc/ |
D | script | 18 cluster_size = 8192
|
/external/u-boot/fs/fat/ |
D | fat_write.c | 940 mydata->clust_size = bs.cluster_size; in do_fat_write()
|
D | fat.c | 570 mydata->clust_size = bs.cluster_size; in get_fs_info()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 3849 const uint64_t cluster_size = last_cluster->payload_size(); in TestFrame() local 3851 if (max_cluster_size_ > 0 && cluster_size >= max_cluster_size_) in TestFrame()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 3849 const uint64_t cluster_size = last_cluster->payload_size(); in TestFrame() local 3851 if (max_cluster_size_ > 0 && cluster_size >= max_cluster_size_) in TestFrame()
|