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

12

/haiku-buildtools/gcc/zlib/
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;
897 if (strm->avail_in != 0 || s->lookahead != 0 ||
931 if (s->lookahead == 0) {
1120 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.
/haiku-buildtools/binutils/zlib/
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.
/haiku-buildtools/gcc/gmp/demos/expr/
H A Dexpr.c75 reallocate_func is fetched for when this macro is used in lookahead(). */
109 /* lookahead() parses the next token. Return 1 if successful, with some
137 lookahead (struct mpexpr_parse_t *p, int prefix) function
149 TRACE (printf ("lookahead EOF\n"));
161 TRACE (printf ("lookahead at: \"%.*s\" length %u, word %u\n",
215 TRACE (printf ("lookahead function: %s\n", op_found->name));
222 TRACE (printf ("lookahead operator: %s\n", op_found->name));
235 TRACE (MPX_TRACE ("lookahead number", SP));
247 TRACE (printf ("lookahead variable: var[%d] = ", i);
314 if (! lookahead (
[all...]
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dgvmat64.asm256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
517 ;;; return s->lookahead;
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dmatch686.asm242 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
435 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
436 ;;; return s->lookahead;
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dgvmat64.asm256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
517 ;;; return s->lookahead;
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dmatch686.asm242 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
435 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
436 ;;; return s->lookahead;
/haiku-buildtools/legacy/binutils/binutils/
H A Darparse.c1582 yydestruct ("Cleanup: discarding lookahead",
H A Ddefparse.c1765 yydestruct ("Cleanup: discarding lookahead",
H A Dnlmheader.c2052 yydestruct ("Cleanup: discarding lookahead",
H A Drcparse.c4122 yydestruct ("Cleanup: discarding lookahead",
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-parse.c1820 yydestruct ("Cleanup: discarding lookahead",
H A Dm68k-parse.c2241 yydestruct ("Cleanup: discarding lookahead",
/haiku-buildtools/binutils/gas/
H A Ditbl-parse.c1115 - The only way there can be no lookahead present (in yychar) is if
1117 detecting the absence of a lookahead is sufficient to determine
1120 - Don't assume there isn't a lookahead just because this state is a
1125 correct lookahead information, and it depends on the parser not
1126 to perform extra reductions after fetching a lookahead from the
1243 /* The lookahead symbol. */
1246 /* The semantic value of the lookahead symbol. */
1400 lookahead token if we need one and don't already have one. */
1402 /* First try to decide what to do without reference to lookahead token. */
1407 /* Not known => get a lookahead toke
[all...]
H A Dm68k-parse.c1015 - The only way there can be no lookahead present (in yychar) is if
1017 detecting the absence of a lookahead is sufficient to determine
1020 - Don't assume there isn't a lookahead just because this state is a
1025 correct lookahead information, and it depends on the parser not
1026 to perform extra reductions after fetching a lookahead from the
1143 /* The lookahead symbol. */
1146 /* The semantic value of the lookahead symbol. */
1300 lookahead token if we need one and don't already have one. */
1302 /* First try to decide what to do without reference to lookahead token. */
1307 /* Not known => get a lookahead toke
[all...]
/haiku-buildtools/binutils/binutils/
H A Darparse.c917 - The only way there can be no lookahead present (in yychar) is if
919 detecting the absence of a lookahead is sufficient to determine
922 - Don't assume there isn't a lookahead just because this state is a
927 correct lookahead information, and it depends on the parser not
928 to perform extra reductions after fetching a lookahead from the
1045 /* The lookahead symbol. */
1048 /* The semantic value of the lookahead symbol. */
1202 lookahead token if we need one and don't already have one. */
1204 /* First try to decide what to do without reference to lookahead token. */
1209 /* Not known => get a lookahead toke
[all...]
H A Dnlmheader.c1045 - The only way there can be no lookahead present (in yychar) is if
1047 detecting the absence of a lookahead is sufficient to determine
1050 - Don't assume there isn't a lookahead just because this state is a
1055 correct lookahead information, and it depends on the parser not
1056 to perform extra reductions after fetching a lookahead from the
1173 /* The lookahead symbol. */
1176 /* The semantic value of the lookahead symbol. */
1330 lookahead token if we need one and don't already have one. */
1332 /* First try to decide what to do without reference to lookahead token. */
1337 /* Not known => get a lookahead toke
[all...]
H A Dmcparse.c975 - The only way there can be no lookahead present (in yychar) is if
977 detecting the absence of a lookahead is sufficient to determine
980 - Don't assume there isn't a lookahead just because this state is a
985 correct lookahead information, and it depends on the parser not
986 to perform extra reductions after fetching a lookahead from the
1103 /* The lookahead symbol. */
1106 /* The semantic value of the lookahead symbol. */
1260 lookahead token if we need one and don't already have one. */
1262 /* First try to decide what to do without reference to lookahead token. */
1267 /* Not known => get a lookahead toke
[all...]
H A Ddefparse.c995 - The only way there can be no lookahead present (in yychar) is if
997 detecting the absence of a lookahead is sufficient to determine
1000 - Don't assume there isn't a lookahead just because this state is a
1005 correct lookahead information, and it depends on the parser not
1006 to perform extra reductions after fetching a lookahead from the
1123 /* The lookahead symbol. */
1126 /* The semantic value of the lookahead symbol. */
1280 lookahead token if we need one and don't already have one. */
1282 /* First try to decide what to do without reference to lookahead token. */
1287 /* Not known => get a lookahead toke
[all...]
/haiku-buildtools/jam/
H A Djamgram.c2154 yydestruct ("Cleanup: discarding lookahead",
/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.c1294 - The only way there can be no lookahead present (in yychar) is if
1296 detecting the absence of a lookahead is sufficient to determine
1299 - Don't assume there isn't a lookahead just because this state is a
1304 correct lookahead information, and it depends on the parser not
1305 to perform extra reductions after fetching a lookahead from the
1446 /* The lookahead symbol. */
1449 /* The semantic value of the lookahead symbol. */
1632 lookahead token if we need one and don't already have one. */
1634 /* First try to decide what to do without reference to lookahead token. */
1639 /* Not known => get a lookahead toke
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarfout.c1209 register tree lookahead = immediate_origin;
1213 ret_val = lookahead;
1214 lookahead = (TREE_CODE (ret_val) == BLOCK)
1218 while (lookahead != NULL && lookahead != ret_val);
1202 register tree lookahead = immediate_origin; local
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.c4137 yydestruct ("Cleanup: discarding lookahead",

Completed in 685 milliseconds

12