Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.h74 uint64_t seed_xorshift128plus[2]; member
Ddisk_cache.c248 s_rand_xorshift128plus(cache->seed_xorshift128plus, true); in disk_cache_type_create()
Ddisk_cache_os.c450 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item()