Searched refs:lookahead (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c141 /* Minimum amount of lookahead, except at the end of the input file.
373 * s->lookahead stays null, so s->ins_h will be recomputed at the next
815 if (strm->avail_in != 0 || s->lookahead != 0 ||
1031 s->lookahead = 0;
1050 * OUT assertion: the match length is not greater than s->lookahead.
1099 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1101 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1109 * for insufficient lookahead only occur occasionally for performance
1112 * However the length of the match is limited to the lookahead, s
[all...]
H A Ddeflate.h185 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
299 /* Minimum amount of lookahead, except at the end of the input file.
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp1796 yydestruct ("Cleanup: discarding lookahead",
H A DOSUnserializeXML.cpp1836 yydestruct ("Cleanup: discarding lookahead",

Completed in 24 milliseconds