Home
last modified time | relevance | path

Searched refs:nice_match (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */ local
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;
Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c523 s->nice_match = configuration_table[level].nice_length;
544 s->nice_match = nice_length;
1117 s->nice_match = configuration_table[s->level].nice_length;
1157 int nice_match = s->nice_match; /* stop if match long enough */ local
1191 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1276 if (len >= nice_match) break;
Ddeflate.h191 int nice_match; /* Stop searching when current match exceeds this */ member