Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds