Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Dsize.go143 arg.Val = r.rand64()
Drand.go49 func (r *randGen) rand64() uint64 { func
69 v := r.rand64()
150 v = r.rand64()
/external/mesa3d/src/util/
Ddisk_cache.c620 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in evict_lru_item() local
621 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0) in evict_lru_item()