Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
Dblock_splitter.c76 static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) { in MyRand() function
Dblock_splitter_inc.h23 pos += MyRand(&seed) % block_length; in FN()
41 pos = MyRand(seed) % (length - stride + 1); in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.c76 static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) { in MyRand() function
Dblock_splitter_inc.h23 pos += MyRand(&seed) % block_length; in FN()
41 pos = MyRand(seed) % (length - stride + 1); in FN()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c721 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function
960 const uint32_t tmp = MyRand(&seed) % rand_range; in HistogramCombineStochastic()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c720 static uint32_t MyRand(uint32_t* const seed) { in MyRand() function
959 const uint32_t tmp = MyRand(&seed) % rand_range; in HistogramCombineStochastic()
/third_party/skia/third_party/externals/libwebp/
DChangeLog712 99f6f462 Merge "histogram_enc.c,MyRand: s/ul/u/ for unsigned constants"
714 a128dfff histogram_enc.c,MyRand: s/ul/u/ for unsigned constants
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog507 99f6f462 Merge "histogram_enc.c,MyRand: s/ul/u/ for unsigned constants"
509 a128dfff histogram_enc.c,MyRand: s/ul/u/ for unsigned constants