Searched defs:XXH64_state_t (Results 1 - 2 of 2) sorted by relevance

/external/lz4/lib/
H A Dxxhash.h228 typedef struct XXH64_state_s XXH64_state_t; /* incomplete type */ typedef in typeref:struct:XXH64_state_s
229 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void);
230 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr);
231 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
233 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
234 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t length);
235 XXH_PUBLIC_API XXH64_hash_t XXH64_digest (const XXH64_state_t* statePtr);
279 }; /* typedef'd to XXH64_state_t */
/external/vulkan-validation-layers/layers/
H A Dxxhash.h228 typedef struct XXH64_state_s XXH64_state_t; /* incomplete type */ typedef in typeref:struct:XXH64_state_s
229 XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void);
230 XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr);
231 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
233 XXH_PUBLIC_API XXH_errorcode XXH64_reset (XXH64_state_t* statePtr, unsigned long long seed);
234 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* statePtr, const void* input, size_t length);
235 XXH_PUBLIC_API XXH64_hash_t XXH64_digest (const XXH64_state_t* statePtr);
279 }; /* typedef'd to XXH64_state_t */

Completed in 122 milliseconds