Home
last modified time | relevance | path

Searched defs:MiddleIndex (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap_unittest.cc117 static constexpr uintptr_t MiddleIndex() { return LastIndex() / 2; } in MiddleIndex() function in partition_alloc::internal::__anon97af51110111::PartitionAllocStateBitmapTest
/external/clang/lib/Basic/
DSourceManager.cpp780 unsigned MiddleIndex = (GreaterIndex-LessIndex)/2+LessIndex; in getFileIDLocal() local
857 unsigned MiddleIndex = (LessIndex - GreaterIndex) / 2 + GreaterIndex; in getFileIDLoaded() local