Home
last modified time | relevance | path

Searched refs:scan_end (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c1051 register ush scan_end = *(ushf*)(scan+best_len-1); local
1055 register Byte scan_end = scan[best_len]; local
1090 if (*(ushf*)(match+best_len-1) != scan_end ||
1121 if (match[best_len] != scan_end ||
1157 scan_end = *(ushf*)(scan+best_len-1);
1160 scan_end = scan[best_len];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1172 register ush scan_end = *(ushf*)(scan+best_len-1); local
1176 register Byte scan_end = scan[best_len]; local
1211 if (*(ushf*)(match+best_len-1) != scan_end ||
1242 if (match[best_len] != scan_end ||
1278 scan_end = *(ushf*)(scan+best_len-1);
1281 scan_end = scan[best_len];