Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c189 #define INSERT_STRING(s, str, match_head) \ argument
191 match_head = s->head[s->ins_h], \
194 #define INSERT_STRING(s, str, match_head) \ argument
196 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
/netbsd/external/gpl3/gdb/dist/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
/netbsd/external/gpl3/binutils.old/dist/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
/netbsd/common/dist/zlib/
H A Ddeflate.c173 #define INSERT_STRING(s, str, match_head) \ argument
175 match_head = s->head[s->ins_h], \
178 #define INSERT_STRING(s, str, match_head) \ argument
180 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
H A DChangeLog958 - Invert the assignment order of match_head and s->prev[...] in
/netbsd/external/gpl3/binutils/dist/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 DChangeLog946 - Invert the assignment order of match_head and s->prev[...] in
/netbsd/external/gpl3/gdb.old/dist/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
/netbsd/sys/net/
H A Dzlib.c781 #define INSERT_STRING(s, str, match_head) \ argument
783 match_head = s->head[s->ins_h], \
786 #define INSERT_STRING(s, str, match_head) \ argument
788 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \