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

/openjdk7/langtools/test/tools/javac/
H A DStringConversion.java15 * You should have received a copy of the GNU General Public License version
20 * or visit www.oracle.com if you need additional information or have any
42 static void check(int testid, String have, String expect) argument
44 if ((have == null && have != expect) ||
45 (have != null && !have.equals(expect))) {
48 have + "\" EXPECT \"" + expect + "\"";
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinfback.c16 * You should have received a copy of the GNU General Public License version
21 * or visit www.oracle.com if you need additional information or have any
148 have = strm->avail_in; \
159 strm->avail_in = have; \
175 if (have == 0) { \
176 have = in(in_desc, &next); \
177 if (have == 0) { \
190 have--; \
275 unsigned have, left; /* available input and output */ local
298 have
[all...]
H A Dinflate.c16 * You should have received a copy of the GNU General Public License version
21 * or visit www.oracle.com if you need additional information or have any
124 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
432 have = strm->avail_in; \
443 strm->avail_in = have; \
459 if (have == 0) goto inf_leave; \
460 have--; \
539 would all have to actually be part of the saved state in case NEEDBITS()
585 unsigned have, left; /* available input and output */ local
608 in = have;
[all...]
H A Dinflate.h16 * You should have received a copy of the GNU General Public License version
21 * or visit www.oracle.com if you need additional information or have any
134 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state

Completed in 59 milliseconds