HomeSort by: relevance | last modified time | path
    Searched defs:IPos (Results 1 - 2 of 2) 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 */
  /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