HomeSort by relevance Sort by last modified time
    Searched defs:INT16 (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 50 typedef SHORT INT16;
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 39 typedef int16_t INT16;
  /external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c 39 #define INT16 "%d"
44 #define WORD16 INT16
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 35 typedef signed short INT16;
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 35 typedef signed short INT16;
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 24 INT16 = Kind('i16')
45 INT16,
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlus.h 20 typedef signed short INT16;
DWrite.h 28 typedef signed short INT16, *PINT16;
459 INT16 lineGap;
479 INT16 underlinePosition;
491 INT16 strikethroughPosition;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xmd.h 108 typedef unsigned int INT16;
111 typedef signed int INT16;
122 typedef short INT16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 108 typedef unsigned int INT16;
111 typedef signed int INT16;
122 typedef short INT16;
  /external/chromium_org/dbus/
message.h 69 INT16 = DBUS_TYPE_INT16,
275 void AppendInt16(int16 value);
337 void AppendVariantOfInt16(int16 value);
385 bool PopInt16(int16* value);
451 bool PopVariantOfInt16(int16* value);
  /external/jpeg/
jmorecfg.h 32 ((INT16*)(addr))[0] = (pixels); \
33 ((INT16*)(addr))[1] = (pixels)>>16; \
179 /* INT16 must hold at least the values -32768..32767. */
181 #ifndef XMD_H /* X11/xmd.h correctly defines INT16 */
182 typedef int16_t INT16;
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 158 /* INT16 must hold at least the values -32768..32767. */
160 #ifndef XMD_H /* X11/xmd.h correctly defines INT16 */
161 typedef short INT16;
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 158 /* INT16 must hold at least the values -32768..32767. */
160 #ifndef XMD_H /* X11/xmd.h correctly defines INT16 */
161 typedef short INT16;
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 29 ((INT16*)(addr))[0] = (pixels); \
30 ((INT16*)(addr))[1] = (pixels)>>16; \
176 /* INT16 must hold at least the values -32768..32767. */
178 #ifndef XMD_H /* X11/xmd.h correctly defines INT16 */
179 typedef short INT16;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 31 typedef signed short INT16,*PINT16;
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 63 #define INT16 unsigned int

Completed in 433 milliseconds