Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/zlib/
H A Ddeflate.c471 s->lookahead = 0;
1261 s->lookahead = 0;
1321 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1421 return s->lookahead;
1480 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
1582 s->lookahead += n;
1958 s->lookahead--;
2077 s->lookahead--;
2085 s->lookahead--;
2165 s->lookahead--;
[all …]
H A Ddeflate.h164 uInt lookahead; /* number of valid bytes ahead in window */ member
H A DChangeLog643 - Clear bytes after deflate lookahead to avoid use of uninitialized data
1496 - give enough lookahead for PARTIAL_FLUSH
/reactos/sdk/lib/crt/stdio/
H A Dfile.c329 fdinfo->lookahead[0] = '\n'; in msvcrt_set_fd()
330 fdinfo->lookahead[1] = '\n'; in msvcrt_set_fd()
331 fdinfo->lookahead[2] = '\n'; in msvcrt_set_fd()
2147 fdinfo->lookahead[0] = '\n'; in read_utf8()
2203 fdinfo->lookahead[0] = lookahead; in read_utf8()
2279 fdinfo->lookahead[0] = lookahead; in read_utf8()
2397 if(lookahead[0]=='\n' && (!utf16 || lookahead[1]==0) && j==0) in read_i()
2404 if(lookahead[0]!='\n' || (utf16 && lookahead[1]!=0)) in read_i()
2412 if (lookahead[0]=='\n' && (!utf16 || !lookahead[1])) in read_i()
2419 fdinfo->lookahead[0] = lookahead[0]; in read_i()
[all …]
/reactos/dll/win32/usp10/
H A Dopentype.c1314 const GSUB_ChainSubClassRule_3 *lookahead; in GSUB_apply_ChainContextSubst() local
1331 lookahead = (const GSUB_ChainSubClassRule_3 *)&input->Input[input_count]; in GSUB_apply_ChainContextSubst()
1332 lookahead_count = GET_BE_WORD(lookahead->LookaheadGlyphCount); in GSUB_apply_ChainContextSubst()
1363 WORD target_class = GET_BE_WORD(lookahead->LookAhead[k]); in GSUB_apply_ChainContextSubst()
1401 const GSUB_ChainContextSubstFormat3_3 *lookahead; in GSUB_apply_ChainContextSubst() local
1420 lookahead_count = GET_BE_WORD(lookahead->LookaheadGlyphCount); in GSUB_apply_ChainContextSubst()
1451 offset = GET_BE_WORD(lookahead->Coverage[k]); in GSUB_apply_ChainContextSubst()
2297 const GPOS_ChainContextPosFormat3_3 *lookahead; in GPOS_apply_ChainContextPos() local
2313 lookahead = (const GPOS_ChainContextPosFormat3_3 *)&input->Coverage[input_count]; in GPOS_apply_ChainContextPos()
2314 lookahead_count = GET_BE_WORD(lookahead->LookaheadGlyphCount); in GPOS_apply_ChainContextPos()
[all …]
/reactos/sdk/lib/crt/include/internal/wine/
H A Dmsvcrt.h160 char lookahead[3]; member
/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c43 char lookahead[3]; member
/reactos/sdk/lib/3rdparty/libxml2/
H A DNEWS488 Fix HTML push parser lookahead (Nick Wellnhofer),