Searched refs:UINT16 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h148 /* UINT16 must hold at least the values 0..65535. */
151 typedef unsigned short UINT16; typedef
153 typedef unsigned int UINT16; typedef
H A Djpeglib.h92 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
349 UINT16 X_density; /* Horizontal pixel density */
350 UINT16 Y_density; /* Vertical pixel density */
559 UINT16 X_density; /* Horizontal pixel density */
560 UINT16 Y_density; /* Vertical pixel density */
H A Djcparam.c59 (*qtblptr)->quantval[i] = (UINT16) temp;
H A Djdmarker.c529 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
H A Djquant2.c151 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */
H A DimageioJPEG.c707 quant_ptr->quantval[j] = (UINT16)qdataBody[j];
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DSoundDefs.h88 typedef unsigned short UINT16; typedef
H A DDirectAudioDevice.c65 static INLINE UINT16 MAP_SWAP16_impl(UINT16 a) {
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs53 data FFIType = SINT8 | UINT8 | SINT16 | UINT16 | SINT32 | UINT32
69 ffitype _ Nushort = UINT16
85 sizeof UINT16 = 2

Completed in 75 milliseconds