Searched defs:MiddleIndex (Results 1 – 2 of 2) sorted by relevance
/external/cronet/base/allocator/partition_allocator/starscan/ | ||
D | state_bitmap_unittest.cc | 117 static constexpr uintptr_t MiddleIndex() { return LastIndex() / 2; } in MiddleIndex() function in partition_alloc::internal::__anon97af51110111::PartitionAllocStateBitmapTest |
/external/clang/lib/Basic/ | ||
D | SourceManager.cpp | 780 unsigned MiddleIndex = (GreaterIndex-LessIndex)/2+LessIndex; in getFileIDLocal() local |