Home
last modified time | relevance | path

Searched refs:prefix_hash (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-engine.h71 size_t prefix_hash; member
76 DCHECK_IMPLIES(eq, prefix_hash == other.prefix_hash);
81 if (prefix_hash != other.prefix_hash) {
84 return prefix_hash < other.prefix_hash;
92 DCHECK_EQ(prefix_hash, other.prefix_hash);
103 bool GetStreamingCompilationOwnership(size_t prefix_hash);
104 void StreamingCompilationFailed(size_t prefix_hash);
313 bool GetStreamingCompilationOwnership(size_t prefix_hash);
317 void StreamingCompilationFailed(size_t prefix_hash);
H A Dwasm-engine.cc187 size_t prefix_hash = PrefixHash(wire_bytes); in MaybeGetNativeModule() local
188 NativeModuleCache::Key key{prefix_hash, wire_bytes}; in MaybeGetNativeModule()
220 auto it = map_.lower_bound(Key{prefix_hash, {}}); in GetStreamingCompilationOwnership()
221 if (it != map_.end() && it->first.prefix_hash == prefix_hash) { in GetStreamingCompilationOwnership()
223 PrefixHash(it->first.bytes) == prefix_hash); in GetStreamingCompilationOwnership()
226 Key key{prefix_hash, {}}; in GetStreamingCompilationOwnership()
234 Key key{prefix_hash, {}}; in StreamingCompilationFailed()
246 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Update() local
248 map_.erase(Key{prefix_hash, {}}); in Update()
249 const Key key{prefix_hash, wire_bytes}; in Update()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-engine.h63 size_t prefix_hash; member
68 DCHECK_IMPLIES(eq, prefix_hash == other.prefix_hash);
73 if (prefix_hash != other.prefix_hash) {
76 return prefix_hash < other.prefix_hash;
84 DCHECK_EQ(prefix_hash, other.prefix_hash);
95 bool GetStreamingCompilationOwnership(size_t prefix_hash);
96 void StreamingCompilationFailed(size_t prefix_hash);
307 bool GetStreamingCompilationOwnership(size_t prefix_hash);
311 void StreamingCompilationFailed(size_t prefix_hash);
H A Dwasm-engine.cc140 size_t prefix_hash = PrefixHash(wire_bytes); in MaybeGetNativeModule() local
141 NativeModuleCache::Key key{prefix_hash, wire_bytes}; in MaybeGetNativeModule()
171 auto it = map_.lower_bound(Key{prefix_hash, {}}); in GetStreamingCompilationOwnership()
172 if (it != map_.end() && it->first.prefix_hash == prefix_hash) { in GetStreamingCompilationOwnership()
174 PrefixHash(it->first.bytes) == prefix_hash); in GetStreamingCompilationOwnership()
177 Key key{prefix_hash, {}}; in GetStreamingCompilationOwnership()
185 Key key{prefix_hash, {}}; in StreamingCompilationFailed()
197 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Update() local
199 map_.erase(Key{prefix_hash, {}}); in Update()
200 const Key key{prefix_hash, wire_bytes}; in Update()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-engine.h65 size_t prefix_hash; member
70 DCHECK_IMPLIES(eq, prefix_hash == other.prefix_hash);
75 if (prefix_hash != other.prefix_hash) {
78 return prefix_hash < other.prefix_hash;
86 DCHECK_EQ(prefix_hash, other.prefix_hash);
97 bool GetStreamingCompilationOwnership(size_t prefix_hash);
98 void StreamingCompilationFailed(size_t prefix_hash);
302 bool GetStreamingCompilationOwnership(size_t prefix_hash);
306 void StreamingCompilationFailed(size_t prefix_hash);
H A Dwasm-engine.cc162 size_t prefix_hash = PrefixHash(wire_bytes); in MaybeGetNativeModule() local
163 NativeModuleCache::Key key{prefix_hash, wire_bytes}; in MaybeGetNativeModule()
193 auto it = map_.lower_bound(Key{prefix_hash, {}}); in GetStreamingCompilationOwnership()
194 if (it != map_.end() && it->first.prefix_hash == prefix_hash) { in GetStreamingCompilationOwnership()
196 PrefixHash(it->first.bytes) == prefix_hash); in GetStreamingCompilationOwnership()
199 Key key{prefix_hash, {}}; in GetStreamingCompilationOwnership()
207 Key key{prefix_hash, {}}; in StreamingCompilationFailed()
219 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Update() local
221 map_.erase(Key{prefix_hash, {}}); in Update()
222 const Key key{prefix_hash, wire_bytes}; in Update()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/plain/
H A Dplain_table_reader.cc281 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
282 bloom_.AddHash(prefix_hash); in FillBloom()
546 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
547 bloom_.Prefetch(prefix_hash); in Prepare()
557 uint32_t prefix_hash; in Get() local
570 prefix_hash = 0; in Get()
573 prefix_hash = GetSliceHash(prefix_slice); in Get()
574 if (!MatchBloom(prefix_hash)) { in Get()
697 uint32_t prefix_hash = 0; in Seek() local
700 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
H A Dplain_table_index.cc41 uint32_t prefix_hash, uint32_t* bucket_value) const { in GetOffset() argument
42 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc286 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
287 bloom_.AddHash(prefix_hash); in FillBloom()
553 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
554 bloom_.Prefetch(prefix_hash); in Prepare()
564 uint32_t prefix_hash; in Get() local
577 prefix_hash = 0; in Get()
580 prefix_hash = GetSliceHash(prefix_slice); in Get()
581 if (!MatchBloom(prefix_hash)) { in Get()
705 uint32_t prefix_hash = 0; in Seek() local
708 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
H A Dplain_table_index.cc41 uint32_t prefix_hash, uint32_t* bucket_value) const { in GetOffset() argument
42 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
/dports/databases/rocksdb/rocksdb-6.26.1/table/plain/
H A Dplain_table_reader.cc285 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
286 bloom_.AddHash(prefix_hash); in FillBloom()
552 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
553 bloom_.Prefetch(prefix_hash); in Prepare()
563 uint32_t prefix_hash; in Get() local
576 prefix_hash = 0; in Get()
579 prefix_hash = GetSliceHash(prefix_slice); in Get()
580 if (!MatchBloom(prefix_hash)) { in Get()
704 uint32_t prefix_hash = 0; in Seek() local
707 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
H A Dplain_table_index.cc42 uint32_t prefix_hash, uint32_t* bucket_value) const { in GetOffset() argument
43 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc286 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
287 bloom_.AddHash(prefix_hash); in FillBloom()
553 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
554 bloom_.Prefetch(prefix_hash); in Prepare()
564 uint32_t prefix_hash; in Get() local
577 prefix_hash = 0; in Get()
580 prefix_hash = GetSliceHash(prefix_slice); in Get()
581 if (!MatchBloom(prefix_hash)) { in Get()
705 uint32_t prefix_hash = 0; in Seek() local
708 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
H A Dplain_table_index.cc41 uint32_t prefix_hash, uint32_t* bucket_value) const { in GetOffset() argument
42 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/plain/
H A Dplain_table_reader.cc285 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
286 bloom_.AddHash(prefix_hash); in FillBloom()
552 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
553 bloom_.Prefetch(prefix_hash); in Prepare()
563 uint32_t prefix_hash; in Get() local
576 prefix_hash = 0; in Get()
579 prefix_hash = GetSliceHash(prefix_slice); in Get()
580 if (!MatchBloom(prefix_hash)) { in Get()
704 uint32_t prefix_hash = 0; in Seek() local
707 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
H A Dplain_table_index.cc42 uint32_t prefix_hash, uint32_t* bucket_value) const { in GetOffset() argument
43 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc286 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
287 bloom_.AddHash(prefix_hash); in FillBloom()
553 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
554 bloom_.Prefetch(prefix_hash); in Prepare()
564 uint32_t prefix_hash; in Get() local
577 prefix_hash = 0; in Get()
580 prefix_hash = GetSliceHash(prefix_slice); in Get()
581 if (!MatchBloom(prefix_hash)) { in Get()
705 uint32_t prefix_hash = 0; in Seek() local
708 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
548 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
549 bloom_.Prefetch(prefix_hash); in Prepare()
559 uint32_t prefix_hash; in Get() local
572 prefix_hash = 0; in Get()
575 prefix_hash = GetSliceHash(prefix_slice); in Get()
576 if (!MatchBloom(prefix_hash)) { in Get()
699 uint32_t prefix_hash = 0; in Seek() local
702 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
548 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
549 bloom_.Prefetch(prefix_hash); in Prepare()
559 uint32_t prefix_hash; in Get() local
572 prefix_hash = 0; in Get()
575 prefix_hash = GetSliceHash(prefix_slice); in Get()
576 if (!MatchBloom(prefix_hash)) { in Get()
699 uint32_t prefix_hash = 0; in Seek() local
702 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
548 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
549 bloom_.Prefetch(prefix_hash); in Prepare()
559 uint32_t prefix_hash; in Get() local
572 prefix_hash = 0; in Get()
575 prefix_hash = GetSliceHash(prefix_slice); in Get()
576 if (!MatchBloom(prefix_hash)) { in Get()
699 uint32_t prefix_hash = 0; in Seek() local
702 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
548 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
549 bloom_.Prefetch(prefix_hash); in Prepare()
559 uint32_t prefix_hash; in Get() local
572 prefix_hash = 0; in Get()
575 prefix_hash = GetSliceHash(prefix_slice); in Get()
576 if (!MatchBloom(prefix_hash)) { in Get()
699 uint32_t prefix_hash = 0; in Seek() local
702 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
548 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
549 bloom_.Prefetch(prefix_hash); in Prepare()
559 uint32_t prefix_hash; in Get() local
572 prefix_hash = 0; in Get()
575 prefix_hash = GetSliceHash(prefix_slice); in Get()
576 if (!MatchBloom(prefix_hash)) { in Get()
699 uint32_t prefix_hash = 0; in Seek() local
702 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/table/plain/
H A Dplain_table_reader.cc283 for (const auto prefix_hash : prefix_hashes) { in FillBloom() local
284 bloom_.AddHash(prefix_hash); in FillBloom()
548 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare() local
549 bloom_.Prefetch(prefix_hash); in Prepare()
559 uint32_t prefix_hash; in Get() local
572 prefix_hash = 0; in Get()
575 prefix_hash = GetSliceHash(prefix_slice); in Get()
576 if (!MatchBloom(prefix_hash)) { in Get()
699 uint32_t prefix_hash = 0; in Seek() local
702 prefix_hash = GetSliceHash(prefix_slice); in Seek()
[all …]
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/src/
H A Ddispatch_key.c140 unsigned int crc32 = compute_crc32_add(state->prefix_hash, key, key_len); in compatible_get_server()
244 unsigned int point = compute_crc32_add(state->prefix_hash, key, key_len); in ketama_crc32_get_server()
256 state->prefix_hash = 0x0U; in dispatch_init()
279 state->prefix_hash = compute_crc32(prefix, prefix_len); in dispatch_set_prefix()
H A Ddispatch_key.h36 unsigned int prefix_hash; member

1234