Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c473 s->lookahead = 0;
1248 s->lookahead = 0;
1317 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1414 return s->lookahead;
1473 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead;
1575 s->lookahead += n;
1951 s->lookahead--;
2070 s->lookahead--;
2078 s->lookahead--;
2157 s->lookahead--;
[all …]
H A Ddeflate.h162 uInt lookahead; /* number of valid bytes ahead in window */ member
H A DChangeLog631 - Clear bytes after deflate lookahead to avoid use of uninitialized data
1484 - give enough lookahead for PARTIAL_FLUSH
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c162 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()
515 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()
516 ls->t = ls->lookahead; /* use this one */ in luaX_next()
517 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()
525 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()
526 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo); in luaX_lookahead()
527 return ls->lookahead.token; in luaX_lookahead()
H A Dllex.h56 Token lookahead; /* look ahead token */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1425 s->lookahead = 0;
1500 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1608 return (s->lookahead);
1672 return (len <= s->lookahead ? len : s->lookahead);
1815 s->lookahead += n;
1897 if (s->lookahead == 0)
1903 s->lookahead = 0;
1959 if (s->lookahead == 0)
2044 s->lookahead--;
2183 s->lookahead--;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c918 s->lookahead = 0;
1183 s->lookahead += n;
1186 if (s->lookahead >= MIN_MATCH) {
1241 if (s->lookahead < MIN_LOOKAHEAD) {
1251 if (s->lookahead >= MIN_MATCH) {
1268 if (s->match_length > s->lookahead) s->match_length = s->lookahead;
1308 s->lookahead--;
1346 if (s->lookahead >= MIN_MATCH) {
1365 if (s->match_length > s->lookahead) s->match_length = s->lookahead;
1417 s->lookahead--;
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c604 int c, base, inchar, lookahead; in number() local
753 lookahead = readchar(iop, chcount); in number()
754 if (isxdigit(lookahead)) { in number()
758 (void) locungetc((*chcount), lookahead); in number()
762 c = lookahead; in number()
767 (void) locungetc((*chcount), lookahead); in number()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c456 p->mxLookahead = lookahead; in acttab_action()
457 p->mnLookahead = lookahead; in acttab_action()
460 if( p->mxLookahead<lookahead ) p->mxLookahead = lookahead; in acttab_action()
461 if( p->mnLookahead>lookahead ){ in acttab_action()
462 p->mnLookahead = lookahead; in acttab_action()
466 p->aLookahead[p->nLookahead].lookahead = lookahead; in acttab_action()
497 p->aAction[i].lookahead = -1; in acttab_insert()
510 if( p->aAction[i].lookahead<0 ){ in acttab_insert()
514 if( p->aAction[k].lookahead>=0 ) break; in acttab_insert()
528 if( p->aLookahead[j].lookahead!=p->aAction[k].lookahead ) break; in acttab_insert()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y627 static int lookahead(int);
770 if (lookahead('*')) { in yylex()
777 if (lookahead('.')) { in yylex()
778 if (lookahead('.')) in yylex()
876 if (lookahead('/')) in skipcomment()
886 lookahead(int c) { in lookahead() function
/illumos-gate/usr/src/pkg/transforms/
H A Dpublish38 # then the negative lookahead assertion in the regex will fail, and we
/illumos-gate/usr/src/common/lzma/
H A DTypes.h181 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c151 #define lookahead editb.e_lookahead /* characters in buffer */ macro
1049 if(!lookahead) in cntlmode()
1055 if(lookahead) in cntlmode()
1891 if(lookahead>0) in refresh()
1893 p = previous[lookahead-1]; in refresh()
H A Demacs.c141 #define lookahead editb.e_lookahead macro
717 lookahead = 0; in ed_emacsread()
1391 if ((lookahead)&&(option != FINAL)) in draw()
/illumos-gate/usr/src/cmd/spell/
H A Dlocal289 lookahead
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs266 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
268 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
269 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
292 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
293 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
296 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
322 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
325 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
326 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
426 …gs_state)->ftop, (struct swregs_state)->changed, (struct swregs_state)->lookahead, (struct swregs_…
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1368 uInt lookahead; /* number of valid bytes ahead in window */ member