h64              2239 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t h64:32;
h64              2241 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t h64:32;
h64              2252 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t h64:32;
h64              2254 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t h64:32;
h64              2661 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t h64:32;
h64              2663 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t h64:32;
h64               413 arch/mips/include/asm/octeon/cvmx-pip.h 	status->len_64_packets = stat4.s.h64;
h64                69 lib/test_hash.c test_int_hash(unsigned long long h64, u32 hash_or[2][33])
h64                72 lib/test_hash.c 	u32 h0 = (u32)h64, h1, h2;
h64               114 lib/test_hash.c 		hash_or[1][k] |= h1 = hash_64(h64, k);
h64               116 lib/test_hash.c 			pr_err("hash_64(%#llx, %d) = %#x > %#x", h64, k, h1, m);
h64               120 lib/test_hash.c 		h2 = hash_64_generic(h64, k);
h64               124 lib/test_hash.c 				"= %#x", h64, k, h1, h2);
h64               130 lib/test_hash.c 				h64, k, h1, m);
h64               149 lib/test_hash.c 	unsigned long long h64 = 0;
h64               178 lib/test_hash.c 			h64 = h64 << 32 | h0;	/* For use with hash_64 */
h64               179 lib/test_hash.c 			if (!test_int_hash(h64, hash_or))
h64               176 lib/xxhash.c   	uint64_t h64;
h64               196 lib/xxhash.c   		h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) +
h64               198 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v1);
h64               199 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v2);
h64               200 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v3);
h64               201 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v4);
h64               204 lib/xxhash.c   		h64  = seed + PRIME64_5;
h64               207 lib/xxhash.c   	h64 += (uint64_t)len;
h64               212 lib/xxhash.c   		h64 ^= k1;
h64               213 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
h64               218 lib/xxhash.c   		h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1;
h64               219 lib/xxhash.c   		h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
h64               224 lib/xxhash.c   		h64 ^= (*p) * PRIME64_5;
h64               225 lib/xxhash.c   		h64 = xxh_rotl64(h64, 11) * PRIME64_1;
h64               229 lib/xxhash.c   	h64 ^= h64 >> 33;
h64               230 lib/xxhash.c   	h64 *= PRIME64_2;
h64               231 lib/xxhash.c   	h64 ^= h64 >> 29;
h64               232 lib/xxhash.c   	h64 *= PRIME64_3;
h64               233 lib/xxhash.c   	h64 ^= h64 >> 32;
h64               235 lib/xxhash.c   	return h64;
h64               449 lib/xxhash.c   	uint64_t h64;
h64               457 lib/xxhash.c   		h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) +
h64               459 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v1);
h64               460 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v2);
h64               461 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v3);
h64               462 lib/xxhash.c   		h64 = xxh64_merge_round(h64, v4);
h64               464 lib/xxhash.c   		h64  = state->v3 + PRIME64_5;
h64               467 lib/xxhash.c   	h64 += (uint64_t)state->total_len;
h64               472 lib/xxhash.c   		h64 ^= k1;
h64               473 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
h64               478 lib/xxhash.c   		h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1;
h64               479 lib/xxhash.c   		h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
h64               484 lib/xxhash.c   		h64 ^= (*p) * PRIME64_5;
h64               485 lib/xxhash.c   		h64 = xxh_rotl64(h64, 11) * PRIME64_1;
h64               489 lib/xxhash.c   	h64 ^= h64 >> 33;
h64               490 lib/xxhash.c   	h64 *= PRIME64_2;
h64               491 lib/xxhash.c   	h64 ^= h64 >> 29;
h64               492 lib/xxhash.c   	h64 *= PRIME64_3;
h64               493 lib/xxhash.c   	h64 ^= h64 >> 32;
h64               495 lib/xxhash.c   	return h64;