Searched refs:lookahead (Results 1 – 11 of 11) 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
1262 - The only way there can be no lookahead present (in yychar) is if1264 detecting the absence of a lookahead is sufficient to determine1267 - Don't assume there isn't a lookahead just because this state is a1272 correct lookahead information, and it depends on the parser not1273 to perform extra reductions after fetching a lookahead from the1404 /* The lookahead symbol. */1416 /* The semantic value of the lookahead symbol. */1590 lookahead token if we need one and don't already have one. */1592 /* First try to decide what to do without reference to lookahead token. */1597 /* Not known => get a lookahead token if don't already have one. */[all …]
1064 - The only way there can be no lookahead present (in yychar) is if1066 detecting the absence of a lookahead is sufficient to determine1069 - Don't assume there isn't a lookahead just because this state is a1074 correct lookahead information, and it depends on the parser not1075 to perform extra reductions after fetching a lookahead from the1193 /* The lookahead symbol. */1196 /* The semantic value of the lookahead symbol. */1198 /* Location data for the lookahead symbol. */1373 lookahead token if we need one and don't already have one. */1375 /* First try to decide what to do without reference to lookahead token. */[all …]
96 # Jump here after RTI to suppress the icache lookahead
87 unsigned char lookahead; member
93 unsigned char lookahead; member
1225 - The only way there can be no lookahead present (in yychar) is if1227 detecting the absence of a lookahead is sufficient to determine1230 - Don't assume there isn't a lookahead just because this state is a1235 correct lookahead information, and it depends on the parser not1236 to perform extra reductions after fetching a lookahead from the1407 /* The lookahead symbol. */1410 /* The semantic value of the lookahead symbol. */1593 lookahead token if we need one and don't already have one. */1595 /* First try to decide what to do without reference to lookahead token. */1600 /* Not known => get a lookahead token if don't already have one. */[all …]
87 u8 lookahead; member
60 #define FPU_lookahead (I387->soft.lookahead)
2842 int lookahead = 3; in build_detached_freelist() local2883 if (!--lookahead) in build_detached_freelist()