HomeSort by relevance Sort by last modified time
    Searched refs:INT16 (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xprotostr.h 55 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
61 INT16 x B16, y B16;
65 INT16 x B16, y B16;
72 INT16 x B16, y B16;
74 INT16 angle1 B16, angle2 B16;
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/
Xprotostr.h 55 INT16 x1 B16, y1 B16, x2 B16, y2 B16;
61 INT16 x B16, y B16;
65 INT16 x B16, y B16;
72 INT16 x B16, y B16;
74 INT16 angle1 B16, angle2 B16;
Xmd.h 108 typedef unsigned int INT16;
111 typedef signed int INT16;
122 typedef short INT16;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 50 typedef SHORT INT16;
gdiplusmetaheader.h 60 INT16 Left;
61 INT16 Top;
62 INT16 Right;
63 INT16 Bottom;
68 INT16 Hmf;
70 INT16 Inch;
72 INT16 Checksum;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 60 INT16 Left;
61 INT16 Top;
62 INT16 Right;
63 INT16 Bottom;
69 INT16 Hmf; // Metafile HANDLE number (always 0)
71 INT16 Inch; // Number of metafile units per inch
73 INT16 Checksum; // Checksum value for previous 10 WORDs
GdiPlusFontFamily.h 216 inline INT16
219 INT16 TypographicAscent;
226 inline INT16
229 INT16 TypographicDescent;
236 inline INT16
239 INT16 TypographicLineGap;
GdiPlus.h 20 typedef signed short INT16;
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 131 *psBtOut++ = (INT16)out5; \
184 *psBtOut++ = (INT16)out5; \
222 *psBtOut++ = (INT16)out1; \
248 INT16 *psBtOut = (INT16 *)pDst;
282 return (psBtOut - (INT16 *)pDst);
289 INT16 *psDst = (INT16 *)pDst;
290 INT16 sWorker;
314 return (psDst - (INT16 *)pDst)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
shapeproto.h 81 INT16 xOff B16;
82 INT16 yOff B16;
96 INT16 xOff B16;
97 INT16 yOff B16;
111 INT16 xOff B16;
112 INT16 yOff B16;
125 INT16 xOff B16;
126 INT16 yOff B16;
146 INT16 xBoundingShape B16; /* extents of bounding shape */
147 INT16 yBoundingShape B16
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shapeproto.h 81 INT16 xOff B16;
82 INT16 yOff B16;
96 INT16 xOff B16;
97 INT16 yOff B16;
111 INT16 xOff B16;
112 INT16 yOff B16;
125 INT16 xOff B16;
126 INT16 yOff B16;
146 INT16 xBoundingShape B16; /* extents of bounding shape */
147 INT16 yBoundingShape B16
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.h 53 INT16 max; /* maximum value for int arg */
58 char *p_arg, INT16 int_arg);
  /external/bluetooth/bluedroid/bta/av/
bta_av_sbc.c 43 INT16 worker1;
44 INT16 worker2;
168 INT16 *p_src_tmp = (INT16 *)p_src;
169 INT16 *p_dst_tmp = (INT16 *)p_dst;
170 INT16 *p_worker1 = &bta_av_sbc_ups_cb.worker1;
171 INT16 *p_worker2 = &bta_av_sbc_ups_cb.worker2;
231 INT16 *p_src_tmp = (INT16 *)p_src
    [all...]
  /external/jpeg/
jdct.h 162 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
165 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))
175 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
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/src/fxcodec/libjpeg/
jdct.h 158 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
161 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))
171 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
  /external/qemu/distrib/jpeg-6b/
jdct.h 158 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
161 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))
171 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
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;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 202 INT16 vid_x B16;
203 INT16 vid_y B16;
206 INT16 drw_x B16;
207 INT16 drw_y B16;
220 INT16 vid_x B16;
221 INT16 vid_y B16;
224 INT16 drw_x B16;
225 INT16 drw_y B16;
238 INT16 vid_x B16;
239 INT16 vid_y B16
    [all...]
  /external/bluetooth/bluedroid/bta/include/
utl.h 74 extern INT16 utl_str2int(const char *p_s);
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 39 typedef int16_t INT16;
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.h 34 INT16 max; /* maximum value for int arg */
39 char *p_arg, INT16 int_arg);
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 182 typedef void (tGOEP_READ_CBACK) (tGOEP_FD fd, void *p_data, INT16 size,
200 typedef void (tGOEP_WRITE_CBACK) (tGOEP_FD fd, const void *p_data, INT16 size,
214 typedef void (tGOEP_SEEK_CBACK) (tGOEP_FD fd, INT32 offset, INT16 origin, UINT8 app_id);
  /external/libnfc-nci/src/udrv/include/
unv.h 47 typedef INT16 tUNV_STATUS;

Completed in 898 milliseconds

1 2 3 4 5