Home
last modified time | relevance | path

Searched refs:lookahead (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c814 if (strm->avail_in != 0 || s->lookahead != 0 ||
848 if (s->lookahead == 0) {
1036 s->lookahead = 0;
1104 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1200 if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
1201 return s->lookahead;
1260 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
1312 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1316 if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
1378 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
[all …]
H A Ddeflate.h158 uInt lookahead; /* number of valid bytes ahead in window */ member
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped1070 - The only way there can be no lookahead present (in yychar) is if
1072 detecting the absence of a lookahead is sufficient to determine
1075 - Don't assume there isn't a lookahead just because this state is a
1080 correct lookahead information, and it depends on the parser not
1081 to perform extra reductions after fetching a lookahead from the
1199 /* The lookahead symbol. */
1202 /* The semantic value of the lookahead symbol. */
1204 /* Location data for the lookahead symbol. */
1379 lookahead token if we need one and don't already have one. */
1381 /* First try to decide what to do without reference to lookahead token. */
[all …]
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.tab.c_shipped1089 - The only way there can be no lookahead present (in yychar) is if
1091 detecting the absence of a lookahead is sufficient to determine
1094 - Don't assume there isn't a lookahead just because this state is a
1099 correct lookahead information, and it depends on the parser not
1100 to perform extra reductions after fetching a lookahead from the
1255 /* The lookahead symbol. */
1258 /* The semantic value of the lookahead symbol. */
1412 lookahead token if we need one and don't already have one. */
1414 /* First try to decide what to do without reference to lookahead token. */
1419 /* Not known => get a lookahead token if don't already have one. */
[all …]
/rk3399_rockchip-uboot/lib/lzma/
H A DTypes.h183 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);