Home
last modified time | relevance | path

Searched defs:DEFLATE_NEED_CHECKSUM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.h19 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm))) macro
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c61 #define DEFLATE_NEED_CHECKSUM(strm) 1 macro