Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Djson_enc.c533 #define POW_53 (((int64_t)1) << 53) macro
539 int quote = !noquote && in_ijson(json) && v > (uint64_t)(POW_53 - 1); in json_u64()
581 && (value > POW_53 - 1 || value < -POW_53 + 1); in ossl_json_i64()