Searched refs:XXH64_state_t (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 166 typedef struct XXH64_state_s XXH64_state_t; /* incomplete type */ typedef 173 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void); 174 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr); 183 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed); 184 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t lengt… 185 XXH_PUBLIC_API XXH64_hash_t XXH64_digest (const XXH64_state_t* statePtr); 218 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restric…
|
| H A D | xxhash.c | 275 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dstState, const XXH64_state_t* restrict… in XXH64_copyState() 503 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) in XXH64_createState() 505 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState() 507 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 529 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset() 531 …XXH64_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnin… in XXH64_reset() 662 FORCE_INLINE_TEMPLATE XXH_errorcode XXH64_update_endian (XXH64_state_t* state, const void* input, s… in XXH64_update_endian() 719 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update() 731 FORCE_INLINE_TEMPLATE U64 XXH64_digest_endian (const XXH64_state_t* state, XXH_endianess endian) in XXH64_digest_endian() 783 XXH_PUBLIC_API unsigned long long XXH64_digest (const XXH64_state_t* state_in) in XXH64_digest()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 121 XXH64_state_t xxhState;
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 279 XXH64_state_t xxhState;
|
| H A D | zstdmt_compress.c | 451 XXH64_state_t xxhState;
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 5347 typedef struct XXH64_state_s XXH64_state_t; /* incomplete type */ typedef 5354 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void); 5355 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr); 5366 XXH_PUBLIC_API XXH64_hash_t XXH64_digest (const XXH64_state_t* statePtr); 5399 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restric… 5774 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dstState, const XXH64_state_t* restrict… in XXH64_copyState() 6002 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) in XXH64_createState() 6004 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState() 6006 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) in XXH64_freeState() 10159 XXH64_state_t xxhState; [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 2950 XXH64_state_t xxhState;
|