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

/freebsd-10.0-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-10.0-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-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c78 report. Because we keep a lookahead pathinfo, we need to allocate
134 /* For the actual editor drive, we'll need a lookahead path info
136 path_info_t *lookahead; member in struct:report_baton_t
334 At all times, B->lookahead is presumed to be the next pathinfo not
336 end of the report. Because we use a lookahead element, we can't
348 if (!relevant(b->lookahead, prefix, plen))
357 relpath = b->lookahead->path + (*prefix ? plen + 1 : 0);
369 *info = b->lookahead;
371 SVN_ERR(read_path_info(&b->lookahead, b->reader, subpool));
385 while (relevant(b->lookahead, prefi
[all...]
/freebsd-10.0-release/sys/net/
H A Dzlib.c415 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:deflate_state
529 /* Minimum amount of lookahead, except at the end of the input file.
659 /* Minimum amount of lookahead, except at the end of the input file.
863 * s->lookahead stays null, so s->ins_h will be recomputed at the next
1058 if (strm->avail_in != 0 || s->lookahead != 0 ||
1258 s->lookahead = 0;
1274 * OUT assertion: the match length is not greater than s->lookahead.
1323 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1325 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_timeout.c402 uint32_t lookahead; local
418 lookahead = (SBT_1S / 16);
420 lookahead = (SBT_1S / 8);
422 lookahead = (SBT_1S / 2);
424 first += (lookahead / 2);
425 last += lookahead;
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dparse.c1662 yydestruct ("Cleanup: discarding lookahead",
/freebsd-10.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c1805 yydestruct ("Cleanup: discarding lookahead",
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c2744 yydestruct ("Cleanup: discarding lookahead",
/freebsd-10.0-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.c4843 tree lookahead = immediate_origin;
4847 ret_val = lookahead;
4848 lookahead = (TREE_CODE (ret_val) == BLOCK
4851 while (lookahead != NULL && lookahead != ret_val);
4837 tree lookahead = immediate_origin; local
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc-gram.c1591 yydestruct ("Cleanup: discarding lookahead",
/freebsd-10.0-release/sys/dev/if_ndis/
H A Dif_ndis.c1157 ndis_rxeof_eth(adapter, ctx, addr, hdr, hdrlen, lookahead, lookaheadlen, pktlen)
1163 void *lookahead;
1187 m_copyback(m, hdrlen, lookaheadlen, lookahead);
1989 * Set lookahead.

Completed in 209 milliseconds