HomeSort by: relevance | last modified time | path
    Searched refs:lookahead (Results 1 - 22 of 22) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 119 /* 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...]
deflate.h 158 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.
  /src/common/dist/zlib/
deflate.c 244 * Fill the window when the lookahead becomes insufficient.
245 * Updates strstart and lookahead.
247 * IN assertion: lookahead < MIN_LOOKAHEAD
258 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead");
261 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
265 if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
270 * strstart == 0 && lookahead == 1 (input done a byte at time)
276 /* If the window is almost full and there is insufficient lookahead,
293 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &
    [all...]
deflate.h 170 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
293 /* Minimum amount of lookahead, except at the end of the input file.
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 242 * Fill the window when the lookahead becomes insufficient.
243 * Updates strstart and lookahead.
245 * IN assertion: lookahead < MIN_LOOKAHEAD
256 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead");
259 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
263 if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
268 * strstart == 0 && lookahead == 1 (input done a byte at time)
274 /* If the window is almost full and there is insufficient lookahead,
291 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &
    [all...]
deflate.h 168 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
291 /* Minimum amount of lookahead, except at the end of the input file.
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 431 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
457 while (s->lookahead >= MIN_MATCH) {
459 n = s->lookahead - (MIN_MATCH-1);
469 s->lookahead = MIN_MATCH-1;
472 s->strstart += s->lookahead;
474 s->insert = s->lookahead;
475 s->lookahead = 0;
496 len = s->strstart + s->lookahead;
500 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
636 if (strm->avail_in || (s->strstart - s->block_start) + s->lookahead)
    [all...]
deflate.h 164 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
280 /* Minimum amount of lookahead, except at the end of the input file.
  /src/usr.bin/calendar/
calendar.c 77 static unsigned short lookahead = 1; variable
155 atodays(ch, optarg, &lookahead);
254 offset = tp->tm_wday == 5 ? lookahead + weekend : lookahead;
  /src/sys/net/
zlib.c 431 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:deflate_state
545 /* Minimum amount of lookahead, except at the end of the input file.
718 /* Minimum amount of lookahead, except at the end of the input file.
927 * s->lookahead stays null, so s->ins_h will be recomputed at the next
1119 if (strm->avail_in != 0 || s->lookahead != 0 ||
1327 s->lookahead = 0;
1343 * OUT assertion: the match length is not greater than s->lookahead.
1392 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1394 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
gvmat64.asm 150 ; Lookahead : ignore
186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip
256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
264 mov r10d, Lookahead
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
517 ;;; return s->lookahead;
523 mov eax, Lookahead
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
match686.asm 242 ;;; 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;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
gvmat64.asm 150 ; Lookahead : ignore
186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip
256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
264 mov r10d, Lookahead
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
517 ;;; return s->lookahead;
523 mov eax, Lookahead
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
match686.asm 242 ;;; 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;
  /src/usr.bin/make/unit-tests/
varmod-match.mk 306 # parsed without lookahead.
323 # except those elements that can be parsed without lookahead.
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 1131 /* The lookahead symbol. */
1134 /* The semantic value of the lookahead symbol. */
1195 /* Lookahead token as an internal (translated) token number. */
1320 lookahead token if we need one and don't already have one. */
1322 /* First try to decide what to do without reference to lookahead token. */
1327 /* Not known => get a lookahead token if don't already have one. */
1329 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1366 /* Shift the lookahead token. */
1563 /* If just tried and failed to reuse lookahead token after an
1580 /* Else will try to reuse lookahead token after shifting the erro
    [all...]
dtparser.tab.c 1213 /* The lookahead symbol. */
1216 /* The semantic value of the lookahead symbol. */
1277 /* Lookahead token as an internal (translated) token number. */
1402 lookahead token if we need one and don't already have one. */
1404 /* First try to decide what to do without reference to lookahead token. */
1409 /* Not known => get a lookahead token if don't already have one. */
1411 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1448 /* Shift the lookahead token. */
1758 /* If just tried and failed to reuse lookahead token after an
1775 /* Else will try to reuse lookahead token after shifting the erro
    [all...]
prparser.tab.c 1216 /* The lookahead symbol. */
1219 /* The semantic value of the lookahead symbol. */
1280 /* Lookahead token as an internal (translated) token number. */
1405 lookahead token if we need one and don't already have one. */
1407 /* First try to decide what to do without reference to lookahead token. */
1412 /* Not known => get a lookahead token if don't already have one. */
1414 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1451 /* Shift the lookahead token. */
1768 /* If just tried and failed to reuse lookahead token after an
1785 /* Else will try to reuse lookahead token after shifting the erro
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 117 $(LI Arbitrary length and complexity lookbehind, including lookahead in lookbehind and vise-versa.)
203 $(REG_ROW (?=regex), Zero-width lookahead assertion.
207 $(REG_ROW (?!regex), Zero-width negative lookahead assertion.
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 1399 /* The lookahead symbol. */
1402 /* The semantic value of the lookahead symbol. */
1433 /* Lookahead token as an internal (translated) token number. */
1558 lookahead token if we need one and don't already have one. */
1560 /* First try to decide what to do without reference to lookahead token. */
1565 /* Not known => get a lookahead token if don't already have one. */
1567 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
1604 /* Shift the lookahead token. */
2373 /* If just tried and failed to reuse lookahead token after an
2390 /* Else will try to reuse lookahead token after shifting the erro
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 6543 // Lookahead to check if it's a \T
6545 auto lookahead = range.save.drop(1);
6546 if (end == '\\' && !lookahead.empty)
6548 if (lookahead.front >= privateUseStart && lookahead.front <= privateUseEnd)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 25974 cp_token *lookahead = cp_lexer_peek_nth_token (parser->lexer, 2);
25979 = (lookahead->type == CPP_KEYWORD
25980 && keyword_begins_type_specifier (lookahead->keyword));
    [all...]

Completed in 79 milliseconds