Home
last modified time | relevance | path

Searched refs:readLeShort (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/zip/
H A DZipInputStream.java123 private final int readLeShort() throws IOException in readLeShort() method in ZipInputStream
133 return readLeShort() | (readLeShort() << 16); in readLeInt()
158 readLeShort(); in getNextEntry()
159 flags = readLeShort(); in getNextEntry()
160 method = readLeShort(); in getNextEntry()
165 int nameLen = readLeShort(); in getNextEntry()
166 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java151 private final int readLeShort(DataInput di, byte[] b) throws IOException in readLeShort() method in ZipFile
184 private final int readLeShort(byte[] b, int off) in readLeShort() method in ZipFile
233 int count = readLeShort(raf, ebs); in readEntries()
248 int method = readLeShort(ebs, CENHOW); in readEntries()
253 int nameLen = readLeShort(ebs, CENNAM); in readEntries()
254 int extraLen = readLeShort(ebs, CENEXT); in readEntries()
255 int commentLen = readLeShort(ebs, CENCOM); in readEntries()
395 if (entry.getMethod() != readLeShort(locBuf, LOCHOW)) in checkLocalHeader()
398 if (entry.getName().length() != readLeShort(locBuf, LOCNAM)) in checkLocalHeader()
401 int extraLen = entry.getName().length() + readLeShort(locBuf, LOCEXT); in checkLocalHeader()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/zip/
H A DZipInputStream.java123 private final int readLeShort() throws IOException in readLeShort() method in ZipInputStream
133 return readLeShort() | (readLeShort() << 16); in readLeInt()
158 readLeShort(); in getNextEntry()
159 flags = readLeShort(); in getNextEntry()
160 method = readLeShort(); in getNextEntry()
165 int nameLen = readLeShort(); in getNextEntry()
166 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java151 private final int readLeShort(DataInput di, byte[] b) throws IOException in readLeShort() method in ZipFile
184 private final int readLeShort(byte[] b, int off) in readLeShort() method in ZipFile
233 int count = readLeShort(raf, ebs); in readEntries()
248 int method = readLeShort(ebs, CENHOW); in readEntries()
253 int nameLen = readLeShort(ebs, CENNAM); in readEntries()
254 int extraLen = readLeShort(ebs, CENEXT); in readEntries()
255 int commentLen = readLeShort(ebs, CENCOM); in readEntries()
395 if (entry.getMethod() != readLeShort(locBuf, LOCHOW)) in checkLocalHeader()
398 if (entry.getName().length() != readLeShort(locBuf, LOCNAM)) in checkLocalHeader()
401 int extraLen = entry.getName().length() + readLeShort(locBuf, LOCEXT); in checkLocalHeader()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DZipInputStream.java124 private int readLeShort() throws IOException in readLeShort() method in ZipInputStream
134 return readLeShort() | (readLeShort() << 16); in readLeInt()
159 readLeShort(); in getNextEntry()
160 flags = readLeShort(); in getNextEntry()
161 method = readLeShort(); in getNextEntry()
166 int nameLen = readLeShort(); in getNextEntry()
167 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java251 int count = inp.readLeShort(); in readEntries()
265 int flags = inp.readLeShort(); in readEntries()
268 int method = inp.readLeShort(); in readEntries()
273 int nameLen = inp.readLeShort(); in readEntries()
274 int extraLen = inp.readLeShort(); in readEntries()
275 int commentLen = inp.readLeShort(); in readEntries()
437 if (zipEntry.getMethod() != inp.readLeShort()) in getInputStream()
442 int nameLen = inp.readLeShort(); in getInputStream()
443 int extraLen = inp.readLeShort(); in getInputStream()
669 int readLeShort() throws IOException
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/zip/
H A DZipInputStream.java124 private int readLeShort() throws IOException in readLeShort() method in ZipInputStream
134 return readLeShort() | (readLeShort() << 16); in readLeInt()
159 readLeShort(); in getNextEntry()
160 flags = readLeShort(); in getNextEntry()
161 method = readLeShort(); in getNextEntry()
166 int nameLen = readLeShort(); in getNextEntry()
167 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java251 int count = inp.readLeShort(); in readEntries()
265 int flags = inp.readLeShort(); in readEntries()
268 int method = inp.readLeShort(); in readEntries()
273 int nameLen = inp.readLeShort(); in readEntries()
274 int extraLen = inp.readLeShort(); in readEntries()
275 int commentLen = inp.readLeShort(); in readEntries()
437 if (zipEntry.getMethod() != inp.readLeShort()) in getInputStream()
442 int nameLen = inp.readLeShort(); in getInputStream()
443 int extraLen = inp.readLeShort(); in getInputStream()
669 int readLeShort() throws IOException
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DZipInputStream.java124 private int readLeShort() throws IOException in readLeShort() method in ZipInputStream
134 return readLeShort() | (readLeShort() << 16); in readLeInt()
159 readLeShort(); in getNextEntry()
160 flags = readLeShort(); in getNextEntry()
161 method = readLeShort(); in getNextEntry()
166 int nameLen = readLeShort(); in getNextEntry()
167 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java251 int count = inp.readLeShort(); in readEntries()
265 int flags = inp.readLeShort(); in readEntries()
268 int method = inp.readLeShort(); in readEntries()
273 int nameLen = inp.readLeShort(); in readEntries()
274 int extraLen = inp.readLeShort(); in readEntries()
275 int commentLen = inp.readLeShort(); in readEntries()
437 if (zipEntry.getMethod() != inp.readLeShort()) in getInputStream()
442 int nameLen = inp.readLeShort(); in getInputStream()
443 int extraLen = inp.readLeShort(); in getInputStream()
669 int readLeShort() throws IOException
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/zip/
H A DZipInputStream.java124 private int readLeShort() throws IOException in readLeShort() method in ZipInputStream
134 return readLeShort() | (readLeShort() << 16); in readLeInt()
159 readLeShort(); in getNextEntry()
160 flags = readLeShort(); in getNextEntry()
161 method = readLeShort(); in getNextEntry()
166 int nameLen = readLeShort(); in getNextEntry()
167 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java251 int count = inp.readLeShort(); in readEntries()
265 int flags = inp.readLeShort(); in readEntries()
268 int method = inp.readLeShort(); in readEntries()
273 int nameLen = inp.readLeShort(); in readEntries()
274 int extraLen = inp.readLeShort(); in readEntries()
275 int commentLen = inp.readLeShort(); in readEntries()
437 if (zipEntry.getMethod() != inp.readLeShort()) in getInputStream()
442 int nameLen = inp.readLeShort(); in getInputStream()
443 int extraLen = inp.readLeShort(); in getInputStream()
669 int readLeShort() throws IOException
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/zip/
H A DZipInputStream.java124 private int readLeShort() throws IOException in readLeShort() method in ZipInputStream
134 return readLeShort() | (readLeShort() << 16); in readLeInt()
159 readLeShort(); in getNextEntry()
160 flags = readLeShort(); in getNextEntry()
161 method = readLeShort(); in getNextEntry()
166 int nameLen = readLeShort(); in getNextEntry()
167 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java251 int count = inp.readLeShort(); in readEntries()
265 int flags = inp.readLeShort(); in readEntries()
268 int method = inp.readLeShort(); in readEntries()
273 int nameLen = inp.readLeShort(); in readEntries()
274 int extraLen = inp.readLeShort(); in readEntries()
275 int commentLen = inp.readLeShort(); in readEntries()
437 if (zipEntry.getMethod() != inp.readLeShort()) in getInputStream()
442 int nameLen = inp.readLeShort(); in getInputStream()
443 int extraLen = inp.readLeShort(); in getInputStream()
669 int readLeShort() throws IOException
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/zip/
H A DZipInputStream.java124 private int readLeShort() throws IOException in readLeShort() method in ZipInputStream
134 return readLeShort() | (readLeShort() << 16); in readLeInt()
159 readLeShort(); in getNextEntry()
160 flags = readLeShort(); in getNextEntry()
161 method = readLeShort(); in getNextEntry()
166 int nameLen = readLeShort(); in getNextEntry()
167 int extraLen = readLeShort(); in getNextEntry()
H A DZipFile.java185 private int readLeShort(DataInput di, byte[] b) throws IOException in readLeShort() method in ZipFile
217 private int readLeShort(byte[] b, int off) in readLeShort() method in ZipFile
266 int count = readLeShort(raf, ebs); in readEntries()
281 int method = readLeShort(ebs, CENHOW); in readEntries()
286 int nameLen = readLeShort(ebs, CENNAM); in readEntries()
287 int extraLen = readLeShort(ebs, CENEXT); in readEntries()
288 int commentLen = readLeShort(ebs, CENCOM); in readEntries()
457 if (entry.getMethod() != readLeShort(locBuf, LOCHOW)) in checkLocalHeader()
460 if (entry.getName().length() != readLeShort(locBuf, LOCNAM)) in checkLocalHeader()
463 int extraLen = entry.getName().length() + readLeShort(locBuf, LOCEXT); in checkLocalHeader()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/util/zip/
H A DZipInputStream.h23 jint readLeShort();
H A DZipFile$PartialInputStream.h45 jint readLeShort();
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/util/zip/
H A DZipInputStream.h23 jint readLeShort();
H A DZipFile$PartialInputStream.h45 jint readLeShort();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/util/zip/
H A DZipInputStream.h23 jint readLeShort();
H A DZipFile$PartialInputStream.h45 jint readLeShort();
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/util/zip/
H A DZipInputStream.h23 jint readLeShort();
H A DZipFile$PartialInputStream.h45 jint readLeShort();
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/util/zip/
H A DZipInputStream.h23 jint readLeShort();

12