Searched refs:XXH32_digest (Results 1 – 5 of 5) sorted by relevance
131 # define XXH32_digest XXH_NAME2(XXH_NAMESPACE, XXH32_digest) macro177 XXH_PUBLIC_API XXH32_hash_t XXH32_digest (const XXH32_state_t* statePtr);
327 return XXH32_digest(&state); in XXH32()484 XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) in XXH32_digest() function
333 return XXH32_digest(&state); in XXH32()490 XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) in XXH32_digest() function
958 U32 const xxh = XXH32_digest(&(cctxPtr->xxh)); in LZ4F_compressEnd()1502 U32 const calcCRC = XXH32_digest(&dctx->blockChecksum); in LZ4F_decompress()1669 U32 const resultCRC = XXH32_digest(&(dctx->xxh)); in LZ4F_decompress()