Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c264 boot->NumClusters = in readboot()
268 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()
270 boot->NumClusters); in readboot()
273 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()
275 boot->NumClusters); in readboot()
281 boot->bpbRootClust >= boot->NumClusters) { in readboot()
286 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
288 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()
292 boot->NumClusters); in readboot()
308 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
[all...]
H A Dfat.c559 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl()
856 if (bitmap_ctor(&fat->headbitmap, boot->NumClusters, in readfat()
859 (size_t)boot->NumClusters); in readfat()
975 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in readfat()
1274 chains > 0 && head < boot->NumClusters; in checklost()
1342 (boot->FSNext >= boot->NumClusters ||
1346 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free");
1348 for (head = CLUST_FIRST; head < boot->NumClusters; head++)
H A Ddosfs.h72 cl_t NumClusters; /* # of entries in a FAT */ member
H A Ddir.c1126 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
1129 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp178 unsigned NumClusters = Last - First + 1; in findJumpTables() local
181 if (NumClusters >= MinJumpTableEntries && in findJumpTables()
358 size_t NumClusters = Last - First + 1; in findBitTestClusters() local
360 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()
361 DstIndex += NumClusters; in findBitTestClusters()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp770 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in translateSwitch() local
772 if (NumClusters > 3 && in translateSwitch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12533 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local
12535 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOptLevel::None && in visitSwitch()