HomeSort by: relevance | last modified time | path
    Searched refs:rand64 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
disk_cache_os.c 402 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); local
403 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0)
  /xsrc/external/mit/MesaLib.old/dist/src/util/
disk_cache.c 643 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); local
644 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0)

Completed in 6 milliseconds