Home
last modified time | relevance | path

Searched refs:INT16 (Results 1 – 25 of 84) sorted by relevance

1234

/external/harfbuzz_ng/src/
Dhb-ot-os2-table.hh56 INT16 xAvgCharWidth;
60 INT16 ySubscriptXSize;
61 INT16 ySubscriptYSize;
62 INT16 ySubscriptXOffset;
63 INT16 ySubscriptYOffset;
64 INT16 ySuperscriptXSize;
65 INT16 ySuperscriptYSize;
66 INT16 ySuperscriptXOffset;
67 INT16 ySuperscriptYOffset;
68 INT16 yStrikeoutSize;
[all …]
Dhb-ot-hhea-table.hh67 INT16 caretSlopeRise; /* Used to calculate the slope of the
70 INT16 caretSlopeRun; /* 0 for vertical caret, 1 for horizontal. */
71 INT16 caretOffset; /* The amount by which a slanted
76 INT16 reserved1; /* Set to 0. */
77 INT16 reserved2; /* Set to 0. */
78 INT16 reserved3; /* Set to 0. */
79 INT16 reserved4; /* Set to 0. */
80 INT16 metricDataFormat; /* 0 for current format. */
Dhb-ot-head-table.hh124 INT16 xMin; /* For all glyph bounding boxes. */
125 INT16 yMin; /* For all glyph bounding boxes. */
126 INT16 xMax; /* For all glyph bounding boxes. */
127 INT16 yMax; /* For all glyph bounding boxes. */
137 INT16 fontDirectionHint; /* Deprecated (Set to 2).
144 INT16 indexToLocFormat; /* 0 for short offsets, 1 for long. */
145 INT16 glyphDataFormat; /* 0 for current format. */
Dhb-ot-layout-gpos-table.hh77 INT16 xPlacement; /* Horizontal adjustment for
79 INT16 yPlacement; /* Vertical adjustment for
81 INT16 xAdvance; /* Horizontal adjustment for
84 INT16 yAdvance; /* Vertical adjustment for advance--in
181 static inline const INT16& get_short (const Value* value) in get_short()
182 { return *CastP<INT16> (value); } in get_short()
251 INT16 xCoordinate; /* Horizontal value--in design units */
252 INT16 yCoordinate; /* Vertical value--in design units */
282 INT16 xCoordinate; /* Horizontal value--in design units */
283 INT16 yCoordinate; /* Vertical value--in design units */
[all …]
/external/libjpeg-turbo/
Djdcol565.c56 *(INT16*)outptr = (INT16)rgb; in LOCAL()
91 *(INT16*)outptr = (INT16)rgb; in LOCAL()
137 *(INT16*)outptr = (INT16)rgb; in LOCAL()
177 *(INT16*)outptr = (INT16)rgb; in LOCAL()
209 *(INT16*)outptr = (INT16)rgb; in LOCAL()
232 *(INT16*)outptr = (INT16)rgb; in LOCAL()
266 *(INT16*)outptr = (INT16)rgb; in LOCAL()
291 *(INT16*)outptr = (INT16)rgb; in LOCAL()
316 *(INT16*)outptr = (INT16)rgb; in LOCAL()
331 *(INT16*)outptr = (INT16)rgb; in LOCAL()
[all …]
Djdmrg565.c82 *(INT16*)outptr = (INT16)rgb; in LOCAL()
156 *(INT16*)outptr = (INT16)rgb; in LOCAL()
245 *(INT16*)outptr0 = (INT16)rgb; in LOCAL()
252 *(INT16*)outptr1 = (INT16)rgb; in LOCAL()
347 *(INT16*)outptr0 = (INT16)rgb; in LOCAL()
354 *(INT16*)outptr1 = (INT16)rgb; in LOCAL()
Djdct.h190 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
193 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((JLONG) (const)))
203 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
Djdmerge.c439 ((INT16*)(addr))[0] = (INT16)(pixels); \
440 ((INT16*)(addr))[1] = (INT16)((pixels) >> 16); \
443 ((INT16*)(addr))[1] = (INT16)(pixels); \
444 ((INT16*)(addr))[0] = (INT16)((pixels) >> 16); \
/external/libldac/src/
Dsigana_fixp_ldac.c32 static INT16 sa_sqrt_ldac[97] = { /* Q14 */
122 __inline static INT16 norm_ldac( in norm_ldac()
125 INT16 len; in norm_ldac()
139 __inline static INT16 calc_exp_ldac( in calc_exp_ldac()
143 INT16 e; in calc_exp_ldac()
161 INT16 e) in calc_sqrt_ldac()
163 INT16 i; in calc_sqrt_ldac()
170 i = (INT16)(in >> 24); in calc_sqrt_ldac()
192 INT16 e; in calc_mdct_pseudo_spectrum_ldac()
/external/tpm2/
Dstubs_hash.c98 INT16 hLen; // length of the hash in _cpri__KDFa()
99 INT16 bytes; // number of bytes to produce in _cpri__KDFa()
118 if((hLen = (INT16) _cpri__GetDigestSize(hashAlg)) == 0) in _cpri__KDFa()
123 bytes = once ? hLen : (INT16)((sizeInBits + 7) / 8); in _cpri__KDFa()
180 INT16 hLen = (INT16) _cpri__GetDigestSize(hashAlg); in _cpri__KDFe()
181 INT16 bytes; // number of bytes to generate in _cpri__KDFe()
188 bytes = (INT16)((sizeInBits + 7) / 8); in _cpri__KDFe()
DCpriHash.c18 INT16 copySize;
765 INT16 hLen; // length of the hash in _cpri__KDFa()
766 INT16 bytes; // number of bytes to produce in _cpri__KDFa()
785 if((hLen = (INT16) _cpri__GetDigestSize(hashAlg)) == 0) in _cpri__KDFa()
790 bytes = once ? hLen : (INT16)((sizeInBits + 7) / 8); in _cpri__KDFa()
863 INT16 hLen = (INT16) _cpri__GetDigestSize(hashAlg); in _cpri__KDFe()
864 INT16 bytes; // number of bytes to generate in _cpri__KDFe()
871 bytes = (INT16)((sizeInBits + 7) / 8); in _cpri__KDFe()
Dstubs_sym.c7 INT16 _cpri__GetSymmetricBlockSize( in _cpri__GetSymmetricBlockSize()
DCpriECC.c106 INT16 size, // IN: size of the coordinates in Point2B()
414 Point2B(group, Rout, R, (INT16) ((EC_GROUP_get_degree(group)+7)/8), context); in _cpri__EccPointMultiply()
525 Point2B(group, K, pK, (INT16)keySizeInBytes, context); in _cpri__EccCommitCompute()
536 Point2B(group, L, pL, (INT16)keySizeInBytes, context); in _cpri__EccCommitCompute()
561 Point2B(group, E, pE, (INT16)keySizeInBytes, context); in _cpri__EccCommitCompute()
680 INT16 keySizeInBytes; in _cpri__GenerateKeyEcc()
708 || (keySizeInBytes = (INT16) BN_num_bytes(bnNm1)) > MAX_ECC_KEY_BYTES) in _cpri__GenerateKeyEcc()
1506 BnTo2B(&U1.b, bnU1, (INT16) BN_num_bytes(bnU1)); in ValidateSignatureEcdsa()
1507 BnTo2B(&U2.b, bnU2, (INT16) BN_num_bytes(bnU2)); in ValidateSignatureEcdsa()
1913 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context); in C_2_2_MQV()
[all …]
DBaseTypes.h22 typedef int16_t INT16; typedef
DMemoryLib_fp.h20 LIB_EXPORT INT16 MemoryCopy2B(TPM2B *dest, // OUT: receiving TPM2B
/external/syslinux/gpxe/src/include/gpxe/efi/X64/
DProcessorBind.h112 typedef short INT16; typedef
129 typedef short INT16; typedef
144 typedef short INT16; typedef
162 typedef int16_t INT16; typedef
/external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
DProcessorBind.h109 typedef short INT16; typedef
126 typedef short INT16; typedef
143 typedef int16_t INT16; typedef
/external/mesa3d/src/glx/
Dxf86dristr.h279 INT16 drawableX B16;
280 INT16 drawableY B16;
281 INT16 drawableWidth B16;
282 INT16 drawableHeight B16;
284 INT16 backX B16;
285 INT16 backY B16;
/external/libdrm/tests/ttmtest/src/
Dxf86dristr.h298 INT16 drawableX B16;
299 INT16 drawableY B16;
300 INT16 drawableWidth B16;
301 INT16 drawableHeight B16;
303 INT16 backX B16;
304 INT16 backY B16;
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
DIChannel.h32 INT16 (*open)();
42 bool (*close)(INT16 mHandle);
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Ddata_unittest.py112 array = mojom.Array(mojom.INT16, length=20)
115 map_kind = mojom.Map(mojom.INT16, mojom.INT16)
/external/vboot_reference/utility/
Deficompress.c47 typedef INT16 NODE;
263 STATIC INT16 mHeap[NC + 1];
675 r = (INT16)((mMatchPos + 1) | WNDSIZ); in InsertNode()
696 q = (INT16)(mText[mPos] + WNDSIZ); in InsertNode()
806 mPosition[q] = (INT16)(s | WNDSIZ); in DeleteNode()
816 mPosition[q] = (INT16)(s | WNDSIZ | PERC_FLAG); in DeleteNode()
1487 mHeap[i] = (INT16)k; in DownHeap()
1567 mHeap[++mHeapSize] = (INT16)i; in MakeTree()
1595 mHeap[1] = (INT16)k; in MakeTree()
/external/libese/tools/ese_ls_provision/
Dese_ls_provision.cpp34 static INT16 static_ese_open() { in static_ese_open()
45 static bool static_ese_close(INT16 /* handle */) { in static_ese_close() argument
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ddata_types.h33 typedef signed short INT16; typedef
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack_tests.py84 kinds = (mojom.INT8, mojom.INT32, mojom.INT16, mojom.INT8, mojom.INT8)
111 mojom.INT16, mojom.DOUBLE, mojom.UINT16,

1234