Searched refs:CH (Results 1 – 2 of 2) sorted by relevance
66 #define CH(b, n) (((unsigned char *)(b))[n]) macro67 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8))
198 static final int CH(byte[] b, int n) { in CH() method in ZipUtils264 …static final int CENVEM_FA(byte[] b, int pos) { return CH(b, pos + 5); } // file attribute compat… in CENVEM_FA()