Searched refs:match_head (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 184 #define INSERT_STRING(s, str, match_head) \ argument 186 match_head = s->head[s->ins_h], \ 189 #define INSERT_STRING(s, str, match_head) \ argument 191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
|
D | ChangeLog | 223 - Invert the assignment order of match_head and s->prev[...] in
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 181 #define INSERT_STRING(s, str, match_head) \ argument 183 match_head = s->head[s->ins_h], \ 186 #define INSERT_STRING(s, str, match_head) \ argument 188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
|
D | ChangeLog | 840 - Invert the assignment order of match_head and s->prev[...] in
|