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

/libcore/ojluni/src/main/native/
H A Dzip_util.h215 jlong mlen; /* length (in bytes) mmaped */ member in struct:jzfile
H A Dzip_util.c252 munmap((char *)zip->maddr, zip->mlen);
628 zip->mlen = cenpos - offset + cenlen + endhdrlen;
630 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset);
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java393 int[] mlen = isLeap ? LEAP : NORMAL;
395 calc += mlen[month] * MILLISECONDS_PER_DAY;

Completed in 59 milliseconds