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

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

Completed in 189 milliseconds