Home
last modified time | relevance | path

Searched refs:NumClusters (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sbin/fsck_msdosfs/
H A Dfat.c214 fat = calloc(boot->NumClusters, sizeof(struct fatEntry)); in readfat()
217 (size_t)boot->NumClusters); in readfat()
282 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()
302 if (cl >= boot->NumClusters) in readfat()
413 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()
444 p >= CLUST_FIRST && p < boot->NumClusters; in tryclear()
477 p >= CLUST_FIRST && p < boot->NumClusters && in checkfat()
514 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()
534 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()
621 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in writefat()
[all …]
H A Dboot.c219 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / in readboot()
224 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) in readboot()
226 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()
230 boot->NumClusters); in readboot()
246 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()
248 boot->NumClusters, boot->FATsecs); in readboot()
H A Ddir.c253 boot->bpbRootClust >= boot->NumClusters) { in resetDosDirSection()
313 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()
398 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()
456 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()
704 || dirent.head >= boot->NumClusters in readDosDirSection()
713 || dirent.head >= boot->NumClusters) in readDosDirSection()
747 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()
858 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()
959 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
H A Ddosfs.h73 cl_t NumClusters; /* # of entries in a FAT */ member
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9663 unsigned NumClusters = Last - First + 1; in findJumpTables() local
9666 if (NumClusters >= MinJumpTableEntries && in findJumpTables()
9872 size_t NumClusters = Last - First + 1; in findBitTestClusters() local
9874 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()
9875 DstIndex += NumClusters; in findBitTestClusters()
10422 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local
10424 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()