Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/ !
H A Ddeflate.c211 #define INSERT_STRING(s, str, match_head) \ argument
213 match_head = s->head[s->ins_h], \
216 #define INSERT_STRING(s, str, match_head) \ argument
218 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \