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

  /external/lz4/lib/
xxhash.h 203 typedef struct { unsigned char digest[4]; } XXH32_canonical_t;
204 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash);
205 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src);
xxhash.c 504 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash)
506 XXH_STATIC_ASSERT(sizeof(XXH32_canonical_t) == sizeof(XXH32_hash_t));
511 XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonical_t* src)

Completed in 1729 milliseconds