Searched refs:stored (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestShortBuffer.java76 int stored = 0;
116 int stored = 0;
118 stored = ci.update(in, 0, in.length, SHORTBUFFER);
123 stored = ci.update(in, 0, in.length, out);
124 stored = ci.doFinal(out, outOffset += stored);
125 if (out.length != (stored + outOffset)) {
133 int stored = 0;
140 stored = ci.update(in, offset, in.length-offset, SHORTBUFFER);
145 stored
[all...]
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_64.s148 # x18 contains number of bytes to be stored minus 128
184 # Increased x18 by 64, but stored 64 bytes, so x2 contains exact number of bytes to be stored
474 # x18 contains number of bytes to be stored minus 64
509 # Increased x18 by 32, but stored 32 bytes, so x2 contains exact number of bytes to be stored
/openjdk9/make/
H A DRunTests.gmk250 $$(call LogWarn, Test report is stored in $$(strip \
386 $$(call LogWarn, Test report is stored in $$(strip \
/openjdk9/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s165 / and stored atomically.
253 / cache line boundaries will still be loaded and stored atomically.
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s153 # and stored atomically.
243 # cache line boundaries will still be loaded and stored atomically.
/openjdk9/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s161 # and stored atomically.
251 # cache line boundaries will still be loaded and stored atomically.
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXKeysym.java171 Long stored = uppercaseHash.get(keysym);
172 if (stored != null ) {
173 return stored.longValue();
H A Dkeysym2ucs.h209 tojava Long stored = uppercaseHash.get(keysym); local
210 tojava if (stored != null ) {
211 tojava return stored.longValue();

Completed in 109 milliseconds