Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro