HomeSort by relevance Sort by last modified time
    Searched refs:XXH64_canonical_t (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
xxhash.h 238 typedef struct { unsigned char digest[8]; } XXH64_canonical_t;
239 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash);
240 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src);
xxhash.c 877 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH64_hash_t hash)
879 XXH_STATIC_ASSERT(sizeof(XXH64_canonical_t) == sizeof(XXH64_hash_t));
884 XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src)

Completed in 84 milliseconds