Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h68 #define LL(b, n) (((jlong)LG(b, n)) | (((jlong)LG(b, n+4)) << 32)) macro
122 #define ZIP64_ENDLEN(b) LL(b, 4) /* size of zip64 end of central dir */
127 #define ZIP64_ENDTOD(b) LL(b, 24) /* total number of entries on this disk */
128 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */
129 #define ZIP64_ENDSIZ(b) LL(b, 40) /* central directory size in bytes */
130 #define ZIP64_ENDOFF(b) LL(b, 48) /* offset of first CEN header */
136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */
Dzip_util.c1085 ze->size = LL(extra, off); in newEntry()
1092 ze->csize = LL(extra, off); in newEntry()
1099 ze->pos = -(zip->locpos + LL(extra, off)); in newEntry()