Home
last modified time | relevance | path

Searched refs:cluster_count (Results 1 - 3 of 3) sorted by relevance

/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c33 __le32 cluster_count; member
734 ei_hdr.cluster_count = cpu_to_le32(exfat->clus_count); in dump_header()
828 while (clu < le32_to_cpu(ei_hdr.cluster_count)) { in restore_from_stdin()
/third_party/ntfs-3g/ntfsprogs/
H A 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()
2165 * cluster_count * vol->cluster_size == data->size_alloc THEN file in undelete_file()
2176 cluster_count * (long long)vol->cluster_size == d->size_alloc) { in undelete_file()
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1042 int cluster_count = 1; in GetLineFontMetrics() local
1044 cluster_count += run.isPlaceholder() ? 1 : run.size(); in GetLineFontMetrics()
1052 fClusters.reserve_back(fClusters.size() + cluster_count); in GetLineFontMetrics()

Completed in 9 milliseconds