Home
last modified time | relevance | path

Searched refs:cluster_count (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c1980 long long cluster_count; /* I'll need this variable (see below). +mabs */ in undelete_file() local
2099 cluster_count = 0LL; in undelete_file()
2113 cluster_count++; in undelete_file()
2153 cluster_count++; in undelete_file()
2176 cluster_count * (long long)vol->cluster_size == d->size_alloc) { in undelete_file()
/third_party/e2fsprogs/lib/blkid/
Dprobe.c525 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local
551 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()
554 cluster_count /= ms->ms_cluster_size; in probe_fat()
556 if (cluster_count > FAT32_MAX) in probe_fat()
Dprobe.h777 uint32_t cluster_count; member
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp386 int cluster_count = 1; in buildClusterTable() local
388 cluster_count += run.isPlaceholder() ? 1 : run.size(); in buildClusterTable()
390 fClusters.reserve_back(cluster_count); in buildClusterTable()