Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1658 int uSectorShift; in checkfpx() local
1665 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()