Home
last modified time | relevance | path

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

123

/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()
Dstruct_ldac.h45 typedef short INT16; typedef
/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()
DBaseTypes.h22 typedef int16_t INT16; typedef
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 …]
DMemoryLib_fp.h20 LIB_EXPORT INT16 MemoryCopy2B(TPM2B *dest, // OUT: receiving TPM2B
/external/pdfium/third_party/libjpeg/
Djdct.h158 #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)))
Djmorecfg.h161 typedef short INT16; typedef
/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/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/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,
/external/vboot_reference/utility/include/
Deficompress.h8 #define INT16 int16_t macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defidef.h86 INT16 TimeZone; // -1440 to 1440 or 2047
/external/syslinux/efi64/include/efi/
Defidef.h86 INT16 TimeZone; // -1440 to 1440 or 2047
/external/syslinux/efi32/include/efi/
Defidef.h86 INT16 TimeZone; // -1440 to 1440 or 2047

123