Home
last modified time | relevance | path

Searched refs:prime1 (Results 1 - 3 of 3) sorted by relevance

/third_party/lz4/ossfuzz/
H A Dfuzz_helpers.h75 static const uint32_t prime1 = 2654435761U; in FUZZ_rand() local
78 rand32 *= prime1; in FUZZ_rand()
/third_party/lz4/tests/
H A Dframetest.c74 static const U32 prime1 = 2654435761U; variable
166 rand32 *= prime1; in FUZ_rand()
1025 U32 randState = coreRand ^ prime1; in fuzzerTests()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc399 static const size_t prime1 = 16777499; in operator ()() local
401 return reinterpret_cast<size_t>(p.first) * prime1 ^ in operator ()()

Completed in 14 milliseconds