Searched refs:IPos (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.h | 92 typedef unsigned IPos; typedef 158 IPos prev_match; /* previous match */
|
H A D | deflate.c | 91 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, 1276 IPos cur_match; /* current match */ 1284 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1285 s->strstart - (IPos)MAX_DIST(s) : NIL; 1425 IPos cur_match; /* current match */ 1488 IPos start, match; 1874 IPos hash_head; /* head of the hash chain */ 1976 IPos hash_head; /* head of hash chain */
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 353 typedef unsigned IPos; typedef 428 IPos prev_match; /* previous match */ 721 uInt longest_match OF((deflate_state *s, IPos cur_match)); 723 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 727 local void check_match OF((deflate_state *s, IPos start, IPos match, 953 IPos hash_head = 0; 1453 IPos cur_match; /* current match */ 1462 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1463 s->strstart - (IPos)MAX_DIST(s) : NIL; 1618 IPos cur_match; /* current match */ [all …]
|
/illumos-gate/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 */
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1298 typedef unsigned IPos; typedef 1364 IPos prev_match; /* previous match */
|