Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro