Searched refs:TOO_FAR (Results 1 – 6 of 6) sorted by relevance
107 #ifndef TOO_FAR108 # define TOO_FAR 4096 macro1661 #if TOO_FAR <= 327671663 s->strstart - s->match_start > TOO_FAR)
107 #ifndef TOO_FAR108 # define TOO_FAR 4096 macro1774 #if TOO_FAR <= 32767 in deflate_slow()1776 s->strstart - s->match_start > TOO_FAR) in deflate_slow()
107 #ifndef TOO_FAR108 # define TOO_FAR 4096 macro1775 #if TOO_FAR <= 327671777 s->strstart - s->match_start > TOO_FAR)
842 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings914 - Allow TOO_FAR check to be turned off at compile time [Truta]