Searched refs:combinedl (Results 1 – 2 of 2) sorted by relevance
761 uint32_t const combinedl = ((uint32_t)c1 << 16) | ((uint32_t)c2 << 24) | in XXH3_len_1to3_128b() local763 uint32_t const combinedh = XXH_rotl32(byteswap(combinedl), 13); in XXH3_len_1to3_128b()768 uint64_t const keyed_lo = (uint64_t)combinedl ^ bitflipl; in XXH3_len_1to3_128b()
5097 xxh_u32 const combinedl = ((xxh_u32)c1 <<16) | ((xxh_u32)c2 << 24) in XXH3_len_1to3_128b() local5099 xxh_u32 const combinedh = XXH_rotl32(XXH_swap32(combinedl), 13); in XXH3_len_1to3_128b()5102 xxh_u64 const keyed_lo = (xxh_u64)combinedl ^ bitflipl; in XXH3_len_1to3_128b()