Searched refs:MyRand (Results 1 – 3 of 3) sorted by relevance
76 static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) { in MyRand() function
23 pos += MyRand(&seed) % block_length; in FN()41 pos = MyRand(seed) % (length - stride + 1); in FN()
720 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function959 const uint32_t tmp = MyRand(&seed) % rand_range; in HistogramCombineStochastic()