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