Searched refs:h2 (Results 1 – 14 of 14) sorted by relevance
| /rocksdb-6.9/util/ |
| D | bloom_impl.h | 194 static inline void AddHash(uint32_t h1, uint32_t h2, uint32_t len_bytes, in AddHash() argument 197 AddHashPrepared(h2, num_probes, data + bytes_to_cache_line); in AddHash() 200 static inline void AddHashPrepared(uint32_t h2, int num_probes, in AddHashPrepared() argument 202 uint32_t h = h2; in AddHashPrepared() 219 static inline bool HashMayMatch(uint32_t h1, uint32_t h2, uint32_t len_bytes, in HashMayMatch() argument 222 return HashMayMatchPrepared(h2, num_probes, data + bytes_to_cache_line); in HashMayMatch() 225 static inline bool HashMayMatchPrepared(uint32_t h2, int num_probes, in HashMayMatchPrepared() argument 227 uint32_t h = h2; in HashMayMatchPrepared()
|
| D | slice.cc | 191 int h2 = fromHex(data_[i++]); in DecodeHex() local 192 if (h2 < 0) { in DecodeHex() 195 result->push_back(static_cast<char>((h1 << 4) | h2)); in DecodeHex()
|
| D | xxh3p.h | 1345 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) in XXH128_isEqual() argument 1348 return !(memcmp(&h1, &h2, sizeof(h1))); in XXH128_isEqual() 1358 XXH128_hash_t const h2 = *(const XXH128_hash_t*)h128_2; in XXH128_cmp() local 1359 int const hcmp = (h1.high64 > h2.high64) - (h2.high64 > h1.high64); in XXH128_cmp() 1362 return (h1.low64 > h2.low64) - (h2.low64 > h1.low64); in XXH128_cmp()
|
| D | xxhash.h | 564 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2);
|
| /rocksdb-6.9/docs/_sass/ |
| D | _base.scss | 44 h1, h2, h3, h4 { 94 h2#project_tagline { 179 h2 { 254 h2 { 367 h2#project_tagline { 386 h2 {
|
| D | _poweredby.scss | 11 h2 {
|
| D | _footer.scss | 65 h2 {
|
| D | _reset.scss | 2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
| D | _header.scss | 30 h2 {
|
| D | _gridBlock.scss | 91 h2 + .gridBlock {
|
| D | _react_docs_nav.scss | 328 h2 {
|
| /rocksdb-6.9/cache/ |
| D | cache_test.cc | 335 Cache::Handle* h2 = cache_->Lookup(EncodeKey(100)); in TEST_P() local 336 ASSERT_EQ(102, DecodeValue(cache_->Value(h2))); in TEST_P() 351 cache_->Release(h2); in TEST_P() 476 Cache::Handle* h2 = cache_->Lookup(EncodeKey(100)); in TEST_P() local 477 ASSERT_EQ(h1, h2); in TEST_P() 479 ASSERT_EQ(DecodeValue(cache_->Value(h2)), 1000); in TEST_P() 491 cache_->Release(h2); in TEST_P()
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 143 h2:hover .header-link,
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-07-15-rocksdb-2015-h2-roadmap.markdown | 7 - /blog/2015/rocksdb-2015-h2-roadmap/
|