Searched refs:s16 (Results 1 - 5 of 5) sorted by relevance

/openjdk9/langtools/test/tools/javac/T8023112/
H A DSkipLazyConstantCreationForMethodRefTest.java51 SAM s16 = true ? (SAM)SubClass<SkipLazyConstantCreationForMethodRefTest>::<Object>new : s12; field in interface:Tester1
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dcpustate_aarch64.hpp152 int16_t s16; member in union:GRegisterValue
446 return gr[32].value.s16;
448 return gr[reg].value.s16;
/openjdk9/hotspot/test/runtime/RedefineTests/
H A DRedefineRunningMethodsWithBacktrace.java108 String s16 = new String ("string16");
/openjdk9/langtools/test/tools/javac/lambda/
H A DMethodReference73.java108 SAM s16 = MethodReference73::m16; //(IV, IV) incompatible types, invalid method reference
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.c3334 png_uint_32 s16, s32, s00;
3354 s16 = (A >> 16) * (T & 0xffff) +
3359 s32 = (A >> 16) * (T >> 16) + (s16 >> 16);
3362 s16 = (s16 & 0xffff) << 16;
3363 s00 += s16;
3365 if (s00 < s16)

Completed in 96 milliseconds