HomeSort by relevance Sort by last modified time
    Searched refs:uint64_max (Results 1 - 8 of 8) 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;
  /external/tensorflow/tensorflow/compiler/xla/
literal_util_test.cc 455 auto uint64_max = std::numeric_limits<uint64>::max(); local
457 {{uint64_max, uint64_max}, {uint64_max, uint64_max}})
    [all...]

Completed in 198 milliseconds