Searched refs:TOO_FAR (Results 1 – 7 of 7) sorted by relevance
107 #ifndef TOO_FAR108 # define TOO_FAR 4096 macro1673 #if TOO_FAR <= 327671675 s->strstart - s->match_start > TOO_FAR)
129 #ifndef TOO_FAR130 # define TOO_FAR 4096 macro2047 #if TOO_FAR <= 327672049 s->strstart - s->match_start > TOO_FAR)
110 #ifndef TOO_FAR111 # define TOO_FAR 4096 macro1971 #if TOO_FAR <= 327671973 s->strstart - s->match_start > TOO_FAR)
885 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings957 - Allow TOO_FAR check to be turned off at compile time [Truta]