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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c179 * Insert string str in the dictionary and set match_head to the previous head
189 #define INSERT_STRING(s, str, match_head) \
191 match_head = s->head[s->ins_h], \
194 #define INSERT_STRING(s, str, match_head) \
196 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Dkillstate.sh309 match_head() function
/freebsd-12-stable/sys/contrib/zlib/
H A Ddeflate.c167 * Insert string str in the dictionary and set match_head to the previous head
177 #define INSERT_STRING(s, str, match_head) \
179 match_head = s->head[s->ins_h], \
182 #define INSERT_STRING(s, str, match_head) \
184 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
/freebsd-12-stable/sys/libkern/
H A Dzlib.c712 * Insert string str in the dictionary and set match_head to the previous head
719 #define INSERT_STRING(s, str, match_head) \
721 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \

Completed in 57 milliseconds