Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dboot.c223 boot->FirstCluster = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1) in readboot()
242 if (boot->FirstCluster + boot->SecPerClust > boot->NumSectors) { in readboot()
244 boot->FirstCluster); in readboot()
253 (boot->NumSectors - boot->FirstCluster) / boot->SecPerClust; in readboot()
H A Ddosfs.h73 u_int FirstCluster; /* at what sector is Cluster CLUST_FIRST */ member
H A Ddir.c329 off = (startcl - CLUST_FIRST) * boot->SecPerClust + boot->FirstCluster; in delete()
494 off = (cl - CLUST_FIRST) * boot->SecPerClust + boot->FirstCluster; in readDosDirSection()
972 + boot->FirstCluster * boot->BytesPerSec; in reconnect()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h241 CaseClusterIt FirstCluster; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10490 unsigned Size = W.LastCluster - W.FirstCluster + 1; in lowerWorkItem()
10502 CaseCluster &Small = *W.FirstCluster; in lowerWorkItem()
10554 llvm::sort(W.FirstCluster, W.LastCluster + 1, in lowerWorkItem()
10563 for (CaseClusterIt I = W.LastCluster; I > W.FirstCluster; ) { in lowerWorkItem()
10577 for (CaseClusterIt I = W.FirstCluster; I <= W.LastCluster; ++I) in lowerWorkItem()
10581 for (CaseClusterIt I = W.FirstCluster, E = W.LastCluster; I <= E; ++I) { in lowerWorkItem()
10733 assert(W.FirstCluster->Low->getValue().slt(W.LastCluster->Low->getValue()) && in splitWorkItem()
10736 assert(W.LastCluster - W.FirstCluster + 1 >= 2 && "Too small to split!"); in splitWorkItem()
10741 CaseClusterIt LastLeft = W.FirstCluster; in splitWorkItem()
10765 unsigned NumLeft = LastLeft - W.FirstCluster + 1; in splitWorkItem()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1158 llvm::sort(W.FirstCluster, W.LastCluster + 1, in lowerSwitchWorkItem()
1167 for (CaseClusterIt I = W.LastCluster; I > W.FirstCluster;) { in lowerSwitchWorkItem()
1181 for (CaseClusterIt I = W.FirstCluster; I <= W.LastCluster; ++I) in lowerSwitchWorkItem()
1185 for (CaseClusterIt I = W.FirstCluster, E = W.LastCluster; I <= E; ++I) { in lowerSwitchWorkItem()