Home
last modified time | relevance | path

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

12

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_encode.h516 QCBOREncode_AddInt64(QCBOREncodeContext *pCtx, int64_t nNum);
519 QCBOREncode_AddInt64ToMap(QCBOREncodeContext *pCtx, const char *szLabel, int64_t uNum);
522 QCBOREncode_AddInt64ToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, int64_t uNum);
546 QCBOREncode_AddUInt64ToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, uint64_t uNum);
594 QCBOREncode_AddTextToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, UsefulBufC Text);
612 QCBOREncode_AddSZStringToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, const char *szString);
660 QCBOREncode_AddDoubleToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, double dNum);
682 QCBOREncode_AddFloatToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, float dNum);
706 QCBOREncode_AddDoubleNoPreferredToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, double dNum);
730 QCBOREncode_AddFloatNoPreferredToMapN(QCBOREncodeContext *pCtx, int64_t nLabel, float fNum);
[all …]
H A Dqcbor_spiffy_decode.h233 int64_t *pnValue);
237 int64_t nLabel,
238 int64_t *pnValue);
243 int64_t *pnValue);
286 int64_t *pnValue);
290 int64_t nLabel,
292 int64_t *pnValue);
298 int64_t *pnValue);
341 int64_t *pnValue);
345 int64_t nLabel,
[all …]
H A Dqcbor_decode.h426 int64_t int64;
458 int64_t nSeconds;
466 int64_t epochDays;
503 int64_t nExponent;
505 int64_t nInt;
517 int64_t int64;
1389 QCBOR_Int64ToInt32(int64_t src, int32_t *dest) in QCBOR_Int64ToInt32()
1400 QCBOR_Int64ToInt16(int64_t src, int16_t *dest) in QCBOR_Int64ToInt16()
1411 QCBOR_Int64ToInt8(int64_t src, int8_t *dest) in QCBOR_Int64ToInt8()
1422 QCBOR_Int64ToUInt32(int64_t src, uint32_t *dest) in QCBOR_Int64ToUInt32()
[all …]
/optee_os/lib/libutils/isoc/include/
H 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;
H A Dtime.h11 typedef int64_t time_t;
/optee_os/core/lib/qcbor/src/
H A Dieee754.c200 int64_t nDoubleUnBiasedExponent) in IEEE754_AssembleDouble()
216 int64_t nDoubleUnBiasedExponent; in IEEE754_HalfToDouble()
226 const int64_t nHalfUnBiasedExponent = (int64_t)uHalfBiasedExponent - HALF_EXPONENT_BIAS; in IEEE754_HalfToDouble()
474 int64_t nSingleUnBiasedExponent) in IEEE754_AssembleSingle()
502 int64_t nExponentDifference; in IEEE754_DoubleToSingle()
503 int64_t nShiftAmount; in IEEE754_DoubleToSingle()
514 const int64_t nDoubleUnbiasedExponent = (int64_t)uDoubleBiasedExponent - DOUBLE_EXPONENT_BIAS; in IEEE754_DoubleToSingle()
H A Dqcbor_decode.c889 pDecodedItem->val.int64 = (int64_t)uArgument; in QCBOR_Private_DecodeInteger()
904 pDecodedItem->val.int64 = (-(int64_t)uArgument) - 1; in QCBOR_Private_DecodeInteger()
2243 pDecodedItem->val.epochDate.nSeconds = (int64_t)d; in QCBOR_Private_DecodeDateEpoch()
3534 int64_t nLabel, in QCBORDecode_GetItemInMapN()
3876 const int64_t nLabel, in QCBORDecode_GetTaggedItemInMapN()
3930 const int64_t nLabel, in QCBORDecode_Private_GetTaggedStringInMapN()
4064 QCBORDecode_EnterMapFromMapN(QCBORDecodeContext *pMe, int64_t nLabel) in QCBORDecode_EnterMapFromMapN()
4101 QCBORDecode_EnterArrayFromMapN(QCBORDecodeContext *pMe, int64_t nLabel) in QCBORDecode_EnterArrayFromMapN()
4448 const int64_t nLabel, in QCBORDecode_EnterBstrWrappedFromMapN()
4566 const int64_t nLabel, in QCBORDecode_GetBoolInMapN()
[all …]
H A Dqcbor_encode.c577 QCBOREncode_AddInt64(QCBOREncodeContext *pMe, const int64_t nNum) in QCBOREncode_AddInt64()
588 int64_t nTmp = nNum + 1; in QCBOREncode_AddInt64()
706 const int64_t nMantissa, in QCBOREncode_Private_AddExpMantissa()
707 const int64_t nExponent) in QCBOREncode_Private_AddExpMantissa()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H 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()
H A Ds_roundPackMToI64.c52 union { uint64_t ui; int64_t i; } uZ; in softfloat_roundPackMToI64()
53 int64_t z; in softfloat_roundPackMToI64()
H 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()
H 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()
H A Di64_to_f64.c44 float64_t i64_to_f64( int64_t a ) in i64_to_f64()
H A Di64_to_extF80.c44 extFloat80_t i64_to_extF80( int64_t a ) in i64_to_extF80()
H A Di64_to_f32.c44 float32_t i64_to_f32( int64_t a ) in i64_to_f32()
H A Di64_to_f128.c43 float128_t i64_to_f128( int64_t a ) in i64_to_f128()
H A Ds_roundPackToI64.c54 union { uint64_t ui; int64_t i; } uZ; in softfloat_roundPackToI64()
H A Df128M_to_i64_r_minMag.c63 union { uint64_t ui; int64_t i; } uZ; in f128M_to_i64_r_minMag()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H 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/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h119 typedef int64_t mbedtls_mpi_sint;
132 typedef int64_t mbedtls_mpi_sint;
148 typedef int64_t mbedtls_mpi_sint;
158 typedef int64_t mbedtls_mpi_sint;
H A Dplatform_time.h35 typedef int64_t mbedtls_ms_time_t;
/optee_os/core/kernel/
H A Ddelay.c37 int64_t diff = delay_cnt_read() - expire; in timeout_elapsed_us()
/optee_os/lib/libutils/ext/
H A Dqsort_helpers.c35 QSORT_HELPER(s64, int64_t);
H 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/core/include/tee/
H A Dtee_fs.h18 typedef int64_t tee_fs_off_t;

12