Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/fsck_msdosfs/
Dboot.c146 boot->NumSectors = boot->bpbSectors; in readboot()
152 boot->NumSectors = boot->bpbHugeSectors; in readboot()
263 if (boot->FirstCluster + boot->bpbSecPerClust > boot->NumSectors) { in readboot()
274 (boot->NumSectors - boot->FirstCluster) / boot->bpbSecPerClust; in readboot()
Ddosfs.h74 u_int32_t NumSectors; /* how many sectors are there */ member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp782 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignGroup() local
790 for (int i = 0; i != NumSectors + DoAlign; ++i) { in realignGroup()
804 for (int j = 0; j != NumSectors; ++j) { in realignGroup()
846 for (int i = (DoAlign ? -1 : 0); i != NumSectors + DoAlign; ++i) { in realignGroup()
867 for (int j = 1; j != NumSectors + 2; ++j) { in realignGroup()
875 for (int i = 0; i != NumSectors + DoAlign; ++i) { in realignGroup()