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
180 t->output = XXH32_digest(state); in t_xxhash()
127 unsigned int XXH32_digest (const XXH32_state_t* statePtr);
345 return XXH32_digest(&state); in XXH32()731 U32 XXH32_digest (const XXH32_state_t* state_in) in XXH32_digest() function
687 U32 xxh = XXH32_digest(&(cctxPtr->xxh)); in LZ4F_compressEnd()1279 U32 resultCRC = XXH32_digest(&(dctxPtr->xxh)); in LZ4F_decompress()
424 hash = XXH32_digest(state); in verify_io_u_xxhash()876 vh->hash = XXH32_digest(state); in fill_xxhash()