Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/test/
Dcstdint_test2.cpp206 boost::uintmax_t uintmax = UINTMAX_C(18446744073709551615); in main() local
209 boost::uintmax_t uintmax = UINTMAX_C(4294967295); in main() local
Dcstdint_test.cpp196 boost::uintmax_t uintmax = UINTMAX_C(18446744073709551615); in main() local
199 boost::uintmax_t uintmax = UINTMAX_C(4294967295); in main() local
/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dsprintf_test.cpp174 char uintmax[128]; in TEST() local