Searched refs:lookahead (Results 1 – 10 of 10) sorted by relevance
403 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate()536 s->lookahead = 0; in lm_init()598 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()689 if ((uInt)best_len <= s->lookahead) return best_len; in longest_match()690 return s->lookahead; in longest_match()743 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window()746 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window()805 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window()806 s->lookahead += n; in fill_window()809 if (s->lookahead >= MIN_MATCH) { in fill_window()[all …]
134 uInt lookahead; /* number of valid bytes ahead in window */ member
1278 - The only way there can be no lookahead present (in yychar) is if1280 detecting the absence of a lookahead is sufficient to determine1283 - Don't assume there isn't a lookahead just because this state is a1288 correct lookahead information, and it depends on the parser not1289 to perform extra reductions after fetching a lookahead from the1430 /* The lookahead symbol. */1433 /* The semantic value of the lookahead symbol. */1616 lookahead token if we need one and don't already have one. */1618 /* First try to decide what to do without reference to lookahead token. */1623 /* Not known => get a lookahead token if don't already have one. */[all …]
1203 - The only way there can be no lookahead present (in yychar) is if1205 detecting the absence of a lookahead is sufficient to determine1208 - Don't assume there isn't a lookahead just because this state is a1213 correct lookahead information, and it depends on the parser not1214 to perform extra reductions after fetching a lookahead from the1385 /* The lookahead symbol. */1388 /* The semantic value of the lookahead symbol. */1571 lookahead token if we need one and don't already have one. */1573 /* First try to decide what to do without reference to lookahead token. */1578 /* Not known => get a lookahead token if don't already have one. */[all …]
1105 - The only way there can be no lookahead present (in yychar) is if1107 detecting the absence of a lookahead is sufficient to determine1110 - Don't assume there isn't a lookahead just because this state is a1115 correct lookahead information, and it depends on the parser not1116 to perform extra reductions after fetching a lookahead from the1242 /* The lookahead symbol. */1254 /* The semantic value of the lookahead symbol. */1428 lookahead token if we need one and don't already have one. */1430 /* First try to decide what to do without reference to lookahead token. */1435 /* Not known => get a lookahead token if don't already have one. */[all …]
96 # Jump here after RTI to suppress the icache lookahead
87 unsigned char lookahead; member
93 unsigned char lookahead; member
60 #define FPU_lookahead (I387->soft.lookahead)
381 u8 lookahead; member