Home
last modified time | relevance | path

Searched refs:TOO_FAR (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c113 #ifndef TOO_FAR
114 # define TOO_FAR 4096 macro
1608 #if TOO_FAR <= 32767
1610 s->strstart - s->match_start > TOO_FAR)
/netbsd/external/gpl3/gdb/dist/zlib/
H A Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
1971 #if TOO_FAR <= 32767
1973 s->strstart - s->match_start > TOO_FAR)
H A DChangeLog885 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
957 - Allow TOO_FAR check to be turned off at compile time [Truta]
/netbsd/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
1971 #if TOO_FAR <= 32767
1973 s->strstart - s->match_start > TOO_FAR)
H A DChangeLog885 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
957 - Allow TOO_FAR check to be turned off at compile time [Truta]
/netbsd/common/dist/zlib/
H A Ddeflate.c106 #ifndef TOO_FAR
107 # define TOO_FAR 4096 macro
2026 #if TOO_FAR <= 32767
2028 s->strstart - s->match_start > TOO_FAR)
H A DChangeLog960 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
1032 - Allow TOO_FAR check to be turned off at compile time [Truta]
/netbsd/external/gpl3/binutils/dist/zlib/
H A Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
2019 #if TOO_FAR <= 32767
2021 s->strstart - s->match_start > TOO_FAR)
H A DChangeLog948 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
1020 - Allow TOO_FAR check to be turned off at compile time [Truta]
/netbsd/external/gpl3/gdb.old/dist/zlib/
H A Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
1971 #if TOO_FAR <= 32767
1973 s->strstart - s->match_start > TOO_FAR)
H A DChangeLog885 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
957 - Allow TOO_FAR check to be turned off at compile time [Truta]
/netbsd/sys/net/
H A Dzlib.c712 #ifndef TOO_FAR
713 # define TOO_FAR 4096 macro
1898 s->strstart - s->match_start > TOO_FAR))) { in deflate_slow()