Searched refs:IPos (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deflate.c | 79 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_head = NIL; /* head of the hash chain */ in deflate_fast() 1015 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()
|
| H A D | defutil.h | 67 typedef unsigned IPos; typedef 132 IPos prev_match; /* previous match */
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local void check_match OF((deflate_state *s, IPos start, IPos match, 319 IPos hash_head = 0; 1063 IPos cur_match; /* current match */ 1071 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1072 s->strstart - (IPos)MAX_DIST(s) : NIL; 1212 IPos cur_match; /* current match */ 1271 IPos start, match; 1522 IPos hash_head; /* head of the hash chain */ [all …]
|
| H A D | deflate.h | 88 typedef unsigned IPos; typedef 154 IPos prev_match; /* previous match */
|