HomeSort by: relevance | last modified time | path
    Searched refs:IPos (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 100 typedef unsigned IPos;
103 * save space in the various tables. IPos is used only for parameter passing.
166 IPos prev_match; /* previous match */
deflate.c 1350 local uInt longest_match(deflate_state *s, IPos cur_match) {
1357 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1358 s->strstart - (IPos)MAX_DIST(s) : NIL;
1498 local uInt longest_match(deflate_state *s, IPos cur_match) {
1559 local void check_match(deflate_state *s, IPos start, IPos match, int length) {
1562 IPos len = length;
1563 if (match == (IPos)-1) {
1814 IPos hash_head; /* head of the hash chain *
    [all...]
  /src/sys/net/
zlib.c 362 typedef unsigned IPos;
365 * save space in the various tables. IPos is used only for parameter passing.
427 IPos prev_match; /* previous match */
695 uInt longest_match(deflate_state *s, IPos cur_match);
697 local uInt longest_match(deflate_state *s, IPos cur_match);
701 local void check_match(deflate_state *s, IPos start, IPos match,
905 IPos hash_head = 0;
1351 IPos cur_match) /* current match */
1359 IPos limit = s->strstart > (IPos)MAX_DIST(s)
    [all...]

Completed in 14 milliseconds