Searched defs:LOCTIM (Results 1 – 5 of 5) sorted by relevance
95 static final int LOCTIM = 10; field
234 static final long LOCTIM(byte[] b) { return LG(b, 10);} // modification time in LOCTIM() method in ZipUtils
174 public static final int LOCTIM = 10; // 0xa field in ZipEntry
172 public static final int LOCTIM = 10; // 0xa field in ZipEntry
78 #define LOCTIM(b) LG(b, 10) /* modification time */ macro