HomeSort by relevance Sort by last modified time
    Searched refs:cluster_size (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/lib/ext2fs/
qcow2.c 127 size = read(fd, *l2_table, img->cluster_size);
128 if (size != img->cluster_size)
178 img.cluster_size = 1 << img.cluster_bits;
185 ret = ext2fs_get_memzero(img.cluster_size, &l2_table);
235 off_out, copy_buf, img.cluster_size);
qcow2.h 95 __u32 cluster_size; member in struct:ext2_qcow2_image
  /external/e2fsprogs/misc/
e2image.c 864 img->cluster_size, &ref->refcount_table);
869 ret = ext2fs_get_arrayzero(1, img->cluster_size, &ref->refcount_block);
891 image->cluster_size = fs->blocksize;
902 offset = align_offset(header_size, image->cluster_size);
914 offset += align_offset(l1_size * sizeof(blk64_t), image->cluster_size);
925 offset += image->cluster_size;
931 offset += image->cluster_size;
983 memset(table->data, 0, img->cluster_size);
1010 generic_write(fd, (char *)table->data, image->cluster_size,
1013 seek += image->cluster_size;
    [all...]
e2fuzz.sh 112 cluster_size = $((BLK_SZ * 2))
mke2fs.c 1453 int cluster_size = 0; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 1050 long long cluster_size = -1; // size of cluster payload local
1167 cluster_size = size;
1236 if (cluster_size >= 0)
1237 pos += cluster_size;
1260 if (cluster_size >= 0)
1261 pos += cluster_size;
1288 if (cluster_size >= 0) {
1289 pos += cluster_size;
2848 long long cluster_size = -1; local
5930 long long cluster_size = -1; local
    [all...]
  /external/opencv/ml/src/
mlem.cpp 548 int cluster_size = right - left; local
551 if( cluster_size <= 0 )
558 CV_CALL( cvCalcCovarMatrix( vec, cluster_size, covs[i],
560 weights->data.db[i] = (double)cluster_size/(double)nsamples;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 1051 long long cluster_size = -1; // size of cluster payload local
1168 cluster_size = size;
1237 if (cluster_size >= 0)
1238 pos += cluster_size;
1261 if (cluster_size >= 0)
1262 pos += cluster_size;
1289 if (cluster_size >= 0) {
1290 pos += cluster_size;
2840 long long cluster_size = -1; local
6010 long long cluster_size = -1; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp 588 memcpy(&(event->data.cluster.cluster_size), &outputTlv.value[4],
589 sizeof(event->data.cluster.cluster_size));
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 1923 u32 cluster_size; member in struct:__anon41621
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 3792 const uint64_t cluster_size = last_cluster->payload_size(); local
    [all...]

Completed in 460 milliseconds