Home
last modified time | relevance | path

Searched refs:srcState (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/common/
HDxxhash.c270 …_API void XXH32_copyState(XXH32_state_t* restrict dstState, const XXH32_state_t* restrict srcState) in XXH32_copyState() argument
272 ZSTD_memcpy(dstState, srcState, sizeof(*dstState)); in XXH32_copyState()
275 …_API void XXH64_copyState(XXH64_state_t* restrict dstState, const XXH64_state_t* restrict srcState) in XXH64_copyState() argument
277 ZSTD_memcpy(dstState, srcState, sizeof(*dstState)); in XXH64_copyState()
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.c5769 …_API void XXH32_copyState(XXH32_state_t* restrict dstState, const XXH32_state_t* restrict srcState) in XXH32_copyState() argument
5771 memcpy(dstState, srcState, sizeof(*dstState)); in XXH32_copyState()
5774 …_API void XXH64_copyState(XXH64_state_t* restrict dstState, const XXH64_state_t* restrict srcState) in XXH64_copyState() argument
5776 memcpy(dstState, srcState, sizeof(*dstState)); in XXH64_copyState()