Searched refs:XXH32_digest (Results 1 – 7 of 7) sorted by relevance
112 unsigned int XXH32_digest (void* state);170 #define XXH32_result XXH32_digest
230 return XXH32_digest(state); in XXH32()414 uint32_t XXH32_digest (void* state_in) in XXH32_digest() function
241 t->output = XXH32_digest(state); in t_xxhash()
131 # define XXH32_digest XXH_NAME2(XXH_NAMESPACE, XXH32_digest) macro177 XXH_PUBLIC_API XXH32_hash_t XXH32_digest (const XXH32_state_t* statePtr);
328 return XXH32_digest(&state); in XXH32()485 XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) in XXH32_digest() function
709 U32 const xxh = XXH32_digest(&(cctxPtr->xxh)); in LZ4F_compressEnd()1322 U32 const resultCRC = XXH32_digest(&(dctxPtr->xxh)); in LZ4F_decompress()
434 hash = XXH32_digest(state); in verify_io_u_xxhash()1022 vh->hash = XXH32_digest(state); in fill_xxhash()