Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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 = 0;
[all …]
Ddeflate.h161 uInt lookahead; /* number of valid bytes ahead in window */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c786 if (strm->avail_in != 0 || s->lookahead != 0 ||
1002 s->lookahead = 0;
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1166 if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
1167 return s->lookahead;
1225 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
1275 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
1279 if (more == 0 && s->strstart == 0 && s->lookahead == 0) {
1342 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
1343 s->lookahead += n;
[all …]
Ddeflate.h158 uInt lookahead; /* number of valid bytes ahead in window */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dfixdiv.py321 self.lookahead = []
324 while len(self.lookahead) < self.window and not self.eoflookahead:
329 self.lookahead.append(line)
332 if not self.lookahead:
334 line = self.lookahead.pop(0)
343 lookend = self.lineno + len(self.lookahead)
347 return self.lookahead[index - self.lineno]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c164 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()
516 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()
517 ls->t = ls->lookahead; /* use this one */ in luaX_next()
518 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()
526 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()
527 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo); in luaX_lookahead()
528 return ls->lookahead.token; in luaX_lookahead()
Dllex.h56 Token lookahead; /* look ahead token */ member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DBufFileInput.h42 int lookahead( char* s );
DBufFileInput.cpp75 int BufFileInput::lookahead( char* s ) in lookahead() function in BufFileInput
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DBufFileInput.h42 int lookahead( char* s );
DBufFileInput.cpp75 int BufFileInput::lookahead( char* s ) in lookahead() function in BufFileInput
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt53 #170. Suppression for predicates with lookahead depth >1
285 creation of more than 100,000 tnodes, along with the lookahead sets
294 by full lookahead
300 Intersection of lookahead[1] sets:
304 Intersection of lookahead[2] sets:
331 function lookahead(char *string) to test characters in the
343 alternatives have identical lookahead. For example:
410 alternatives with common lookahead.
434 alternative with some other alternative with lookahead ID. In
473 When antlr discovers that there is a lookahead ambiguity between
[all …]
DCHANGES_FROM_133_before_mr13.txt255 creation of more than 100,000 tnodes, along with the lookahead sets
264 by full lookahead
270 Intersection of lookahead[1] sets:
274 Intersection of lookahead[2] sets:
290 lookahead depth >1.
320 function lookahead(char *string) to test characters in the
323 The default amount of lookahead is specified by the constructor
325 character of lookahead maintained internally by DLG in member "ch"
326 and which is not available for testing via BufFileInput::lookahead().
328 This is a useful class for overcoming the one-character-lookahead
[all …]
DCHANGES_FROM_133.txt349 lookahead. The sets used for FirstSetSymbol have one element per bit,
351 divided by 8. The sets used for testing lookahead store 8 lookahead
676 Normally, pccts keeps the lookahead token buffer completely filled.
677 This requires max(k,ck) tokens of lookahead. For some applications
682 lookahead buffer.
693 trace routines print out information about the lookahead token at
731 code that handles hoisting of predicates with k>1 lookahead. This
932 #197. (Changed in MR14) Resetting the lookahead buffer of the parser
936 Consider the code used to prime the lookahead buffer LA(i)
985 with 2 tokens of lookahead (k=2 or ck=2):
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt53 #170. Suppression for predicates with lookahead depth >1
285 creation of more than 100,000 tnodes, along with the lookahead sets
294 by full lookahead
300 Intersection of lookahead[1] sets:
304 Intersection of lookahead[2] sets:
331 function lookahead(char *string) to test characters in the
343 alternatives have identical lookahead. For example:
410 alternatives with common lookahead.
434 alternative with some other alternative with lookahead ID. In
473 When antlr discovers that there is a lookahead ambiguity between
[all …]
Dhistory.txt42 grammars may be practically analyzed to generate LL(k) lookahead
56 improved for k>1 lookahead and ANTLR parsers could indicate that loo-
66 (normally, the lookahead "pipe" was constantly full). Russell Quong
76 lookahead operator (syntactic predicate), (alpha)?beta. This feature
78 port infinite lookahead, a preprocessor flag, ZZINF_LOOK, was created
DKNOWN_PROBLEMS.txt22 If the context guard g is not a subset of the lookahead context for r1
24 even when the lookahead context is not satisfied. This is an error
43 the lookahead buffer. Consider:
48 the lookahead buffer ("D"), but LT(1) in action beta will refer to
DCHANGES_FROM_133_BEFORE_MR13.txt255 creation of more than 100,000 tnodes, along with the lookahead sets
264 by full lookahead
270 Intersection of lookahead[1] sets:
274 Intersection of lookahead[2] sets:
290 lookahead depth >1.
320 function lookahead(char *string) to test characters in the
323 The default amount of lookahead is specified by the constructor
325 character of lookahead maintained internally by DLG in member "ch"
326 and which is not available for testing via BufFileInput::lookahead().
328 This is a useful class for overcoming the one-character-lookahead
[all …]
DCHANGES_FROM_133.txt167 then pccts doesn't know how many lookahead tokens to use for context.
584 the lookahead buffer. Consider:
589 the lookahead buffer ("D"), but LT(1) in action beta will refer to
633 used the text from the first lookahead token rather than the
635 the token codes of lookahead token i (for i = 1 to k) with
1020 lookahead. The sets used for FirstSetSymbol have one element per bit,
1022 divided by 8. The sets used for testing lookahead store 8 lookahead
1352 Normally, pccts keeps the lookahead token buffer completely filled.
1353 This requires max(k,ck) tokens of lookahead. For some applications
1358 lookahead buffer.
[all …]
DCHANGES_FROM_131.txt75 tokens of lookahead where LT(n) or LATEXT(n) is the farthest
93 current lookahead context".
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt47 Use up to _n symbols of lookahead when using compressed
48 (linear approximation) lookahead. This type of looka-
50 full LL(k) lookahead, which is of exponential complex-
114 how much lookahead is used and whether or not trees are
118 -gk Generate parsers that delay lookahead fetches until
120 which always have _k tokens of lookahead available.
179 the amount of lookahead is greater than one. A non-
192 large lookahead analysis. The introduction of (...)?
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
D7zStream.c134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead) in LookToRead_CreateVTable() argument
136 p->s.Look = lookahead ? in LookToRead_CreateVTable()
DTypes.h173 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DTypes.h196 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DTypes.h196 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);

12