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

/freebsd-9.3-release/lib/libz/
H A Ddeflate.c338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
364 while (s->lookahead >= MIN_MATCH) {
366 n = s->lookahead - (MIN_MATCH-1);
376 s->lookahead = MIN_MATCH-1;
379 s->strstart += s->lookahead;
381 s->insert = s->lookahead;
382 s->lookahead = 0;
899 if (strm->avail_in != 0 || s->lookahead != 0 ||
933 if (s->lookahead == 0) {
1122 s->lookahead
[all...]
H A Ddeflate.h161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c119 /* Minimum amount of lookahead, except at the end of the input file.
350 * s->lookahead stays null, so s->ins_h will be recomputed at the next
792 if (strm->avail_in != 0 || s->lookahead != 0 ||
1008 s->lookahead = 0;
1027 * OUT assertion: the match length is not greater than s->lookahead.
1076 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1078 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1086 * for insufficient lookahead only occur occasionally for performance
1089 * However the length of the match is limited to the lookahead, s
[all...]
H A Ddeflate.h158 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
272 /* Minimum amount of lookahead, except at the end of the input file.
/freebsd-9.3-release/sys/net/
H A Dzlib.c408 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:deflate_state
522 /* Minimum amount of lookahead, except at the end of the input file.
652 /* Minimum amount of lookahead, except at the end of the input file.
856 * s->lookahead stays null, so s->ins_h will be recomputed at the next
1051 if (strm->avail_in != 0 || s->lookahead != 0 ||
1251 s->lookahead = 0;
1267 * OUT assertion: the match length is not greater than s->lookahead.
1316 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1318 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
[all...]
/freebsd-9.3-release/contrib/com_err/
H A Dparse.c1661 yydestruct ("Cleanup: discarding lookahead",
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.c1661 yydestruct ("Cleanup: discarding lookahead",
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dparse.c1660 yydestruct ("Cleanup: discarding lookahead",
H A Dslc-gram.c1588 yydestruct ("Cleanup: discarding lookahead",
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c1805 yydestruct ("Cleanup: discarding lookahead",
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.c2714 yydestruct ("Cleanup: discarding lookahead",
/freebsd-9.3-release/contrib/gcc/
H A Dhaifa-sched.c2168 int lookahead = 0;
2171 lookahead = targetm.sched.first_cycle_multipass_dfa_lookahead ();
2172 if (lookahead <= 0 || SCHED_GROUP_P (ready_element (ready, 0)))
2181 if (cached_first_cycle_multipass_dfa_lookahead != lookahead)
2183 cached_first_cycle_multipass_dfa_lookahead = lookahead;
2186 max_lookahead_tries *= lookahead;
2164 int lookahead = 0; local
H A Ddwarf2out.c4846 tree lookahead = immediate_origin;
4850 ret_val = lookahead;
4851 lookahead = (TREE_CODE (ret_val) == BLOCK
4854 while (lookahead != NULL && lookahead != ret_val);
4840 tree lookahead = immediate_origin; local
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_parser.c1735 - The only way there can be no lookahead present (in yychar) is if
1737 detecting the absence of a lookahead is sufficient to determine
1740 - Don't assume there isn't a lookahead just because this state is a
1745 correct lookahead information, and it depends on the parser not
1746 to perform extra reductions after fetching a lookahead from the
1863 /* The lookahead symbol. */
1866 /* The semantic value of the lookahead symbol. */
2020 lookahead token if we need one and don't already have one. */
2022 /* First try to decide what to do without reference to lookahead token. */
2027 /* Not known => get a lookahead toke
[all...]
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c1158 ndis_rxeof_eth(adapter, ctx, addr, hdr, hdrlen, lookahead, lookaheadlen, pktlen)
1164 void *lookahead;
1188 m_copyback(m, hdrlen, lookaheadlen, lookahead);
1990 * Set lookahead.

Completed in 365 milliseconds