/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.c | 792 if (strm->avail_in != 0 || s->lookahead != 0 || 1008 s->lookahead = 0; 1076 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; 1172 if ((uInt)best_len <= s->lookahead) return (uInt)best_len; 1173 return s->lookahead; 1231 return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead; 1281 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1285 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { 1348 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); 1349 s->lookahead += n; [all …]
|
H A D | deflate.h | 158 uInt lookahead; /* number of valid bytes ahead in window */ member
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doscan.c | 204 char numbuf[64], inchar, lookahead; in number() local 310 lookahead = locgetc(); in number() 314 lookahead = *np; in number() 316 lookahead = EOF; in number() 319 if ( isxdigit(lookahead) ) in number() 325 locungetc(lookahead); in number() 330 c = lookahead; in number() 336 locungetc(lookahead); in number()
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 434 uInt lookahead; /* number of valid bytes ahead in window */ member 1195 if (strm->avail_in != 0 || s->lookahead != 0 || 1427 s->lookahead = 0; 1502 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; 1608 if ((uInt)best_len <= s->lookahead) 1610 return (s->lookahead); 1674 return (len <= s->lookahead ? len : s->lookahead); 1730 more = (unsigned)(s->window_size -(ulg)s->lookahead - 1734 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { 1812 Assert(s->strstart + s->lookahead + more <= s->window_size, [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 279 uInt lookahead; /* number of valid bytes ahead in window */ member 782 if (strm->avail_in != 0 || state->lookahead != 0 || 918 s->lookahead = 0; 1118 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 1121 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { 1181 n = read_buf(s->strm, (charf *)s->window + s->strstart + s->lookahead, 1183 s->lookahead += n; 1186 if (s->lookahead >= MIN_MATCH) { 1197 } while (s->lookahead < MIN_LOOKAHEAD && s->strm->avail_in != 0); 1241 if (s->lookahead < MIN_LOOKAHEAD) { [all …]
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | doscan.c | 605 int c, base, inchar, lookahead; in number() local 754 lookahead = readchar(iop, chcount); in number() 755 if (isxdigit(lookahead)) { in number() 759 (void) locungetc((*chcount), lookahead); in number() 763 c = lookahead; in number() 768 (void) locungetc((*chcount), lookahead); in number()
|
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 408 int lookahead; /* Value of the lookahead token */ member 426 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead) 448 void acttab_action(acttab *p, int lookahead, int action){ in acttab_action() argument 459 p->mxLookahead = lookahead; in acttab_action() 460 p->mnLookahead = lookahead; in acttab_action() 463 if( p->mxLookahead<lookahead ) p->mxLookahead = lookahead; in acttab_action() 464 if( p->mnLookahead>lookahead ){ in acttab_action() 465 p->mnLookahead = lookahead; in acttab_action() 469 p->aLookahead[p->nLookahead].lookahead = lookahead; in acttab_action() 500 p->aAction[i].lookahead = -1; in acttab_insert() [all …]
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 629 static int lookahead(int); 772 if (lookahead('*')) { in yylex() 778 if (lookahead('.')) { in yylex() 779 if (lookahead('.')) in yylex() 876 if (lookahead('/')) in skipcomment() 886 lookahead(int c) { in lookahead() function
|
/titanic_41/usr/src/pkg/transforms/ |
H A D | publish | 38 # then the negative lookahead assertion in the regex will fail, and we
|
/titanic_41/usr/src/common/lzma/ |
H A D | Types.h | 181 void LookToRead_CreateVTable(CLookToRead *p, int lookahead);
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 156 #define lookahead editb.e_lookahead /* characters in buffer */ macro 998 if(!lookahead) in cntlmode() 1004 if(lookahead) in cntlmode() 1821 if(lookahead>0) in refresh() 1823 p = previous[lookahead-1]; in refresh()
|
H A D | emacs.c | 139 #define lookahead editb.e_lookahead macro 683 lookahead = 0; in ed_emacsread() 1323 if ((lookahead)&&(option != FINAL)) in draw()
|
/titanic_41/usr/src/cmd/spell/ |
H A D | local | 289 lookahead
|