Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 18 of 18) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdint.h46 typedef long long int int64_t; typedef
49 typedef long int int64_t; typedef
72 typedef int64_t int_least64_t;
82 typedef int64_t int_fast64_t;
92 typedef int64_t intmax_t;
A Dtime.h11 typedef int64_t time_t;
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Di64_to_extF80M.c45 void i64_to_extF80M( int64_t a, extFloat80_t *zPtr ) in i64_to_extF80M()
54 void i64_to_extF80M( int64_t a, extFloat80_t *zPtr ) in i64_to_extF80M()
A Ds_roundPackMToI64.c52 union { uint64_t ui; int64_t i; } uZ; in softfloat_roundPackMToI64()
53 int64_t z; in softfloat_roundPackMToI64()
A Di64_to_f128M.c45 void i64_to_f128M( int64_t a, float128_t *zPtr ) in i64_to_f128M()
54 void i64_to_f128M( int64_t a, float128_t *zPtr ) in i64_to_f128M()
A DextF80M_to_i64_r_minMag.c63 int64_t z; in extF80M_to_i64_r_minMag()
65 union { uint64_t ui; int64_t i; } u; in extF80M_to_i64_r_minMag()
A Di64_to_f64.c44 float64_t i64_to_f64( int64_t a ) in i64_to_f64()
A Di64_to_extF80.c44 extFloat80_t i64_to_extF80( int64_t a ) in i64_to_extF80()
A Di64_to_f32.c44 float32_t i64_to_f32( int64_t a ) in i64_to_f32()
A Di64_to_f128.c43 float128_t i64_to_f128( int64_t a ) in i64_to_f128()
A Ds_roundPackToI64.c54 union { uint64_t ui; int64_t i; } uZ; in softfloat_roundPackToI64()
A Df128M_to_i64_r_minMag.c63 union { uint64_t ui; int64_t i; } uZ; in f128M_to_i64_r_minMag()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dsoftfloat.h120 float32_t i64_to_f32( int64_t );
121 float64_t i64_to_f64( int64_t );
123 extFloat80_t i64_to_extF80( int64_t );
124 float128_t i64_to_f128( int64_t );
126 void i64_to_extF80M( int64_t, extFloat80_t * );
127 void i64_to_f128M( int64_t, float128_t * );
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbignum.h131 typedef int64_t mbedtls_mpi_sint;
143 typedef int64_t mbedtls_mpi_sint;
158 typedef int64_t mbedtls_mpi_sint;
167 typedef int64_t mbedtls_mpi_sint;
/optee_os-3.20.0/core/include/tee/
A Dtee_fs.h16 typedef int64_t tee_fs_off_t;
/optee_os-3.20.0/lib/libutils/ext/
A Dsnprintk.c198 flags&QUADINT ? va_arg(ap, int64_t) : \
391 if ((int64_t)_uquad < 0) { in kprintf()
405 *va_arg(ap, int64_t *) = ret; in kprintf()
/optee_os-3.20.0/lib/libutee/include/
A Delf64.h44 typedef int64_t Elf64_Sxword;
/optee_os-3.20.0/core/arch/arm/kernel/
A Dspmc_sp_handler.c376 struct sp_mem *smem, int64_t tx_len) in check_retrieve_request()

Completed in 19 milliseconds