Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c273 boot->NumClusters = in readboot()
277 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()
279 boot->NumClusters); in readboot()
282 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()
284 boot->NumClusters); in readboot()
290 boot->bpbRootClust >= boot->NumClusters) { in readboot()
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
297 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()
301 boot->NumClusters); in readboot()
317 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
[all …]
Dfat.c561 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl()
858 if (bitmap_ctor(&fat->headbitmap, boot->NumClusters, in readfat()
861 (size_t)boot->NumClusters); in readfat()
966 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in readfat()
1265 chains > 0 && head < boot->NumClusters; in checklost()
1310 (boot->FSNext >= boot->NumClusters || in checklost()
1314 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free"); in checklost()
1316 for (head = CLUST_FIRST; head < boot->NumClusters; head++) in checklost()
Ddosfs.h73 cl_t NumClusters; /* # of entries in a FAT */ member
Ddir.c1115 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
1118 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp173 unsigned NumClusters = Last - First + 1; in findJumpTables() local
176 if (NumClusters >= MinJumpTableEntries && in findJumpTables()
352 size_t NumClusters = Last - First + 1; in findBitTestClusters() local
354 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()
355 DstIndex += NumClusters; in findBitTestClusters()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8420 unsigned NumClusters = Last - First + 1; in findJumpTables() local
8423 if (NumClusters >= MinJumpTableSize && in findJumpTables()
8654 size_t NumClusters = Last - First + 1; in findBitTestClusters() local
8656 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()
8657 DstIndex += NumClusters; in findBitTestClusters()
9114 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local
9116 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None) { in visitSwitch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10627 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local
10629 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp10758 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local
10760 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()