Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zlib_deflate/
H 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,
560 IPos cur_match /* current match */ in longest_match()
569 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
570 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
703 IPos start, in check_match()
704 IPos match, in check_match()
921 IPos hash_hea in deflate_fast()
[all...]
H A Ddefutil.h67 typedef unsigned IPos; typedef
70 * save space in the various tables. IPos is used only for parameter passing.
132 IPos prev_match; /* previous match */
/kernel/linux/linux-6.6/lib/zlib_deflate/
H 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,
567 IPos cur_match /* current match */ in longest_match()
576 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
577 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
710 IPos start, in check_match()
711 IPos match, in check_match()
928 IPos hash_hea in deflate_fast()
[all...]
H A Ddefutil.h67 typedef unsigned IPos; typedef
70 * save space in the various tables. IPos is used only for parameter passing.
132 IPos prev_match; /* previous match */

Completed in 5 milliseconds