/netbsd/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | deflate.c | 189 #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 D | deflate.c | 177 #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 D | ChangeLog | 883 - Invert the assignment order of match_head and s->prev[...] in
|
/netbsd/external/gpl3/binutils.old/dist/zlib/ |
H A D | deflate.c | 177 #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 D | ChangeLog | 883 - Invert the assignment order of match_head and s->prev[...] in
|
/netbsd/common/dist/zlib/ |
H A D | deflate.c | 173 #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 D | ChangeLog | 958 - Invert the assignment order of match_head and s->prev[...] in
|
/netbsd/external/gpl3/binutils/dist/zlib/ |
H A D | deflate.c | 177 #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 D | ChangeLog | 946 - Invert the assignment order of match_head and s->prev[...] in
|
/netbsd/external/gpl3/gdb.old/dist/zlib/ |
H A D | deflate.c | 177 #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 D | ChangeLog | 883 - Invert the assignment order of match_head and s->prev[...] in
|
/netbsd/sys/net/ |
H A D | zlib.c | 781 #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], \
|