Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
H A Dfuzz_helpers.h76 static const uint32_t prime2 = 2246822519U; in FUZZ_rand() local
79 rand32 += prime2; in FUZZ_rand()
/third_party/lz4/tests/
H A Dframetest.c75 static const U32 prime2 = 2246822519U; variable
167 rand32 += prime2; in FUZ_rand()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc400 static const size_t prime2 = 16777619; in operator ()() local
402 static_cast<size_t>(p.second) * prime2; in operator ()()

Completed in 15 milliseconds