Home
last modified time | relevance | path

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

/external/u-boot/lib/zlib/
Ddeflate.h288 #define WIN_INIT MAX_MATCH macro
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;
/external/python/cpython2/Modules/zlib/
Ddeflate.h294 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1579 if (init > WIN_INIT)
1580 init = WIN_INIT;
1584 else if (s->high_water < (ulg)curr + WIN_INIT) {
1589 init = (ulg)curr + WIN_INIT - s->high_water;
/external/zlib/src/
Ddeflate.h294 #define WIN_INIT MAX_MATCH macro
Ddeflate.c1579 if (init > WIN_INIT)
1580 init = WIN_INIT;
1584 else if (s->high_water < (ulg)curr + WIN_INIT) {
1589 init = (ulg)curr + WIN_INIT - s->high_water;
/external/kernel-headers/original/uapi/linux/
Dhdreg.h195 #define WIN_INIT 0x60 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go2174 WIN_INIT = 0x60 const
Dzerrors_linux_ppc64.go2231 WIN_INIT = 0x60 const
Dzerrors_linux_arm.go2177 WIN_INIT = 0x60 const
Dzerrors_linux_mips64.go2174 WIN_INIT = 0x60 const
Dzerrors_linux_ppc64le.go2231 WIN_INIT = 0x60 const
Dzerrors_linux_arm64.go2162 WIN_INIT = 0x60 const
Dzerrors_linux_386.go2170 WIN_INIT = 0x60 const
Dzerrors_linux_mips.go2174 WIN_INIT = 0x60 const
Dzerrors_linux_s390x.go2231 WIN_INIT = 0x60 const
Dzerrors_linux_mipsle.go2174 WIN_INIT = 0x60 const
Dzerrors_linux_amd64.go2171 WIN_INIT = 0x60 const