Home
last modified time | relevance | path

Searched refs:WIN_INIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h288 #define WIN_INIT MAX_MATCH macro
H A Ddeflate.c1411 if (init > WIN_INIT)
1412 init = WIN_INIT;
1416 else if (s->high_water < (ulg)curr + WIN_INIT) {
1421 init = (ulg)curr + WIN_INIT - s->high_water;
/openbmc/linux/include/uapi/linux/
H A Dhdreg.h195 #define WIN_INIT 0x60 macro