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

  /external/chromium/base/
port.h 29 #define GG_INT64_C(x) GG_LONGLONG(x)
string_number_conversions_unittest.cc 183 {"-2147483649", GG_INT64_C(-2147483649), true},
184 {"-99999999999", GG_INT64_C(-99999999999), true},
185 {"2147483648", GG_INT64_C(2147483648), true},
186 {"99999999999", GG_INT64_C(99999999999), true},
time_mac.cc 35 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
time_posix.cc 43 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
time_unittest.cc 225 EXPECT_EQ(GG_INT64_C(11644473600000000), t.ToInternalValue());
time_win.cc 99 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000);

Completed in 120 milliseconds