Home
last modified time | relevance | path

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/
Ddeflate.c184 #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], \
DChangeLog223 - Invert the assignment order of match_head and s->prev[...] in
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c181 #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], \
DChangeLog840 - Invert the assignment order of match_head and s->prev[...] in