Searched refs:match_length (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.c1003 s->match_length = s->prev_length = MIN_MATCH-1;
1477 * At this point we have always match_length < MIN_MATCH
1487 s->match_length = longest_match_fast (s, hash_head);
1491 s->match_length = longest_match (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1498 if (s->match_length >= MIN_MATCH) {
1499 check_match(s, s->strstart, s->match_start, s->match_length);
1502 s->match_length - MIN_MATCH, bflush);
1504 s->lookahead -= s->match_length;
1510 if (s->match_length <
[all...]
H A Ddeflate.h153 uInt match_length; /* length of best match */ member in struct:internal_state
/ast/src/cmd/mam/
H A Dshmam.awk1885 function subinvar(s1, myvar, i, j, k, match_length, match_val, match_var)
1889 match_length=0
1895 if (length(yval) < match_length) #we do not want a smaller match!
1926 match_length=length(yval)
1936 if (length(yval) < match_length) #we do not want a smaller match!
1958 match_length=length(yval)
1962 if (match_length > 0) {
/ast/src/cmd/INIT/
H A Dratz.c1363 uInt match_length; /* length of best match */ member in struct:internal_state

Completed in 29 milliseconds