Searched refs:file_size_lo (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h455 #define file_size_lo all_bands[e_file_size_lo] macro
H A Dbands.cpp437 BAND_INIT(file_size_lo, UNSIGNED5_spec, 0),
H A Dunpack.cpp2665 file_size_lo.readData(file_count);
4647 cur_file.size = file_size_hi.getLong(file_size_lo, haveLongSize);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java727 // *file_size_lo :UNSIGNED5
734 file_size_lo.expectLength(numFiles);
748 file_size_lo.readFrom(in);
759 long size = ((long)file_size_lo.getInt() << 32) >>> 32;
807 file_size_lo.doneDisbursing();
H A DPackageWriter.java708 file_size_lo.putInt((int)len);
H A DBandStructure.java1613 IntBand file_size_lo = file_bands.newIntBand("file_size_lo"); field in class:BandStructure

Completed in 2701 milliseconds