HomeSort by: relevance | last modified time | path
    Searched defs:_tr_tally_lit (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 335 # define _tr_tally_lit(s, c, flush) \ macro
353 # define _tr_tally_lit(s, c, flush) \ macro
374 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
  /src/sys/net/
zlib.c 582 # define _tr_tally_lit(s, c, flush) \ macro
600 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) macro
1838 _tr_tally_lit (s, s->window[s->strstart], bflush);
1942 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1961 _tr_tally_lit(s, s->window[s->strstart-1], bflush);

Completed in 18 milliseconds