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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DBufFileInput.h4 // DESCRIPTION: File Input Stream with lookahead for Scanner
42 int lookahead( char* s );
H A DBufFileInput.cpp4 // DESCRIPTION: File Input Stream with lookahead for Scanner.
75 int BufFileInput::lookahead( char* s ) function in class:BufFileInput
/vbox/src/libs/zlib-1.2.6/
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.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zStream.c134 void LookToRead_CreateVTable(CLookToRead *p, int lookahead) argument
136 p->s.Look = lookahead ?
H A DTypes.h173 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DTypes.h196 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/vbox/src/libs/zlib-1.2.6/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;
/vbox/src/libs/zlib-1.2.6/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;
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c3334 yydestruct ("Cleanup: discarding lookahead",

Completed in 53 milliseconds