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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp72 #define GET_INT_LO(a) \ macro
120 header[6] = (ushort)GET_INT_LO(dostime);
124 header[8] = (ushort)GET_INT_LO(crc);
128 header[10] = (ushort)GET_INT_LO(clen);
132 header[12] = (ushort)GET_INT_LO(len);
149 header[21] = (ushort)GET_INT_LO(output_file_offset);
182 header[5] = (ushort)GET_INT_LO(dostime);
186 header[7] = (ushort)GET_INT_LO(crc);
190 header[9] = (ushort)GET_INT_LO(clen);
194 header[11] = (ushort)GET_INT_LO(le
[all...]

Completed in 29 milliseconds