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

12

/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/
H A Dj2d_md.h39 typedef unsigned short jushort; typedef
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/
H A Dj2d_md.h38 typedef unsigned short jushort; typedef
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DUshort555Rgbx.h34 typedef jushort Ushort555RgbxPixelType;
35 typedef jushort Ushort555RgbxDataType;
67 ((pRas)[x] = (jushort) (pixel))
75 jushort pixel = (pRas)[x]; \
97 (pRas)[x] = (jushort) ((((r) >> 3) << 11) | \
H A DUshort565Rgb.h34 typedef jushort Ushort565RgbPixelType;
35 typedef jushort Ushort565RgbDataType;
72 ((pRas)[x] = (jushort) (pixel))
80 jushort pixel = (pRas)[x]; \
102 (pRas)[x] = (jushort) ComposeUshort565RgbFrom3ByteRgb(r, g, b)
122 jushort PREFIX;
128 PREFIX = (jushort) ComposeUshort565RgbFrom3ByteRgb(COMP_PREFIX ## R, \
H A DUshort555Rgb.h34 typedef jushort Ushort555RgbPixelType;
35 typedef jushort Ushort555RgbDataType;
72 ((pRas)[x] = (jushort) (pixel))
80 jushort pixel = (pRas)[x]; \
102 (pRas)[x] = (jushort) ComposeUshort555RgbFrom3ByteRgb(r, g, b)
122 jushort PREFIX;
128 PREFIX = (jushort) ComposeUshort555RgbFrom3ByteRgb(COMP_PREFIX ## R, \
H A DUshort4444Argb.h34 typedef jushort Ushort4444ArgbPixelType;
35 typedef jushort Ushort4444ArgbDataType;
70 ((pRas)[x] = (jushort) (pixel))
76 jushort pixel = (pRas)[x]; \
87 jushort pixel = (pRas)[x]; \
113 (pRas)[x] = (jushort)((((a) << 8) & 0xf000) | \
129 COMP_PREFIX ## A = (((jushort) PREFIX) >> 12) & 0xf; \
H A DIndex12Gray.h37 typedef jushort Index12GrayPixelType;
38 typedef jushort Index12GrayDataType;
68 ((pRas)[x] = (jushort) (pixel))
75 ((pPix)[x] = (jushort) (pixel))
116 (pRas)[x] = (jushort) (PREFIX ## InvGrayLut[gray]); \
123 (pRas)[x] = (jushort) (PREFIX ## InvGrayLut[gray]);
H A DUshortGray.h36 typedef jushort UshortGrayPixelType;
37 typedef jushort UshortGrayDataType;
90 ((pRas)[x] = (jushort) (pixel))
140 (pRas)[x] = (jushort) (((gray) << 8) + (gray))
159 jushort PREFIX;
165 PREFIX = (jushort) COMP_PREFIX ## G
H A DUshortIndexed.h37 typedef jushort UshortIndexedPixelType;
38 typedef jushort UshortIndexedDataType;
92 typedef jushort UshortIndexedBmPixelType;
93 typedef jushort UshortIndexedBmDataType;
111 ((pRas)[x] = (jushort) (pixel))
117 (pPix)[x] = (jushort) (pixel)
/openjdk10/hotspot/src/share/vm/runtime/
H A DorderAccess.hpp272 static jushort load_acquire(const volatile jushort* p);
286 static void release_store(volatile jushort* p, jushort v);
300 static void release_store_fence(volatile jushort* p, jushort v);
347 static void store_fence(jushort* p, jushort v);
H A DorderAccess.inline.hpp62 inline jushort OrderAccess::load_acquire(const volatile jushort* p) { return (jushort)specialized_load_acquire((const volatile jshort*)p); }
76 inline void OrderAccess::release_store(volatile jushort* p, jushort v) { specialized_release_store((volatile jshort*)p, (jshort)v); }
90 inline void OrderAccess::release_store_fence(volatile jushort* p, jushort v) { specialized_release_store_fence((volatile jshort*)p, (jshort)v); }
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A DorderAccess_linux_aarch64.inline.hpp63 inline jushort OrderAccess::load_acquire(const volatile jushort* p)
64 { jushort data; __atomic_load(p, &data, __ATOMIC_ACQUIRE); return data; }
88 inline void OrderAccess::release_store(volatile jushort* p, jushort v)
113 inline void OrderAccess::store_fence(jushort* p, jushort v)
133 inline void OrderAccess::release_store_fence(volatile jushort* p, jushort v) { release_store(p, v); fence(); }
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DBufImgOps.cpp264 jushort *pBase = (jushort*)lockedRect.pBits;
266 jushort *pDst;
272 memcpy(pDst, bands[i], bandLength*sizeof(jushort));
277 pDst[j] = (jushort)(pSrc[j] << 8);
/openjdk10/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp75 jushort* ushort_at_addr(int which) const { // for field descriptor arrays
77 return (jushort*) &short_base()[which];
110 jushort ushort_at(int which) const { return *ushort_at_addr(which); }
111 void ushort_at_put(int which, jushort contents) { *ushort_at_addr(which) = contents; }
H A DinstanceKlass.hpp167 Array<jushort>* _inner_classes;
1426 Array<jushort>* _inner_classes;
H A DconstantPool.hpp285 build_int_from_shorts((jushort)resolved_klass_index, (jushort)name_index);
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp105 typedef uint16_t jushort; typedef
H A DglobalDefinitions_sparcWorks.hpp172 typedef unsigned short jushort; typedef
H A DglobalDefinitions_visCPP.hpp114 typedef unsigned short jushort; typedef
H A DglobalDefinitions_gcc.hpp155 typedef uint16_t jushort; typedef
H A DglobalDefinitions.hpp393 typedef jushort u2;
398 const jushort max_jushort = (jushort)-1; // 0xFFFF largest jushort
1217 inline int build_int_from_shorts( jushort low, jushort high ) {
H A Dcopy.cpp265 jshort fill = (jushort)( (jubyte)value ); // zero-extend
/openjdk10/hotspot/src/share/vm/classfile/
H A DjavaClasses.inline.hpp176 assert((jushort)bci == bci, "bci should be short");
182 assert((jushort)mid == mid, "mid should be short");
183 assert((jushort)cpref == cpref, "cpref should be short");
/openjdk10/hotspot/src/share/vm/opto/
H A Dnode.hpp729 jushort _class_id;
730 jushort _flags;
734 void init_class_id(jushort c) {
738 void init_flags(jushort fl) {
742 void clear_flag(jushort fl) {
748 const jushort class_id() const { return _class_id; }
750 const jushort flags() const { return _flags; }
752 void add_flag(jushort fl) { init_flags(fl); }
754 void remove_flag(jushort fl) { clear_flag(fl); }
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp717 jushort old_flags = (jushort) the_class->access_flags().get_flags();
718 jushort new_flags = (jushort) scratch_class->access_flags().get_flags();
841 old_flags = (jushort) k_old_method->access_flags().get_flags();
842 new_flags = (jushort) k_new_method->access_flags().get_flags();
874 new_flags = (jushort) k_new_method->access_flags().get_flags();
908 old_flags = (jushort) k_old_method->access_flags().get_flags();

Completed in 459 milliseconds

12