HomeSort by relevance Sort by last modified time
    Searched refs:ins_h (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 180 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
181 match_head = s->head[s->ins_h], \
182 s->head[s->ins_h] = (Pos)(str))
185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
186 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
187 s->head[s->ins_h] = (Pos)(str))
344 * s->lookahead stays null, so s->ins_h will be recomputed at the next
347 s->ins_h = s->window[0];
348 UPDATE_HASH(s, s->ins_h, s->window[1]);
    [all...]
deflate.h 139 uInt ins_h; /* hash index of string to be inserted */ member in struct:internal_state
147 /* Number of bits by which ins_h must be shifted at each input

Completed in 86 milliseconds