Searched refs:INT32 (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/external/libldac/src/
H A Dfunc_fixp_ldac.c23 __inline static INT32 check_sature_ldac(
27 return (INT32)val;
33 DECLFUNC INT32 sftrnd_ldac(
34 INT32 in,
54 INT32 val)
70 DECLFUNC INT32 get_absmax_ldac(
71 INT32 *p_x,
75 INT32 abmax, val;
H A 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_lda
[all...]
H A Dsigana_fixp_ldac.c51 __inline static INT32 mul_ldac(
52 INT32 in1,
53 INT32 in2)
55 INT32 out;
69 out = (INT32)acc;
78 __inline static INT32 sub_ldac(
79 INT32 in1,
80 INT32 in2)
82 INT32 out;
92 __inline static INT32 add_lda
[all...]
/external/tpm2/
H A 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* siz
[all...]
H A DHandleProcess_fp.h15 INT32 *req_buffer_remaining_size, // IN/OUT: indicates the amount of data left
H A DActivateCredential_fp.h31 INT32* size);
40 INT32* size);
50 INT32* request_parameter_buffer_size,
H A DCertify_fp.h33 INT32* size);
42 INT32* size);
52 INT32* request_parameter_buffer_size,
H A DContextLoad_fp.h25 INT32* size);
34 INT32* size);
44 INT32* request_parameter_buffer_size,
H A DContextSave_fp.h25 INT32* size);
34 INT32* size);
44 INT32* request_parameter_buffer_size,
H A DCpriRNG_fp.h12 LIB_EXPORT UINT16 _cpri__GenerateRandom(INT32 randomSize, BYTE *buffer);
14 INT32 randomSize, // IN: the size of the request
22 LIB_EXPORT CRYPT_RESULT _cpri__StirRandom(INT32 entropySize, BYTE *entropy);
H A DECC_Parameters_fp.h25 INT32* size);
34 INT32* size);
44 INT32* request_parameter_buffer_size,
H A DECDH_KeyGen_fp.h28 INT32* size);
37 INT32* size);
47 INT32* request_parameter_buffer_size,
H A DECDH_ZGen_fp.h28 INT32* size);
37 INT32* size);
47 INT32* request_parameter_buffer_size,
H A DEC_Ephemeral_fp.h28 INT32* size);
37 INT32* size);
47 INT32* request_parameter_buffer_size,
H A DEventSequenceComplete_fp.h30 INT32* size);
39 INT32* size);
49 INT32* request_parameter_buffer_size,
H A DFieldUpgradeData_fp.h29 INT32* size);
38 INT32* size);
48 INT32* request_parameter_buffer_size,
H A DFirmwareRead_fp.h25 INT32* size);
34 INT32* size);
44 INT32* request_parameter_buffer_size,
H A DGetCapability_fp.h32 INT32* size);
41 INT32* size);
51 INT32* request_parameter_buffer_size,
H A DGetCommandAuditDigest_fp.h34 INT32* size);
43 INT32* size);
53 INT32* request_parameter_buffer_size,
H A DGetRandom_fp.h25 INT32* size);
34 INT32* size);
44 INT32* request_parameter_buffer_size,
H A DGetTime_fp.h33 INT32* size);
42 INT32* size);
52 INT32* request_parameter_buffer_size,
H A DHMAC_Start_fp.h29 INT32* size);
38 INT32* size);
48 INT32* request_parameter_buffer_size,
H A DHMAC_fp.h29 INT32* size);
38 INT32* size);
48 INT32* request_parameter_buffer_size,
H A DHashSequenceStart_fp.h29 INT32* size);
38 INT32* size);
48 INT32* request_parameter_buffer_size,
H A DHash_fp.h32 INT32* size);
41 INT32* size);
51 INT32* request_parameter_buffer_size,

Completed in 409 milliseconds

1234567891011>>