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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.cpp26 static u32 NumberOfCoPrimes = 0; member in namespace:__scudo
46 CoPrimes[NumberOfCoPrimes++] = I + 1;
74 const u32 Inc = CoPrimes[R % NumberOfCoPrimes];
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h39 CoPrimes[NumberOfCoPrimes++] = I + 1;
129 const u32 Inc = CoPrimes[R % NumberOfCoPrimes];
164 u32 NumberOfCoPrimes; member in struct:scudo::TSDRegistrySharedT

Completed in 101 milliseconds