Home
last modified time | relevance | path

Searched refs:INT64_MIN (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dstdint.h106 #define INT64_MIN (-0x7fffffffffffffffL-1) macro
123 #define INT_LEAST64_MIN INT64_MIN
140 #define INT_FAST64_MIN INT64_MIN
160 #define INTMAX_MIN INT64_MIN
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2235 const double dDateMin = (double)(INT64_MIN + 0x7ff); in QCBOR_Private_DecodeDateEpoch()
5206 } else if(nMantissa != INT64_MIN) { in QCBOR_Private_ExponentiateNN()
6892 } else if(pItem->val.expAndMantissa.Mantissa.nInt != INT64_MIN) { in QCBORDecode_Private_ProcessExpMantissaBig()