HomeSort by: relevance | last modified time | path
    Searched defs:xxhash64 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/regression/
data.h 24 uint64_t xxhash64; /**< Hash of the url contents. */ member in struct:__anon8919
data.c 41 .xxhash64 = 0x48a199f92f93e977LL,
51 .xxhash64 = 0x48a199f92f93e977LL,
61 .xxhash64 = 0xa9b1b44b020df292LL,
66 .xxhash64 = 0x1eddc6f737d3cb53LL,
77 .xxhash64 = 0xa9b1b44b020df292LL,
82 .xxhash64 = 0x1eddc6f737d3cb53LL,
309 XXH64_state_t xxhash64; member in struct:__anon8917
319 XXH64_reset(&cdata.xxhash64, 0);
358 XXH64_update(&cdata->xxhash64, data, written * size);
400 if (XXH64_digest(&cdata.xxhash64) != resource->xxhash64)
    [all...]
  /src/usr.sbin/fstyp/
hammer2_disk.h 673 } xxhash64; member in union:hammer2_blockref::__anon8438
753 "xxhash64", "sha192" }

Completed in 25 milliseconds