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

1 2 3 4 5

  /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-linux-glibc2.15-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;
  /external/tpm2/
stubs_sym.c 7 INT16 _cpri__GetSymmetricBlockSize(
BaseTypes.h 22 typedef int16_t INT16;
stubs_hash.c 98 INT16 hLen; // length of the hash
99 INT16 bytes; // number of bytes to produce
118 if((hLen = (INT16) _cpri__GetDigestSize(hashAlg)) == 0)
123 bytes = once ? hLen : (INT16)((sizeInBits + 7) / 8);
180 INT16 hLen = (INT16) _cpri__GetDigestSize(hashAlg);
181 INT16 bytes; // number of bytes to generate
188 bytes = (INT16)((sizeInBits + 7) / 8);
MemoryLib_fp.h 20 LIB_EXPORT INT16 MemoryCopy2B(TPM2B *dest, // OUT: receiving TPM2B
  /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;
  /system/bt/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.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...]
xfixesproto.h 176 INT16 x B16;
177 INT16 y B16;
297 INT16 x B16, y B16;
309 INT16 dx B16, dy B16;
338 INT16 x B16, y B16;
354 INT16 xOrigin B16, yOrigin B16;
367 INT16 xOff B16, yOff B16;
379 INT16 xOrigin B16, yOrigin B16;
433 INT16 x B16;
434 INT16 y B16
    [all...]
shmproto.h 104 INT16 dstX B16;
105 INT16 dstY B16;
120 INT16 x B16;
121 INT16 y B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
xfixesproto.h 176 INT16 x B16;
177 INT16 y B16;
297 INT16 x B16, y B16;
309 INT16 dx B16, dy B16;
338 INT16 x B16, y B16;
354 INT16 xOrigin B16, yOrigin B16;
367 INT16 xOff B16, yOff B16;
379 INT16 xOrigin B16, yOrigin B16;
433 INT16 x B16;
434 INT16 y B16
    [all...]
shmproto.h 104 INT16 dstX B16;
105 INT16 dstY B16;
120 INT16 x B16;
121 INT16 y B16;
  /system/bt/bta/ag/
bta_ag_at.h 53 INT16 max; /* maximum value for int arg */
58 char *p_arg, INT16 int_arg);
  /external/pdfium/third_party/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)))
  /system/bt/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...]
  /system/bt/bta/include/
utl.h 74 extern INT16 utl_str2int(const char *p_s);
  /external/libjpeg-turbo/win/
jconfig.h.in 41 typedef short INT16;
  /system/bt/bta/hf_client/
bta_hf_client_at.h 34 INT16 max; /* maximum value for int arg */
39 char *p_arg, INT16 int_arg);
  /external/libjpeg-turbo/
jdct.h 189 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
192 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))
202 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
  /external/libnfc-nci/src/udrv/include/
unv.h 47 typedef INT16 tUNV_STATUS;

Completed in 385 milliseconds

1 2 3 4 5