Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2234 const double dDateMax = (double)(INT64_MAX - 0x7ff); in QCBOR_Private_DecodeDateEpoch() local
2237 if(isnan(d) || d > dDateMax || d < dDateMin) { in QCBOR_Private_DecodeDateEpoch()