Searched refs:MyRand (Results 1 – 8 of 8) 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()
721 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function960 const uint32_t tmp = MyRand(&seed) % rand_range; in HistogramCombineStochastic()
720 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function959 const uint32_t tmp = MyRand(&seed) % rand_range; in HistogramCombineStochastic()
712 99f6f462 Merge "histogram_enc.c,MyRand: s/ul/u/ for unsigned constants"714 a128dfff histogram_enc.c,MyRand: s/ul/u/ for unsigned constants
507 99f6f462 Merge "histogram_enc.c,MyRand: s/ul/u/ for unsigned constants"509 a128dfff histogram_enc.c,MyRand: s/ul/u/ for unsigned constants