HomeSort by relevance Sort by last modified time
    Searched refs:uint64_max (Results 1 - 7 of 7) sorted by null

  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 95 static uint64_t uint64_max = UINT64_MAX; local
101 &uint64_min, &uint64_max,
decode_alltypes_pointer.c 136 TEST(alltypes.req_limits->uint64_max && *alltypes.req_limits->uint64_max == UINT64_MAX);
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 153 UnsignedLongLongTemplate<18446744073709551615ULL> uint64_max; local
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 77 alltypes.req_limits.uint64_max = UINT64_MAX;
decode_alltypes.c 180 TEST(alltypes.req_limits.uint64_max == UINT64_MAX);
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 168 TEST(decoded.uint64_max == UINT64_MAX);
encode_alltypes_callback.c 153 limits.uint64_max = UINT64_MAX;

Completed in 102 milliseconds