HomeSort by relevance Sort by last modified time
    Searched refs:next64 (Results 1 - 3 of 3) sorted by null

  /external/skia/legacy/include/core/
SkRandom.h 82 void next64(Sk64* a) { function in class:SkRandom
  /external/skia/include/utils/
SkRandom.h 128 void next64(Sk64* a) { function in class:SkRandom
281 void next64(Sk64* a) { function in class:SkMWCRandom
  /external/skia/tests/
Sk64Test.cpp 101 rand.next64(&a); //a.fHi >>= 1; // avoid overflow
102 rand.next64(&b); //b.fHi >>= 1; // avoid overflow

Completed in 247 milliseconds