Searched refs:uSectorShift (Results 1 – 1 of 1) sorted by relevance
1658 int uSectorShift; in checkfpx() local1665 uSectorShift = c[0]; in checkfpx()1666 uSectorShift += c[1] << 8; in checkfpx()1669 uSectorShift = c[0] << 8; in checkfpx()1670 uSectorShift += c[1]; in checkfpx()1702 toSkip = 0x200L + (long)(1<<uSectorShift)*sectDirStart + 0x50L; in checkfpx()