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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinffast.c105 unsigned whave; /* valid bytes in the window */ local
132 whave = state->whave;
213 if (op > whave) {
H A Dinflate.h114 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state

Completed in 359 milliseconds