Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/external/tpm2/
Dtpm_generated.h16 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size);
18 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size);
20 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size);
22 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size);
24 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size);
26 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size);
28 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size);
30 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size);
32 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size);
34 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size);
[all …]
Dtpm_generated.c9 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size) { in uint8_t_Marshal()
33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal()
57 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size) { in int8_t_Marshal()
81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal()
105 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size) { in uint16_t_Marshal()
129 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size) { in uint16_t_Unmarshal()
153 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size) { in int16_t_Marshal()
177 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size) { in int16_t_Unmarshal()
201 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size) { in uint32_t_Marshal()
225 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size) { in uint32_t_Unmarshal()
[all …]
DCpriSym.c95 INT32 dSize; // Need a signed version in _cpri__AESEncryptCBC()
101 dSize = (INT32)dInSize; in _cpri__AESEncryptCBC()
153 INT32 dSize; in _cpri__AESDecryptCBC()
158 dSize = (INT32)dInSize; in _cpri__AESDecryptCBC()
210 INT32 dSize; // Need a signed version of dInSize in _cpri__AESEncryptCFB()
216 dSize = (INT32)dInSize; in _cpri__AESEncryptCFB()
267 INT32 dSize; in _cpri__AESDecryptCFB()
272 dSize = (INT32)dInSize; in _cpri__AESDecryptCFB()
322 INT32 dSize; in _cpri__AESEncryptCTR()
327 dSize = (INT32)dInSize; in _cpri__AESEncryptCTR()
[all …]
DTpmFail.c80 static INT32
84 INT32 *size in MarshalUint16()
94 static INT32
98 INT32 *size in MarshalUint32()
113 INT32 *size in UnmarshalHeader()
189 INT32 bufferSize; in TpmFailureMode()
201 if(!UnmarshalHeader(&header, &inRequest, (INT32 *)&inRequestSize)) in TpmFailureMode()
229 (INT32 *)&inRequestSize) in TpmFailureMode()
232 || (UINT32_Unmarshal(&pt, &inRequest, (INT32 *)&inRequestSize) in TpmFailureMode()
234 || (UINT32_Unmarshal(&count, &inRequest, (INT32 *)&inRequestSize) in TpmFailureMode()
Dmarshal_fp.h10 UINT16 Common_Marshal(void *source, BYTE **buffer, INT32 *size,
12 TPM_RC Common_Unmarshal(void *source, BYTE **buffer, INT32 *size,
16 static inline UINT16 name##_Marshal(void *x, BYTE **y, INT32 *z) { \
19 static inline TPM_RC name##_Unmarshal(void *x, BYTE **y, INT32 *z) { \
48 UINT16 TPMU_PUBLIC_PARMS_Marshal(TPMU_PUBLIC_PARMS *x, BYTE **y, INT32 *z,
DPolicySecret_fp.h18 INT32 expiration;
35 INT32* size);
44 INT32* size);
54 INT32* request_parameter_buffer_size,
DPolicySigned_fp.h18 INT32 expiration;
36 INT32* size);
45 INT32* size);
55 INT32* request_parameter_buffer_size,
DMarshal_PolicyGetDigest.c13 INT32* size) { in PolicyGetDigest_Out_Marshal()
17 INT32 parameter_size_size = sizeof(UINT32); in PolicyGetDigest_Out_Marshal()
40 INT32* size) { in PolicyGetDigest_In_Unmarshal()
52 INT32* request_parameter_buffer_size, in Exec_PolicyGetDigest()
61 INT32 response_buffer_size; in Exec_PolicyGetDigest()
DMarshal_GetRandom.c13 INT32* size) { in GetRandom_Out_Marshal()
17 INT32 parameter_size_size = sizeof(UINT32); in GetRandom_Out_Marshal()
40 INT32* size) { in GetRandom_In_Unmarshal()
55 INT32* request_parameter_buffer_size, in Exec_GetRandom()
64 INT32 response_buffer_size; in Exec_GetRandom()
/external/v8/src/ic/
Dic-state.cc40 ? (Smi::IsValid(fixed_right_arg_.FromJust()) ? SMI : INT32) in BinaryOpICState()
96 GENERATE(Token::ADD, INT32, INT32, INT32); in GenerateAheadOfTime()
97 GENERATE(Token::ADD, INT32, INT32, NUMBER); in GenerateAheadOfTime()
98 GENERATE(Token::ADD, INT32, NUMBER, NUMBER); in GenerateAheadOfTime()
99 GENERATE(Token::ADD, INT32, SMI, INT32); in GenerateAheadOfTime()
100 GENERATE(Token::ADD, NUMBER, INT32, NUMBER); in GenerateAheadOfTime()
103 GENERATE(Token::ADD, SMI, INT32, INT32); in GenerateAheadOfTime()
104 GENERATE(Token::ADD, SMI, INT32, NUMBER); in GenerateAheadOfTime()
106 GENERATE(Token::ADD, SMI, SMI, INT32); in GenerateAheadOfTime()
108 GENERATE(Token::BIT_AND, INT32, INT32, INT32); in GenerateAheadOfTime()
[all …]
/external/libldac/src/
Dsigana_fixp_ldac.c51 __inline static INT32 mul_ldac( in mul_ldac()
52 INT32 in1, in mul_ldac()
53 INT32 in2) in mul_ldac()
55 INT32 out; in mul_ldac()
69 out = (INT32)acc; in mul_ldac()
78 __inline static INT32 sub_ldac( in sub_ldac()
79 INT32 in1, in sub_ldac()
80 INT32 in2) in sub_ldac()
82 INT32 out; in sub_ldac()
92 __inline static INT32 add_ldac( in add_ldac()
[all …]
Dtables_sigproc_fixp_ldac.c22 DECLFUNC const INT32 *gaa_fwin_ldac[LDAC_NUMLNN];
23 static const INT32 sa_fwin_1fs_ldac[LDAC_1FSLSU] = { /* Q30 */
41 static const INT32 sa_fwin_2fs_ldac[LDAC_2FSLSU] = { /* Q30 */
79 DECLFUNC const INT32 *gaa_wcos_ldac[LDAC_NUMLNN];
80 static const INT32 sa_wcos_1fs_ldac[LDAC_1FSLSU] = { /* Q31 */
98 static const INT32 sa_wcos_2fs_ldac[LDAC_2FSLSU] = { /* Q31 */
133 DECLFUNC const INT32 *gaa_wsin_ldac[LDAC_NUMLNN];
134 static const INT32 sa_wsin_1fs_ldac[LDAC_1FSLSU] = { /* Q31 */
152 static const INT32 sa_wsin_2fs_ldac[LDAC_2FSLSU] = { /* Q31 */
221 DECLFUNC const INT32 ga_sf_ldac[LDAC_NIDSF] = { /* Q15 */
[all …]
Dfixp_ldac.h24 #define LDAC_MAX_32BIT ((INT32)0x7fffffffL)
25 #define LDAC_MIN_32BIT ((INT32)0x80000000L)
53 DECLFUNC INT32 sftrnd_ldac(INT32, int);
58 #define lsftrnd_ldac(x, n) (INT32)((INT64)(x) << (-(n)))
59 #define rsftrnd_ldac(x, n) (INT32)(((INT64)(x) + ((INT64)1 << ((n)-1))) >> (n))
60 #define mul_lsftrnd_ldac(x, y, n) (INT32)(((INT64)(x) * (INT64)(y)) << (-(n)))
61 #define mul_rsftrnd_ldac(x, y, n) (INT32)((((INT64)(x) * (INT64)(y)) + ((INT64)1 << ((n)-1))) >> (n…
63 DECLFUNC int get_bit_length_ldac(INT32);
64 DECLFUNC INT32 get_absmax_ldac(INT32 *, int);
Dfunc_fixp_ldac.c23 __inline static INT32 check_sature_ldac( in check_sature_ldac()
27 return (INT32)val; in check_sature_ldac()
33 DECLFUNC INT32 sftrnd_ldac( in sftrnd_ldac()
34 INT32 in, in sftrnd_ldac()
54 INT32 val) in get_bit_length_ldac()
70 DECLFUNC INT32 get_absmax_ldac( in get_absmax_ldac()
71 INT32 *p_x, in get_absmax_ldac()
75 INT32 abmax, val; in get_absmax_ldac()
Dquant_fixp_ldac.c23 INT32 val) in get_scale_factor_id_ldac()
54 static INT32 sa_val_ldac[LDAC_MAXNSPS] = { /* Q31 */
66 INT32 maxspec, tmp; in norm_spectrum_ldac()
67 INT32 *p_spec = p_ac->p_acsub->a_spec; in norm_spectrum_ldac()
110 INT32 qf = ga_qf_ldac[p_ac->a_idwl1[iqu]]; in quant_spectrum_core_ldac()
111 INT32 *p_nspec = p_ac->p_acsub->a_spec+isp; in quant_spectrum_core_ldac()
149 INT32 ldqspec, rnspec; in quant_residual_core_ldac()
150 INT32 iqf = ga_iqf_ldac[LDAC_MAXIDWL1]; in quant_residual_core_ldac()
151 INT32 rqf = ga_qf_ldac[p_ac->a_idwl2[iqu]]; in quant_residual_core_ldac()
152 INT32 irsf = ga_irsf_ldac[LDAC_MAXIDWL1]; in quant_residual_core_ldac()
[all …]
Dsetpcm_fixp_ldac.c24 INT32 *p_out, in byte_data_to_int_s16_ldac()
32 *p_out++ = lsft_ldac((INT32)*p_s++, LDAC_Q_SETPCM); in byte_data_to_int_s16_ldac()
43 INT32 *p_out, in byte_data_to_int_s24_ldac()
60 *p_out++ = (INT32)((val << 8) >> 1); /* Sign Extension */ in byte_data_to_int_s24_ldac()
71 INT32 *p_out, in byte_data_to_int_s32_ldac()
79 *p_out++ = rsft_ldac((INT32)*p_l++, 16-LDAC_Q_SETPCM); in byte_data_to_int_s32_ldac()
97 INT32 *p_time; in set_input_pcm_ldac()
Dmdct_fixp_ldac.c23 INT32 *p_x, in proc_mdct_core_ldac()
24 INT32 *p_y, in proc_mdct_core_ldac()
27 INT32 i, j, k; in proc_mdct_core_ldac()
28 INT32 loop1, loop2; in proc_mdct_core_ldac()
29 INT32 coef, index0, index1, offset; in proc_mdct_core_ldac()
33 const INT32 *p_w, *p_c, *p_s; in proc_mdct_core_ldac()
34 INT32 a_work[LDAC_MAXLSU]; in proc_mdct_core_ldac()
35 INT32 g0, g1, g2, g3; in proc_mdct_core_ldac()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jidctred.c58 #define FIX_0_211164243 ((INT32) 1730) /* FIX(0.211164243) */
59 #define FIX_0_509795579 ((INT32) 4176) /* FIX(0.509795579) */
60 #define FIX_0_601344887 ((INT32) 4926) /* FIX(0.601344887) */
61 #define FIX_0_720959822 ((INT32) 5906) /* FIX(0.720959822) */
62 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
63 #define FIX_0_850430095 ((INT32) 6967) /* FIX(0.850430095) */
64 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
65 #define FIX_1_061594337 ((INT32) 8697) /* FIX(1.061594337) */
66 #define FIX_1_272758580 ((INT32) 10426) /* FIX(1.272758580) */
67 #define FIX_1_451774981 ((INT32) 11893) /* FIX(1.451774981) */
[all …]
Dfpdfapi_jidctint.c93 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */
94 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */
95 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */
96 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
98 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */
99 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.501321110) */
100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */
101 #define FIX_1_961570560 ((INT32) 16069) /* FIX(1.961570560) */
102 #define FIX_2_053119869 ((INT32) 16819) /* FIX(2.053119869) */
[all …]
Dfpdfapi_jfdctint.c93 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */
94 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */
95 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */
96 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
98 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */
99 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.501321110) */
100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */
101 #define FIX_1_961570560 ((INT32) 16069) /* FIX(1.961570560) */
102 #define FIX_2_053119869 ((INT32) 16819) /* FIX(2.053119869) */
[all …]
Dfpdfapi_jdcolor.c24 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
61 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
62 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
74 INT32 x; in build_ycc_rgb_table()
83 cconvert->Cr_g_tab = (INT32 *) in build_ycc_rgb_table()
85 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table()
86 cconvert->Cb_g_tab = (INT32 *) in build_ycc_rgb_table()
88 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table()
134 register INT32 * Crgtab = cconvert->Cr_g_tab; in ycc_rgb_convert()
[all …]
Dfpdfapi_jdmerge.c54 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
55 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
72 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
73 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
86 INT32 x; in build_ycc_rgb_table()
95 upsample->Cr_g_tab = (INT32 *) in build_ycc_rgb_table()
97 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table()
98 upsample->Cb_g_tab = (INT32 *) in build_ycc_rgb_table()
100 (MAXJSAMPLE+1) * SIZEOF(INT32)); in build_ycc_rgb_table()
239 INT32 * Crgtab = upsample->Cr_g_tab; in h2v1_merged_upsample()
[all …]
/external/vboot_reference/utility/
Deficompress.c152 IN INT32 n,
153 IN INT32 nbit,
154 IN INT32 Special
165 IN INT32 c
204 IN INT32 n,
209 INT32
212 IN INT32 n
223 IN INT32 i
229 IN INT32 Root
235 IN INT32 i
[all …]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
DIChannel.h59 bool (*transceive) (UINT8* xmitBuffer, INT32 xmitBufferSize, UINT8* recvBuffer,
60 INT32 recvBufferMaxSize, INT32& recvBufferActualSize, INT32 timeoutMillisec);
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DAla.h32 INT32 timeout;
35 INT32 sSendlength;
198 tJBL_STATUS GetJsbl_Certificate_Refkey(UINT8 *pkey, INT32 *pKeylen);
220 tJBL_STATUS Write_Response_To_OutFile(Ala_ImageInfo_t *image_info, UINT8* RecvData, INT32 recvlen, …
260 tJBL_STATUS ALA_ProcessResp(Ala_ImageInfo_t *image_info, INT32 recvlen, Ala_TranscieveInfo_t *trans…
262 tJBL_STATUS ALA_ProcessResp(Ala_ImageInfo_t *image_info, INT32 recvlen, Ala_TranscieveInfo_t *trans…
267 INT32 wNewLen);
273 tJBL_STATUS Process_EseResponse(Ala_TranscieveInfo_t *pTranscv_Info, INT32 recv_len, Ala_ImageInfo_…
275 tJBL_STATUS Process_SelectRsp(UINT8* Recv_data, INT32 Recv_len);
281 UINT8 Numof_lengthbytes(UINT8 *read_buf, INT32 *wLen);

12345678910>>...16