Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1687 int sectDirStart; in checkfpx() local
1689 sectDirStart = c[0]; in checkfpx()
1690 sectDirStart += c[1] << 8; in checkfpx()
1691 sectDirStart += c[2] << 16; in checkfpx()
1692 sectDirStart += c[3] << 24; in checkfpx()
1694 sectDirStart = c[0] << 24; in checkfpx()
1695 sectDirStart += c[1] << 16; in checkfpx()
1696 sectDirStart += c[2] << 8; in checkfpx()
1697 sectDirStart += c[3]; in checkfpx()
1702 toSkip = 0x200L + (long)(1<<uSectorShift)*sectDirStart + 0x50L; in checkfpx()