HomeSort by: relevance | last modified time | path
    Searched defs:ins_h (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 148 uInt ins_h; /* hash index of string to be inserted */ member in struct:internal_state
154 /* Number of bits by which ins_h must be shifted at each input
  /src/sys/net/
zlib.c 409 uInt ins_h; /* hash index of string to be inserted */ member in struct:deflate_state
415 /* Number of bits by which ins_h must be shifted at each input
782 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
783 match_head = s->head[s->ins_h], \
784 s->head[s->ins_h] = (Pos)(str))
787 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
788 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
789 s->head[s->ins_h] = (Pos)(str))
927 * s->lookahead stays null, so s->ins_h will be recomputed at the next
930 s->ins_h = s->window[0]
    [all...]

Completed in 12 milliseconds