Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dfat.c65 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) { in checkclnum()
132 fat = malloc(len = boot->NumClusters * sizeof(struct fatEntry)); in readfat()
200 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()
220 if (cl >= boot->NumClusters) in readfat()
331 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()
342 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) { in clearchain()
362 p >= CLUST_FIRST && p < boot->NumClusters; in tryclear()
386 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()
395 p >= CLUST_FIRST && p < boot->NumClusters && in checkfat()
411 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()
[all …]
H A Dboot.c252 boot->NumClusters = in readboot()
257 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) in readboot()
259 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()
263 boot->NumClusters); in readboot()
279 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
281 boot->NumClusters, boot->FATsecs); in readboot()
290 boot->NumClusters += CLUST_FIRST; in readboot()
H A Ddir.c248 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection()
323 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()
402 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()
480 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()
711 || dirent.head >= boot->NumClusters in readDosDirSection()
720 || dirent.head >= boot->NumClusters) in readDosDirSection()
754 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()
865 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()
966 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
H A Ddosfs.h69 cl_t NumClusters; /* # of entries in a FAT */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp176 unsigned NumClusters = Last - First + 1; in findJumpTables() local
179 if (NumClusters >= MinJumpTableEntries && in findJumpTables()
355 size_t NumClusters = Last - First + 1; in findBitTestClusters() local
357 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()
358 DstIndex += NumClusters; in findBitTestClusters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11007 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local
11009 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()