Searched defs:whave (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dinffast.c81 unsigned whave; /* valid bytes in the window */ local
108 whave = state->whave;
189 if (op > whave) {
197 if (len <= op - whave) {
203 len -= op - whave;
206 } while (--op > whave);
H A Dinflate.h94 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dinffast.c81 unsigned whave; /* valid bytes in the window */ local
108 whave = state->whave;
189 if (op > whave) {
H A Dinflate.h90 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state

Completed in 46 milliseconds