Searched refs:even (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzcrc32.c11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
401 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
416 /* put operator for two zero bits in even */
417 gf2_matrix_square(even, odd);
420 gf2_matrix_square(odd, even);
423 zero byte, eight zero bits, in even) */
426 gf2_matrix_square(even, odd);
428 crc1 = gf2_matrix_times(even, crc1);
435 /* another iteration of the loop with odd and even swappe
[all...]
/openjdk7/jdk/test/java/util/Collections/
H A DCheckedListBash.java10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
109 List even = clone(s);
110 Iterator it = even.iterator();
114 it = even.iterator();
124 fail("Failed to remove all even nubmers.");
128 all.add(2*i, even.get(i));
134 ListIterator itEven = even.listIterator(even.size());
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTest4353056.java10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
52 boolean even = i % 2 == 0;
54 test.setBoolean(i, even);
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dstart-debug-server-windbg64.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dstart-rmiregistry.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dsaenv.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dsaenv64.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
210 { Label even; local
213 // => if it is even, we don't need to check for 0 again
214 jcc(Assembler::carryClear, even);
219 bind(even);
256 const int threshold = 6 * BytesPerWord; // approximate break even point for code size (see comments below)
268 // code size = 16 bytes for even n (n = number of fields to clear)
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat12 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dstart-rmiregistry.bat12 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dbuild.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dcreate.bat11 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s10 !! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s10 / ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s14 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dbsd_x86_32.s10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
H A Dlinux_x86_32.s10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
441 // NOTE: this function doesn't check if the path exists or even if it's legal
473 // Make sure no exploit is being even tried
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2579 "to deliver events, even if there is only one event to report. "
2670 "This event is always generated by the target VM, even "
2828 "will be considered caught even though it appears to be uncaught from "

Completed in 73 milliseconds