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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmorecfg.h145 /* UINT16 must hold at least the values 0..65535. */
148 typedef unsigned short UINT16; typedef
150 typedef unsigned int UINT16; typedef
H A Djpeglib.h95 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
367 UINT16 X_density; /* Horizontal pixel density */
368 UINT16 Y_density; /* Vertical pixel density */
585 UINT16 X_density; /* Horizontal pixel density */
586 UINT16 Y_density; /* Vertical pixel density */
H A Drdbmp.c373 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
374 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
H A Djcparam.c56 (*qtblptr)->quantval[i] = (UINT16) temp;
H A Djdmarker.c559 quant_ptr->quantval[natural_order[i]] = (UINT16) tmp;
H A Djquant2.c147 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */
H A Dtransupp.c1107 UINT16 qtemp;
/macosx-10.10/libffi-18.1/include/
H A Dffi_common.h86 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi_common.h90 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi_common.h90 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/include/
H A Dffi_common.h86 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/macosx-10.10/swig-12/Lib/
H A Dwindows.i94 typedef unsigned short UINT16, *PUINT16;
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddns_sd.h105 typedef UINT16 uint16_t;
117 typedef UINT16 uint16_t;
H A DCommonServices.h757 typedef UINT16 uint16_t;
/macosx-10.10/swig-12/Lib/typemaps/
H A Dprimtypes.swg300 Macro2(%checkcode(UINT16), unsigned short);
/macosx-10.10/libffi-18.1/x86/
H A Dx86-ffi_darwin.c84 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c84 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Dx86-ffi_darwin.c86 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv);
/macosx-10.10/OpenSSH-189/openssh/
H A Dumac.c89 typedef u_int16_t UINT16; /* 2 byte */ typedef
871 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
872 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
873 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
874 t = t + ipkp[3] * (UINT64)(UINT16)(data);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c112 *(unsigned int*)argp = (unsigned int)*(UINT16*)(*p_argv);
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dsimclist.c78 typedef UINT16 uint16_t;

Completed in 157 milliseconds