Searched refs:keyed_lo (Results 1 – 1 of 1) sorted by relevance
1118 xxh_u64 const keyed_lo = (xxh_u64)combinedl ^ (XXH_readLE32(secret) + seed); in XXH3p_len_1to3_128b() local1120 xxh_u64 const mixedl = keyed_lo * PRIME64_1; in XXH3p_len_1to3_128b()1138 xxh_u64 const keyed_lo = input_64_lo ^ (XXH_readLE64(secret) + seed); in XXH3p_len_4to8_128b() local1140 xxh_u64 const mix64l1 = len + ((keyed_lo ^ (keyed_lo >> 51)) * PRIME32_1); in XXH3p_len_4to8_128b()