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

  /external/lz4/lib/
xxhash.h 170 typedef struct XXH32_state_s XXH32_state_t; /* incomplete type */
171 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void);
172 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr);
173 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
175 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, unsigned int seed);
176 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
177 XXH_PUBLIC_API XXH32_hash_t XXH32_digest (const XXH32_state_t* statePtr);
267 }; /* typedef'd to XXH32_state_t */
  /external/vulkan-validation-layers/layers/
xxhash.h 170 typedef struct XXH32_state_s XXH32_state_t; /* incomplete type */
171 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void);
172 XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr);
173 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
175 XXH_PUBLIC_API XXH_errorcode XXH32_reset (XXH32_state_t* statePtr, unsigned int seed);
176 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
177 XXH_PUBLIC_API XXH32_hash_t XXH32_digest (const XXH32_state_t* statePtr);
267 }; /* typedef'd to XXH32_state_t */

Completed in 221 milliseconds