Searched defs:CH (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.h70 #define CH(b, n) (((unsigned char *)(b))[n]) macro
71 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8))

Completed in 13 milliseconds