Home
last modified time | relevance | path

Searched refs:h32 (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
A Dxxhash.c136 h32 = xxh_rotl32(h32, 17) * PRIME32_4; in xxh32()
142 h32 = xxh_rotl32(h32, 11) * PRIME32_1; in xxh32()
146 h32 ^= h32 >> 15; in xxh32()
148 h32 ^= h32 >> 13; in xxh32()
150 h32 ^= h32 >> 16; in xxh32()
152 return h32; in xxh32()
357 h32 = xxh_rotl32(h32, 17) * PRIME32_4; in xxh32_digest()
363 h32 = xxh_rotl32(h32, 11) * PRIME32_1; in xxh32_digest()
367 h32 ^= h32 >> 15; in xxh32_digest()
369 h32 ^= h32 >> 13; in xxh32_digest()
[all …]
/linux/net/xfrm/
A Dxfrm_compat.c579 static struct nlmsghdr *xfrm_user_rcv_msg_compat(const struct nlmsghdr *h32, in xfrm_user_rcv_msg_compat() argument
584 u16 type = h32->nlmsg_type - XFRM_MSG_BASE; in xfrm_user_rcv_msg_compat()
596 if ((h32->nlmsg_type == XFRM_MSG_GETSA || in xfrm_user_rcv_msg_compat()
597 h32->nlmsg_type == XFRM_MSG_GETPOLICY) && in xfrm_user_rcv_msg_compat()
598 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
601 err = nlmsg_parse_deprecated(h32, compat_msg_min[type], attrs, in xfrm_user_rcv_msg_compat()
606 len = xfrm_user_rcv_calculate_len64(h32, attrs, maxtype); in xfrm_user_rcv_msg_compat()
608 if (len == nlmsg_len(h32)) in xfrm_user_rcv_msg_compat()
616 err = xfrm_xlate32(h64, h32, attrs, len, type, maxtype, extack); in xfrm_user_rcv_msg_compat()
/linux/lib/zstd/decompress/
A Dzstd_decompress.c1174 U32 const h32 = (U32)xxh64_digest(&dctx->xxhState); in ZSTD_decompressContinue() local
1176 …TD_decompressContinue: checksum : calculated %08X :: %08X read", (unsigned)h32, (unsigned)check32); in ZSTD_decompressContinue()
1177 RETURN_ERROR_IF(check32 != h32, checksum_wrong, ""); in ZSTD_decompressContinue()

Completed in 10 milliseconds