Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 3 of 3) sorted by relevance

/lib/zlib_deflate/
Ddefutil.h223 uInt matches; /* number of string matches in current block */ member
Ddeftree.c339 s->last_lit = s->matches = 0; in init_block()
981 s->matches++;
1006 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/lib/
Ddma-debug.c295 int matches = 0, match_lvl, last_lvl = -1; in __hash_bucket_find() local
311 matches += 1; in __hash_bucket_find()
335 ret = (matches == 1) ? ret : NULL; in __hash_bucket_find()