Searched refs:c3 (Results 1 – 2 of 2) sorted by relevance
447 xxh_u8 const c3 = input[len - 1]; in XXH3p_len_1to3_64b() local448 …xxh_u32 const combined = ((xxh_u32)c1) | (((xxh_u32)c2) << 8) | (((xxh_u32)c3) << 16) | (((xxh_u3… in XXH3p_len_1to3_64b()1115 xxh_u8 const c3 = input[len - 1]; in XXH3p_len_1to3_128b() local1116 …xxh_u32 const combinedl = ((xxh_u32)c1) + (((xxh_u32)c2) << 8) + (((xxh_u32)c3) << 16) + (((xxh_u… in XXH3p_len_1to3_128b()
2941 TableConstructor c3(BytewiseComparator()); in TEST_P() local2944 c3.Add(internal_key.Encode().ToString(), "hello"); in TEST_P()2948 c3.Finish(options, ioptions3, moptions3, table_options, in TEST_P()2950 c3.ResetTableReader(); in TEST_P()2958 ASSERT_OK(c3.Reopen(ioptions4, moptions4)); in TEST_P()2959 reader = dynamic_cast<BlockBasedTable*>(c3.GetTableReader()); in TEST_P()2970 c3.ResetTableReader(); in TEST_P()