Searched refs:Z_RLE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/u-boot/ | ||
H A D | zlib.h | 494 #define Z_RLE 3 macro |
/openbmc/u-boot/lib/zlib/ | ||
H A D | deflate.c | 819 (s->strategy == Z_RLE ? deflate_rle(s, flush) : |