Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dprimary32.h390 const uptr RegionIndex = computeRegionId(Region); in allocateRegion() local
854 const uptr RegionIndex = (GroupBase - Base) / RegionSize; variable
/external/scudo/standalone/tests/
Drelease_test.cpp224 auto SkipRegion = [](UNUSED scudo::uptr RegionIndex) { return false; }; in testReleaseFreeMemoryToOS()
465 auto SkipRegion = [](UNUSED scudo::uptr RegionIndex) { return false; }; in testReleasePartialRegion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2440 unsigned RegionIndex = PHIRegionIndices[0]; in splitLoopPHI() local