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.java1660 int sectDirStart; in checkfpx() local
1662 sectDirStart = c[0]; in checkfpx()
1663 sectDirStart += c[1] << 8; in checkfpx()
1664 sectDirStart += c[2] << 16; in checkfpx()
1665 sectDirStart += c[3] << 24; in checkfpx()
1667 sectDirStart = c[0] << 24; in checkfpx()
1668 sectDirStart += c[1] << 16; in checkfpx()
1669 sectDirStart += c[2] << 8; in checkfpx()
1670 sectDirStart += c[3]; in checkfpx()
1675 toSkip = 0x200L + (long)(1<<uSectorShift)*sectDirStart + 0x50L; in checkfpx()