Searched refs:_tr_tally_lit (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/zmod/ |
H A D | deflate.h | 308 # define _tr_tally_lit(s, c, flush) \ macro 326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
|
H A D | deflate.c | 1544 _tr_tally_lit (s, s->window[s->strstart], bflush); 1656 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1675 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 1733 _tr_tally_lit (s, s->window[s->strstart], bflush);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 607 #define _tr_tally_lit(s, c, flush) \ macro 625 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro 2045 _tr_tally_lit(s, s->window[s->strstart], bflush); 2180 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2201 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
|