Searched refs:uint64_max (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp153 UnsignedLongLongTemplate<18446744073709551615ULL> uint64_max; local
/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c95 static uint64_t uint64_max = UINT64_MAX; local
101 &uint64_min, &uint64_max,
H A Ddecode_alltypes_pointer.c136 TEST(alltypes.req_limits->uint64_max && *alltypes.req_limits->uint64_max == UINT64_MAX);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c77 alltypes.req_limits.uint64_max = UINT64_MAX;
H A Ddecode_alltypes.c180 TEST(alltypes.req_limits.uint64_max == UINT64_MAX);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c168 TEST(decoded.uint64_max == UINT64_MAX);
H A Dencode_alltypes_callback.c153 limits.uint64_max = UINT64_MAX;

Completed in 163 milliseconds