Home
last modified time | relevance | path

Searched refs:match_head (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c177 #define INSERT_STRING(s, str, match_head) \ argument
179 match_head = s->head[s->ins_h], \
182 #define INSERT_STRING(s, str, match_head) \ argument
184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
H A DChangeLog883 - Invert the assignment order of match_head and s->prev[...] in