Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.c450 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item() local
451 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0) in disk_cache_evict_lru_item()