Searched refs:product (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/util/ |
| D | random.h | 49 uint64_t product = seed_ * A; in Next() local 52 seed_ = static_cast<uint32_t>((product >> 31) + (product & M)); in Next()
|
| D | xxh3p.h | 326 __uint128_t product = (__uint128_t)lhs * (__uint128_t)rhs; in XXH_mult64to128() local 327 XXH128_hash_t const r128 = { (xxh_u64)(product), (xxh_u64)(product >> 64) }; in XXH_mult64to128() 421 XXH128_hash_t product = XXH_mult64to128(lhs, rhs); in XXH3p_mul128_fold64() local 422 return product.low64 ^ product.high64; in XXH3p_mul128_fold64() 530 xacc[i] = _mm256_add_epi64(product, sum); in XXH3p_accumulate_512() 533 xacc[i] = _mm256_add_epi64(product, sum); in XXH3p_accumulate_512() 549 …__m128i const product = _mm_mul_epu32 (data_key, _mm_shuffle_epi32 (data_key, 0x31)); /* uint64 m… in XXH3p_accumulate_512() 553 xacc[i] = _mm_add_epi64(product, sum); in XXH3p_accumulate_512() 556 xacc[i] = _mm_add_epi64(product, sum); in XXH3p_accumulate_512() 667 U64x2 const product = XXH_vec_mulo((U32x4)data_key, shuffled); in XXH3p_accumulate_512() [all …]
|
| D | hash.h | 87 uint64_t product = uint64_t{range} * hash; in fastrange32() 88 return static_cast<uint32_t>(product >> 32); in fastrange32()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-11-21-delete-range.markdown | 25 Marketplace uses RocksDB to store product data. Its key begins with product ID, 26 and it stores various data associated with the product in separate keys. When a 27 product is removed, all these keys must be deleted.
|
| /rocksdb-6.9/ |
| D | LICENSE.Apache | 140 names, trademarks, service marks, or product names of the Licensor,
|