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

  /external/chromium_org/third_party/leveldatabase/src/db/
version_edit_test.cc 23 static const uint64_t kBig = 1ull << 50;
28 edit.AddFile(3, kBig + 300 + i, kBig + 400 + i,
29 InternalKey("foo", kBig + 500 + i, kTypeValue),
30 InternalKey("zoo", kBig + 600 + i, kTypeDeletion));
31 edit.DeleteFile(4, kBig + 700 + i);
32 edit.SetCompactPointer(i, InternalKey("x", kBig + 900 + i, kTypeValue));
36 edit.SetLogNumber(kBig + 100);
37 edit.SetNextFile(kBig + 200);
38 edit.SetLastSequence(kBig + 1000)
    [all...]
  /external/chromium_org/third_party/skia/gm/
bigblurs.cpp 35 static const int kBig = 65536;
38 const SkRect bigRect = SkRect::MakeWH(SkIntToScalar(kBig), SkIntToScalar(kBig));
55 { kBig-kRightBotPad, -kLeftTopPad }, // UR
56 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR
57 { -kLeftTopPad, kBig-kRightBotPad }, // LL
58 { kBig/2-kCloseUpSize/2, kBig/2-kCloseUpSize/2 }, // center
  /external/skia/gm/
bigblurs.cpp 35 static const int kBig = 65536;
38 const SkRect bigRect = SkRect::MakeWH(SkIntToScalar(kBig), SkIntToScalar(kBig));
55 { kBig-kRightBotPad, -kLeftTopPad }, // UR
56 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR
57 { -kLeftTopPad, kBig-kRightBotPad }, // LL
58 { kBig/2-kCloseUpSize/2, kBig/2-kCloseUpSize/2 }, // center
  /external/chromium_org/v8/src/mips/
constants-mips.h 45 kBig
51 static const Endianness kArchEndian = kBig;

Completed in 303 milliseconds