Home
last modified time | relevance | path

Searched defs:MAX_INT_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/der/src/asn1/
Dinteger.rs24 const MAX_INT_SIZE: usize = 16; in value_cmp() constant
/external/llvm-libc/src/__support/
Dfloat_to_string.h467 const uint64_t MAX_INT_SIZE = in get_positive_block() local
518 const uint64_t MAX_INT_SIZE = in get_negative_block() local
/external/python/cpython3/Python/
Dast_opt.c147 #define MAX_INT_SIZE 128 /* bits */ macro