Searched refs:h64 (Results 1 - 9 of 9) sorted by relevance

/linux-master/lib/
H A Dxxhash.c176 uint64_t h64; local
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) +
198 h64 = xxh64_merge_round(h64, v1);
199 h64 = xxh64_merge_round(h64, v2);
200 h64 = xxh64_merge_round(h64, v3);
201 h64 = xxh64_merge_round(h64, v
449 uint64_t h64; local
[all...]
H A Dtest_hash.c59 unsigned long long *h64; member in struct:test_hash_params
87 params->h2 = hash_64_generic(*params->h64, *k);
91 *params->h64, *k, params->h1, params->h2);
95 *params->h64, *k, params->h1, *m);
101 * Test the various integer hash functions. h64 (or its low-order bits)
110 test_int_hash(struct kunit *test, unsigned long long h64, u32 hash_or[2][33]) argument
113 struct test_hash_params params = { &h64, (u32)h64, 0, 0, hash_or };
132 hash_or[1][k] |= params.h1 = hash_64(h64, k);
135 h64,
173 unsigned long long h64 = 0; local
[all...]
/linux-master/lib/crypto/
H A Dpoly1305-donna64.c53 h0 = state->h64[0];
54 h1 = state->h64[1];
55 h2 = state->h64[2];
105 state->h64[0] = h0;
106 state->h64[1] = h1;
107 state->h64[2] = h2;
120 h0 = state->h64[0];
121 h1 = state->h64[1];
122 h2 = state->h64[2];
/linux-master/include/crypto/
H A Dpoly1305.h37 u64 h64[3]; member in union:poly1305_state::__anon772
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile19 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h64-remix-mini-pc.dtb
38 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64.dtb
39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile19 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h64-remix-mini-pc.dtb
38 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64.dtb
39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
/linux-master/net/xfrm/
H A Dxfrm_compat.c590 struct nlmsghdr *h64; local
616 h64 = kvmalloc(len, GFP_KERNEL);
617 if (!h64)
620 err = xfrm_xlate32(h64, h32, attrs, len, type, maxtype, extack);
622 kvfree(h64);
626 return h64;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h413 status->len_64_packets = stat4.s.h64;
H A Dcvmx-pip-defs.h2239 uint64_t h64:32; member in struct:cvmx_pip_stat4_x::cvmx_pip_stat4_x_s
2241 uint64_t h64:32;
2252 uint64_t h64:32; member in struct:cvmx_pip_stat4_prtx::cvmx_pip_stat4_prtx_s
2254 uint64_t h64:32;
2661 uint64_t h64:32; member in struct:cvmx_pip_xstat4_prtx::cvmx_pip_xstat4_prtx_s
2663 uint64_t h64:32;

Completed in 174 milliseconds