Home
last modified time | relevance | path

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

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