Searched defs:ct_tally (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.c | 409 local int ct_tally OF((deflate_state *s, int dist, int lc)); 1273 bflush = ct_tally(s, s->strstart - s->match_start, 1307 bflush = ct_tally (s, 0, s->window[s->strstart]); 1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match, 1413 if (ct_tally (s, 0, s->window[s->strstart-1])) { 1431 ct_tally (s, 0, s->window[s->strstart-1]); 2403 local int ct_tally (s, dist, lc) function 2419 (ush)d_code(dist) < (ush)D_CODES, "ct_tally: bad match");
|
Completed in 78 milliseconds