Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dminigzip.c60 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
234 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
DChangeLog237 to the variable compared with SUFFIX_LEN [Truta]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dminigzip.c133 #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) macro
516 if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) {
DChangeLog854 to the variable compared with SUFFIX_LEN [Truta]