Home
last modified time | relevance | path

Searched refs:Z_BINARY (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dzlib.h172 #define Z_BINARY 0 macro
/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c109 zstream->data_type = Z_BINARY; in vnc_zlib_stop()
H A Dvnc-enc-zrle.c103 zstream->data_type = Z_BINARY; in zrle_compress_data()
H A Dvnc-enc-tight.c863 zstream->data_type = Z_BINARY; in tight_compress_data()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h499 #define Z_BINARY 0 macro
/openbmc/u-boot/lib/zlib/
H A Dtrees.c1150 return Z_BINARY;
1163 return Z_BINARY;
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c1028 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);