Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp429 long int randIndex = nrand48(cleanInit_); in RandClean() local
430 if (randIndex < 0) { in RandClean()
434 size_t sizeRandIndex = static_cast<size_t>(randIndex); in RandClean()