Searched refs:IPos (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.c | 94 uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 99 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); 102 local void check_match OF((deflate_state *s, IPos start, IPos match, 329 IPos hash_head = 0; 1035 IPos cur_match; /* current match */ 1043 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1044 s->strstart - (IPos)MAX_DIST(s) : NIL; 1183 IPos cur_match; /* current match */ 1240 IPos start, match; [all …]
|
H A D | deflate.h | 88 typedef unsigned IPos; typedef 154 IPos prev_match; /* previous match */
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 355 typedef unsigned IPos; typedef 430 IPos prev_match; /* previous match */ 723 uInt longest_match OF((deflate_state *s, IPos cur_match)); 725 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 729 local void check_match OF((deflate_state *s, IPos start, IPos match, 955 IPos hash_head = 0; 1455 IPos cur_match; /* current match */ 1464 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1465 s->strstart - (IPos)MAX_DIST(s) : NIL; 1620 IPos cur_match; /* current match */ [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 210 typedef unsigned IPos; typedef 275 IPos prev_match; /* previous match */ 534 local int longest_match OF((deflate_state *s, IPos cur_match)); 543 local void check_match OF((deflate_state *s, IPos start, IPos match, 941 IPos cur_match; /* current match */ 948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 949 s->strstart - (IPos)MAX_DIST(s) : NIL; 1077 IPos start, match; 1230 IPos hash_head = NIL; /* head of the hash chain */ 1326 IPos hash_head = NIL; /* head of hash chain */
|