Searched defs:CENTIM (Results 1 – 4 of 4) sorted by relevance
79 static final int CENTIM = 12; // modification time field
268 static final long CENTIM(byte[] b, int pos) { return LG(b, pos + 12);} in CENTIM() method in ZipUtils
122 public static final int CENTIM = 12; // 0xc field in ZipEntry
99 #define CENTIM(b) LG(b, 12) /* modification time */ macro