Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.h88 typedef unsigned IPos; typedef
154 IPos prev_match; /* previous match */
A Ddeflate.c91 uInt longest_match OF((deflate_state *s, IPos cur_match));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
320 IPos hash_head = 0;
1064 IPos cur_match; /* current match */
1072 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1073 s->strstart - (IPos)MAX_DIST(s) : NIL;
1213 IPos cur_match; /* current match */
1272 IPos start, match;
1523 IPos hash_head; /* head of the hash chain */
[all …]

Completed in 6 milliseconds