Harlinn.Windows 0.1
Loading...
Searching...
No Matches
xxh_x86dispatch.h File Reference
#include "xxhash.h"
Include dependency graph for xxh_x86dispatch.h:

Macros

#define XXH3_64bits   XXH3_64bits_dispatch
 
#define XXH3_64bits_withSeed   XXH3_64bits_withSeed_dispatch
 
#define XXH3_64bits_withSecret   XXH3_64bits_withSecret_dispatch
 
#define XXH3_64bits_update   XXH3_64bits_update_dispatch
 
#define XXH128   XXH3_128bits_withSeed_dispatch
 
#define XXH3_128bits   XXH3_128bits_dispatch
 
#define XXH3_128bits   XXH3_128bits_dispatch
 
#define XXH3_128bits_withSeed   XXH3_128bits_withSeed_dispatch
 
#define XXH3_128bits_withSecret   XXH3_128bits_withSecret_dispatch
 
#define XXH3_128bits_update   XXH3_128bits_update_dispatch
 

Functions

XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_dispatch (const void *input, size_t len)
 
XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_withSeed_dispatch (const void *input, size_t len, XXH64_hash_t seed)
 
XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_withSecret_dispatch (const void *input, size_t len, const void *secret, size_t secretLen)
 
XXH_PUBLIC_API XXH_errorcode XXH3_64bits_update_dispatch (XXH3_state_t *state, const void *input, size_t len)
 
XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_dispatch (const void *input, size_t len)
 
XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSeed_dispatch (const void *input, size_t len, XXH64_hash_t seed)
 
XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSecret_dispatch (const void *input, size_t len, const void *secret, size_t secretLen)
 
XXH_PUBLIC_API XXH_errorcode XXH3_128bits_update_dispatch (XXH3_state_t *state, const void *input, size_t len)
 

Macro Definition Documentation

◆ XXH128

#define XXH128   XXH3_128bits_withSeed_dispatch

◆ XXH3_128bits [1/2]

#define XXH3_128bits   XXH3_128bits_dispatch

◆ XXH3_128bits [2/2]

#define XXH3_128bits   XXH3_128bits_dispatch

◆ XXH3_128bits_update

#define XXH3_128bits_update   XXH3_128bits_update_dispatch

◆ XXH3_128bits_withSecret

#define XXH3_128bits_withSecret   XXH3_128bits_withSecret_dispatch

◆ XXH3_128bits_withSeed

#define XXH3_128bits_withSeed   XXH3_128bits_withSeed_dispatch

◆ XXH3_64bits

#define XXH3_64bits   XXH3_64bits_dispatch

◆ XXH3_64bits_update

#define XXH3_64bits_update   XXH3_64bits_update_dispatch

◆ XXH3_64bits_withSecret

#define XXH3_64bits_withSecret   XXH3_64bits_withSecret_dispatch

◆ XXH3_64bits_withSeed

#define XXH3_64bits_withSeed   XXH3_64bits_withSeed_dispatch