Searched refs:kMapSize (Results 1 – 3 of 3) sorted by relevance
53 const size_t kMapSize = 0x100000000ULL; in main() local55 const size_t kMapSize = 0x1000000000ULL; in main()59 void *p = mmap(0, kMapSize, PROT_WRITE, in main()
1089 : map_(new(zone) ZoneList<bool>(kMapSize, zone)), in BoyerMoorePositionInfo()1095 for (int i = 0; i < kMapSize; i++) { in BoyerMoorePositionInfo()1102 static const int kMapSize = 128; variable1103 static const int kMask = kMapSize - 1;
3642 if (interval.to() - interval.from() >= kMapSize - 1) { in SetInterval()3643 if (map_count_ != kMapSize) { in SetInterval()3644 map_count_ = kMapSize; in SetInterval()3645 for (int i = 0; i < kMapSize; i++) map_->at(i) = true; in SetInterval()3655 if (map_count_ == kMapSize) return; in SetInterval()3662 if (map_count_ != kMapSize) { in SetAll()3663 map_count_ = kMapSize; in SetAll()3664 for (int i = 0; i < kMapSize; i++) map_->at(i) = true; in SetAll()6396 STATIC_ASSERT(BoyerMoorePositionInfo::kMapSize ==