Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
Dstate_bitmap_unittest.cc117 static constexpr uintptr_t MiddleIndex() { return LastIndex() / 2; } in MiddleIndex() function in partition_alloc::internal::__anon65b88d0a0111::PartitionAllocStateBitmapTest
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DIntervalTree.h383 int MiddleIndex = (PointsBeginIndex + PointsEndIndex) / 2; in createTree() local
/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