LL                 15 base/port.h    #define GG_LONGLONG(x) x##LL
LL                 15 third_party/cld/base/port.h #define GG_LONGLONG(x) x##LL
LL                 34 third_party/libjingle/overrides/talk/base/basictypes.h #define INT64_C(x) x ## LL
LL                 87 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_INIT(hi, lo)  ((hi ## LL << 32) + lo ## LL)
LL                207 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_LONGLONG(x) x##LL
LL                613 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(ULL(0x000000007FFFFFFE), ZigZagEncode64(LL(0x000000003FFFFFFF)));
LL                614 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(ULL(0x000000007FFFFFFF), ZigZagEncode64(LL(0xFFFFFFFFC0000000)));
LL                615 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(ULL(0x00000000FFFFFFFE), ZigZagEncode64(LL(0x000000007FFFFFFF)));
LL                616 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(ULL(0x00000000FFFFFFFF), ZigZagEncode64(LL(0xFFFFFFFF80000000)));
LL                617 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFE), ZigZagEncode64(LL(0x7FFFFFFFFFFFFFFF)));
LL                618 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFF), ZigZagEncode64(LL(0x8000000000000000)));
LL                624 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE)));
LL                625 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF)));
LL                626 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(0x000000007FFFFFFF), ZigZagDecode64(ULL(0x00000000FFFFFFFE)));
LL                627 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(0xFFFFFFFF80000000), ZigZagDecode64(ULL(0x00000000FFFFFFFF)));
LL                628 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(0x7FFFFFFFFFFFFFFF), ZigZagDecode64(ULL(0xFFFFFFFFFFFFFFFE)));
LL                629 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(0x8000000000000000), ZigZagDecode64(ULL(0xFFFFFFFFFFFFFFFF)));
LL                645 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(856912304801416), ZigZagDecode64(ZigZagEncode64(
LL                646 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc             LL(856912304801416))));
LL                647 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   EXPECT_EQ(LL(-75123905439571256), ZigZagDecode64(ZigZagEncode64(
LL                648 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc             LL(-75123905439571256))));
LL                 27 third_party/yasm/source/config/win/stdint.h #define INT64_C(value) value##LL