Home
last modified time | relevance | path

Searched refs:NumSectors (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c144 boot->NumSectors = boot->bpbSectors; in readboot()
150 boot->NumSectors = boot->bpbHugeSectors; in readboot()
261 if (boot->FirstCluster + boot->bpbSecPerClust > boot->NumSectors) { in readboot()
272 (boot->NumSectors - boot->FirstCluster) / boot->bpbSecPerClust; in readboot()
H A Ddosfs.h73 u_int32_t NumSectors; /* how many sectors are there */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1104 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignLoadGroup() local
1114 SmallVector<Value *> Loads(NumSectors + DoAlign, nullptr); in realignLoadGroup()
1137 for (int Index = 0; Index != NumSectors; ++Index) in realignLoadGroup()
1139 for (int Index = 0; Index != NumSectors; ++Index) { in realignLoadGroup()
1218 for (int Index = 0; Index != NumSectors + 1; ++Index) { in realignLoadGroup()
1228 Index < NumSectors ? EarliestUser[&ASpan[Index]] : nullptr; in realignLoadGroup()
1232 createLoad(Builder, VSpan, Index, DoAlign && Index == NumSectors); in realignLoadGroup()
1249 for (int Index = 0; Index != NumSectors; ++Index) { in realignLoadGroup()
1313 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignStoreGroup() local
1331 for (int Index = (DoAlign ? -1 : 0); Index != NumSectors + DoAlign; ++Index) { in realignStoreGroup()
[all …]