Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/zlib/
Ddeflate.h288 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1413 if (init > WIN_INIT)
1414 init = WIN_INIT;
1418 else if (s->high_water < (ulg)curr + WIN_INIT) {
1423 init = (ulg)curr + WIN_INIT - s->high_water;
/external/python/cpython2/Modules/zlib/
Ddeflate.h291 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1512 if (init > WIN_INIT)
1513 init = WIN_INIT;
1517 else if (s->high_water < (ulg)curr + WIN_INIT) {
1522 init = (ulg)curr + WIN_INIT - s->high_water;
/external/zlib/src/
Ddeflate.h291 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1512 if (init > WIN_INIT)
1513 init = WIN_INIT;
1517 else if (s->high_water < (ulg)curr + WIN_INIT) {
1522 init = (ulg)curr + WIN_INIT - s->high_water;
/external/pdfium/third_party/zlib_v128/
Ddeflate.h291 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1511 if (init > WIN_INIT) in fill_window()
1512 init = WIN_INIT; in fill_window()
1516 else if (s->high_water < (ulg)curr + WIN_INIT) { in fill_window()
1521 init = (ulg)curr + WIN_INIT - s->high_water; in fill_window()
/external/kernel-headers/original/uapi/linux/
Dhdreg.h194 #define WIN_INIT 0x60 macro