Searched refs:Z_ASCII (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ | ||
D | zlib.h | 173 #define Z_ASCII 1 macro |
/linux-2.6.39/lib/zlib_deflate/ | ||
D | deftree.c | 1082 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII); |