Home
last modified time | relevance | path

Searched refs:MAX_DIST (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c335 if (length > MAX_DIST(s)) {
336 length = MAX_DIST(s);
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1293 if (s->strstart >= wsize+MAX_DIST(s)) {
1409 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1433 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1589 s->strstart - hash_head <= MAX_DIST(s)) {
Ddeflate.h276 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
Dtrees.c1036 Assert((ush)dist < (ush)MAX_DIST(s) &&
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
Ddeflate.c1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1419 if (s->strstart >= wsize+MAX_DIST(s)) {
1583 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1607 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1766 s->strstart - hash_head <= MAX_DIST(s)) {
Dtrees.c1024 Assert((ush)dist < (ush)MAX_DIST(s) &&