Searched refs:GG_INT64_C (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/ |
D | port.h | 28 #define GG_INT64_C(x) GG_LONGLONG(x) macro
|
D | time_mac.cc | 35 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
|
D | time_posix.cc | 30 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
|
D | time_win.cc | 99 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000);
|
D | time_unittest.cc | 181 EXPECT_EQ(GG_INT64_C(11644473600000000), t.ToInternalValue()); in TEST()
|
D | string_util_unittest.cc | 582 {"-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()
|