Home
last modified time | relevance | path

Searched refs:GG_INT64_C (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dport.h28 #define GG_INT64_C(x) GG_LONGLONG(x) macro
Dtime_mac.cc35 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
Dtime_posix.cc30 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
Dtime_win.cc99 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000);
Dtime_unittest.cc181 EXPECT_EQ(GG_INT64_C(11644473600000000), t.ToInternalValue()); in TEST()
Dstring_util_unittest.cc582 {"-2147483649", GG_INT64_C(-2147483649), true}, in TEST()
583 {"-99999999999", GG_INT64_C(-99999999999), true}, in TEST()
584 {"2147483648", GG_INT64_C(2147483648), true}, in TEST()
585 {"99999999999", GG_INT64_C(99999999999), true}, in TEST()