Searched refs:CoPrimes (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.cpp25 static u32 CoPrimes[SCUDO_SHARED_TSD_POOL_SIZE]; member in namespace:__scudo
46 CoPrimes[NumberOfCoPrimes++] = I + 1;
74 const u32 Inc = CoPrimes[R % NumberOfCoPrimes];
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h40 CoPrimes[NumberOfCoPrimes++] = I + 1;
128 const u32 Inc = CoPrimes[R % NumberOfCoPrimes];
163 u32 CoPrimes[MaxTSDCount]; member in struct:scudo::TSDRegistrySharedT

Completed in 159 milliseconds