/openbmc/linux/lib/ |
H A D | xxhash.c | 176 uint64_t h64; in xxh64() local 196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64() 198 h64 = xxh64_merge_round(h64, v1); in xxh64() 199 h64 = xxh64_merge_round(h64, v2); in xxh64() 200 h64 = xxh64_merge_round(h64, v3); in xxh64() 201 h64 = xxh64_merge_round(h64, v4); in xxh64() 204 h64 = seed + PRIME64_5; in xxh64() 207 h64 += (uint64_t)len; in xxh64() 212 h64 ^= k1; in xxh64() 213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64() [all …]
|
H A D | test_hash.c | 59 unsigned long long *h64; member 87 params->h2 = hash_64_generic(*params->h64, *k); in test_int_hash_64() 91 *params->h64, *k, params->h1, params->h2); in test_int_hash_64() 95 *params->h64, *k, params->h1, *m); in test_int_hash_64() 110 test_int_hash(struct kunit *test, unsigned long long h64, u32 hash_or[2][33]) in test_int_hash() argument 113 struct test_hash_params params = { &h64, (u32)h64, 0, 0, hash_or }; in test_int_hash() 132 hash_or[1][k] |= params.h1 = hash_64(h64, k); in test_int_hash() 135 h64, k, params.h1, m); in test_int_hash() 173 unsigned long long h64 = 0; in test_hash_or() local 195 h64 = h64 << 32 | h0; /* For use with hash_64 */ in test_hash_or() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | xxhash.h | 194 uint64_t h64; in XXH64_mergerounds() local 196 h64 = rol64(v1, 1) + rol64(v2, 7) + rol64(v3, 12) + rol64(v4, 18); in XXH64_mergerounds() 197 h64 = XXH64_mergeround(h64, v1); in XXH64_mergerounds() 198 h64 = XXH64_mergeround(h64, v2); in XXH64_mergerounds() 199 h64 = XXH64_mergeround(h64, v3); in XXH64_mergerounds() 200 h64 = XXH64_mergeround(h64, v4); in XXH64_mergerounds() 202 return h64; in XXH64_mergerounds() 205 static inline uint64_t XXH64_avalanche(uint64_t h64) in XXH64_avalanche() argument 207 h64 ^= h64 >> 33; in XXH64_avalanche() 208 h64 *= XXH_PRIME64_2; in XXH64_avalanche() [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | poly1305-donna64.c | 53 h0 = state->h64[0]; in poly1305_core_blocks() 54 h1 = state->h64[1]; in poly1305_core_blocks() 55 h2 = state->h64[2]; in poly1305_core_blocks() 105 state->h64[0] = h0; in poly1305_core_blocks() 106 state->h64[1] = h1; in poly1305_core_blocks() 107 state->h64[2] = h2; in poly1305_core_blocks() 120 h0 = state->h64[0]; in poly1305_core_emit() 121 h1 = state->h64[1]; in poly1305_core_emit() 122 h2 = state->h64[2]; in poly1305_core_emit()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun50i-h6-pine-h64.dts | 14 compatible = "pine64,pine-h64", "allwinner,sun50i-h6"; 28 label = "pine-h64:green:heartbeat"; 33 label = "pine-h64:white:link"; 38 label = "pine-h64:blue:status";
|
H A D | Makefile | 472 sun50i-h6-pine-h64.dtb
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h6-pine-h64-model-b.dts | 6 #include "sun50i-h6-pine-h64.dts" 10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
|
H A D | sun50i-h6-pine-h64.dts | 13 compatible = "pine64,pine-h64", "allwinner,sun50i-h6"; 48 label = "pine-h64:green:heartbeat"; 53 label = "pine-h64:white:link"; 58 label = "pine-h64:blue:status";
|
H A D | Makefile | 37 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64.dtb 38 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_compat.c | 590 struct nlmsghdr *h64; in xfrm_user_rcv_msg_compat() local 616 h64 = kvmalloc(len, GFP_KERNEL); in xfrm_user_rcv_msg_compat() 617 if (!h64) in xfrm_user_rcv_msg_compat() 620 err = xfrm_xlate32(h64, h32, attrs, len, type, maxtype, extack); in xfrm_user_rcv_msg_compat() 622 kvfree(h64); in xfrm_user_rcv_msg_compat() 626 return h64; in xfrm_user_rcv_msg_compat()
|
/openbmc/u-boot/configs/ |
H A D | pine_h64_defconfig | 13 CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64"
|
/openbmc/linux/include/crypto/ |
H A D | poly1305.h | 37 u64 h64[3]; member
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-trng.c | 175 static void trng_seed_128(uint32_t *seed, uint64_t h00, uint64_t h64) in trng_seed_128() argument 179 seed[2] = extract64(h64, 0, 32); in trng_seed_128() 180 seed[3] = extract64(h64, 32, 32); in trng_seed_128()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 2239 uint64_t h64:32; member 2241 uint64_t h64:32; 2252 uint64_t h64:32; member 2254 uint64_t h64:32; 2661 uint64_t h64:32; member 2663 uint64_t h64:32;
|
H A D | cvmx-pip.h | 413 status->len_64_packets = stat4.s.h64; in cvmx_pip_get_port_status()
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 798 Elf64_Ehdr h64; in arm_load_elf() member 817 big_endian = elf_header.h64.e_ident[EI_DATA] == ELFDATA2MSB; in arm_load_elf()
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 441 uint64_t l64, h64; in do_constant_folding_2() local 572 mulu64(&l64, &h64, x, y); in do_constant_folding_2() 573 return h64; in do_constant_folding_2() 575 muls64(&l64, &h64, x, y); in do_constant_folding_2() 576 return h64; in do_constant_folding_2()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |