Home
last modified time | relevance | path

Searched refs:kPoly (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2970 static const uint32_t kPoly = (1 << 22) | (1 << 2) | (1 << 1) | (1 << 0); in PickNextSample() local
2972 rnd_ = (r << 1) ^ ((static_cast<int32_t>(r) >> 31) & kPoly); in PickNextSample()