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

12

/openjdk10/hotspot/src/os/posix/dtrace/
H A Dhotspot_jni.d45 probe CallCharMethodA__return(uint16_t);
47 probe CallCharMethod__return(uint16_t);
49 probe CallCharMethodV__return(uint16_t);
87 probe CallNonvirtualCharMethodA__return(uint16_t);
89 probe CallNonvirtualCharMethod__return(uint16_t);
91 probe CallNonvirtualCharMethodV__return(uint16_t);
123 probe CallNonvirtualShortMethodA__return(uint16_t);
125 probe CallNonvirtualShortMethod__return(uint16_t);
127 probe CallNonvirtualShortMethodV__return(uint16_t);
141 probe CallShortMethodA__return(uint16_t);
[all...]
/openjdk10/hotspot/test/native/utilities/
H A Dtest_align.cpp106 test_alignments<int64_t, uint16_t>();
114 test_alignments<uint32_t, uint16_t>();
121 test_alignments<int32_t, uint16_t>();
126 test_alignments<uint16_t, uint8_t>();
127 test_alignments<uint16_t, uint16_t>();
128 test_alignments<uint16_t, int8_t>();
129 test_alignments<uint16_t, int16_t>();
/openjdk10/hotspot/test/native/metaprogramming/
H A Dtest_isSigned.cpp46 const TestIntegers<int16_t, uint16_t> TestShort;
/openjdk10/jdk/src/java.desktop/macosx/native/libsplashscreen/
H A Dsplashscreen_config.h42 typedef uint16_t word_t;
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-utf-private.hh133 typedef uint16_t codepoint_t;
135 static inline const uint16_t *
136 next (const uint16_t *text,
137 const uint16_t *end,
167 static inline const uint16_t *
168 prev (const uint16_t *text,
169 const uint16_t *start,
201 strlen (const uint16_t *text)
H A Dhb-ot-shape-complex-indic-private.hh37 #define INDIC_TABLE_ELEMENT_TYPE uint16_t
H A Dhb-common.h59 typedef unsigned __int16 uint16_t; typedef
82 uint16_t u16[2];
H A Dhb-ot-cmap-table.hh157 uint16_t new_length = (uint16_t) MIN ((uintptr_t) 65535,
H A Dhb-buffer.h336 const uint16_t *text,
H A Dhb-ot-shape-complex-arabic-table.hh183 static const uint16_t shaping_table[][4] =
371 uint16_t first;
373 uint16_t second;
374 uint16_t ligature;
H A Dhb-coretext.cc442 uint16_t aatFeatureType;
443 uint16_t selectorToEnable;
444 uint16_t selectorToDisable;
/openjdk10/hotspot/src/share/vm/utilities/
H A Dcopy.cpp91 static uint16_t byte_swap(uint16_t x) {
99 uint16_t lo = (uint16_t)x;
100 uint16_t hi = (uint16_t)(x >> 16);
223 case 2: do_conjoint_swap<uint16_t,D,swap>(src, dst, byte_count); break;
H A DglobalDefinitions_xlc.hpp105 typedef uint16_t jushort;
H A DglobalDefinitions_gcc.hpp132 typedef unsigned short uint16_t; typedef
155 typedef uint16_t jushort;
H A DglobalDefinitions_sparcWorks.hpp140 typedef unsigned short uint16_t; typedef
H A DglobalDefinitions_visCPP.hpp82 typedef unsigned __int16 uint16_t; typedef
/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dlibproc_impl.h62 uint16_t r_fs;
63 uint16_t r_gs;
65 uint16_t r_es; // not used
66 uint16_t r_ds; // not used
/openjdk10/jdk/src/java.desktop/unix/native/libsplashscreen/
H A Dsplashscreen_config.h45 typedef uint16_t word_t;
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DsparsePRT.hpp49 typedef uint16_t card_elem_t;
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ucdn/
H A Ducdn.h52 typedef unsigned __int16 uint16_t;
/openjdk10/hotspot/src/share/vm/opto/
H A Dchaitin.hpp144 uint16_t _num_regs; // 2 for Longs and Doubles, 1 for all else
153 uint16_t _reg_pressure;
/openjdk10/hotspot/src/os/solaris/dtrace/
H A Djhelper.d57 #define copyin_uint16(ADDR) *(uint16_t*) copyin((pointer) (ADDR), sizeof(uint16_t))
/openjdk10/hotspot/src/os/bsd/dtrace/
H A Djhelper.d57 #define copyin_uint16(ADDR) *(uint16_t*) copyin((pointer) (ADDR), sizeof(uint16_t))
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp2457 HOTSPOT_JNI_NEWSTRING_ENTRY(env, (uint16_t *) unicodeChars, len);
2515 HOTSPOT_JNI_RELEASESTRINGCHARS_ENTRY(env, str, (uint16_t *) chars);
2767 , HOTSPOT_JNI_GETSHORTARRAYELEMENTS_ENTRY(env, (uint16_t*) array, (uintptr_t *) isCopy),
2768 HOTSPOT_JNI_GETSHORTARRAYELEMENTS_RETURN((uint16_t*)result))
2770 , HOTSPOT_JNI_GETCHARARRAYELEMENTS_ENTRY(env, (uint16_t*) array, (uintptr_t *) isCopy),
2815 , HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_ENTRY(env, array, (uint16_t *) buf, mode),
2818 , HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_ENTRY(env, array, (uint16_t *) buf, mode),
2865 , HOTSPOT_JNI_GETSHORTARRAYREGION_ENTRY(env, array, start, len, (uint16_t *) buf),
2868 , HOTSPOT_JNI_GETCHARARRAYREGION_ENTRY(env, array, start, len, (uint16_t*) buf),
2915 , HOTSPOT_JNI_SETSHORTARRAYREGION_ENTRY(env, array, start, len, (uint16_t *) bu
[all...]
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dtaskqueue.hpp109 typedef NOT_LP64(uint16_t) LP64_ONLY(uint32_t) idx_t;

Completed in 132 milliseconds

12