Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h215 jlong mlen; /* length (in bytes) mmaped */ member
Dzip_util.c254 munmap((char *)zip->maddr, zip->mlen); in freeZip()
631 zip->mlen = cenpos - offset + cenlen + endhdrlen; in readCEN()
633 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java422 int[] mlen = isLeap ? LEAP : NORMAL; in getOffset() local
424 calc += mlen[month] * MILLISECONDS_PER_DAY; in getOffset()