Home
last modified time | relevance | path

Searched refs:IPos (Results 1 – 2 of 2) sorted by relevance

/lib/zlib_deflate/
A Ddeflate.c79 static uInt longest_match (deflate_state *s, IPos cur_match);
82 static void check_match (deflate_state *s, IPos start, IPos match,
564 IPos cur_match /* current match */ in longest_match()
573 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
574 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
707 IPos start, in check_match()
708 IPos match, in check_match()
924 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast()
1018 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()
A Ddefutil.h67 typedef unsigned IPos; typedef
132 IPos prev_match; /* previous match */

Completed in 6 milliseconds