Home
last modified time | relevance | path

Searched refs:kInt64Min (Results 1 – 4 of 4) sorted by relevance

/external/dng_sdk/source/
Ddng_safe_arithmetic.h134 const __int128 kInt64Min = in SafeInt64MultByClang() local
137 if (result > kInt64Max || result < kInt64Min) { in SafeInt64MultByClang()
/external/pigweed/pw_string/
Dtype_to_string_test.cc97 static constexpr char kInt64Min[] = "-9223372036854775808"; member in pw::string::__anon544d24e50111::TestWithBuffer
203 std::span(buffer_, sizeof(kInt64Min))); in TEST_F()
242 std::span(buffer_, sizeof(kInt64Min))); in TEST_F()
244 EXPECT_STREQ(kInt64Min, buffer_); in TEST_F()
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc288 const int64_t kInt64Min = std::numeric_limits<int64_t>::min(); in ConvertSlowpath() local
290 cache_entry.min_ts_ns = it == ts_vec.begin() ? kInt64Min : *it; in ConvertSlowpath()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc709 int64 kInt64Min = -9223372036854775808ULL; in RunSuiteImpl() local
730 {varint(kInt64Min), std::to_string(kInt64Min)} in RunSuiteImpl()
770 {u64(kInt64Min), std::to_string(kInt64Min)} in RunSuiteImpl()
790 {zz64(kInt64Min), std::to_string(kInt64Min)} in RunSuiteImpl()