Home
last modified time | relevance | path

Searched defs:next_bucket (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h328 uint64 next_bucket = alt_bucket(bref.keys[slot], e.bucket); in CuckooInsert() local
/external/rust/crates/weak-table/src/
Dweak_weak_hash_map.rs708 let next_bucket = self.next_bucket(self.inner.pos); in insert() localVariable
816 fn next_bucket(&self, pos: usize) -> usize { in next_bucket() method
Dweak_value_hash_map.rs701 let next_bucket = map.next_bucket(pos); in insert() localVariable
800 fn next_bucket(&self, pos: usize) -> usize { in next_bucket() method
Dweak_key_hash_map.rs810 let next_bucket = self.next_bucket(self.0.pos); in insert() localVariable
909 fn next_bucket(&self, pos: usize) -> usize { in next_bucket() method
/external/rust/crates/thread_local/src/
Dlib.rs426 fn next_bucket(&mut self) { in next_bucket() method
/external/rust/crates/hashbrown/src/raw/
Dmod.rs1928 let next_bucket = self.iter.data.next_n(index); in reflect_toggle_full() localVariable
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h84707 u32 next_bucket; member