Searched refs:next_bucket (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/weak-table/src/ |
D | weak_value_hash_map.rs | 302 inner.pos = inner.next_bucket(inner.pos); in entry_no_grow() 344 pos = self.next_bucket(pos); in find_bucket() 636 let next_bucket = map.next_bucket(pos); in insert() localVariable 637 map.steal(next_bucket, full_bucket); in insert() 661 pos = self.next_bucket(pos); in steal() 670 let mut src = self.next_bucket(dst); in remove_index() 686 dst = self.next_bucket(goal_pos); in remove_index() 689 dst = self.next_bucket(dst); in remove_index() 696 src = self.next_bucket(src); in remove_index() 708 start = self.next_bucket(start); in erase_range() [all …]
|
D | weak_weak_hash_map.rs | 301 inner.pos = inner.next_bucket(inner.pos); in entry_no_grow() 343 pos = self.next_bucket(pos); in find_bucket() 638 let next_bucket = self.next_bucket(self.inner.pos); in insert() localVariable 639 self.inner.map.steal(next_bucket, full_bucket); in insert() 667 pos = self.next_bucket(pos); in steal() 676 let mut src = self.next_bucket(dst); in remove_index() 697 dst = self.next_bucket(goal_pos); in remove_index() 700 dst = self.next_bucket(dst); in remove_index() 707 src = self.next_bucket(src); in remove_index() 719 start = self.next_bucket(start); in erase_range() [all …]
|
D | weak_key_hash_map.rs | 340 inner.pos = inner.next_bucket(inner.pos); in entry_no_grow() 382 pos = self.next_bucket(pos); in find_bucket() 734 let next_bucket = self.next_bucket(self.0.pos); in insert() localVariable 735 self.0.map.steal(next_bucket, full_bucket); in insert() 759 pos = self.next_bucket(pos); in steal() 768 let mut src = self.next_bucket(dst); in remove_index() 784 dst = self.next_bucket(goal_pos); in remove_index() 787 dst = self.next_bucket(dst); in remove_index() 794 src = self.next_bucket(src); in remove_index() 806 start = self.next_bucket(start); in erase_range() [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | presized_cuckoo_map.h | 328 uint64 next_bucket = alt_bucket(bref.keys[slot], e.bucket); in CuckooInsert() local 332 if (next_bucket != e_parent_bucket) { in CuckooInsert() 333 cpq_->push_back({next_bucket, e.depth + 1, parent_index, slot}); in CuckooInsert()
|
/external/rust/crates/thread_local/src/ |
D | lib.rs | 394 self.next_bucket(); in next() 421 self.next_bucket(); in next_mut() 426 fn next_bucket(&mut self) { in next_bucket() method
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.h | 80 LIST_ENTRY(sctp_ifn) next_bucket; 107 LIST_ENTRY(sctp_ifa) next_bucket;
|
D | sctp_pcb.c | 270 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) { 366 LIST_REMOVE(sctp_ifnp, next_bucket); 616 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket); 766 LIST_INSERT_HEAD(hash_addr_head, sctp_ifap, next_bucket); 875 LIST_REMOVE(sctp_ifap, next_bucket); 6981 LIST_REMOVE(ifa, next_bucket); 6986 LIST_REMOVE(ifn, next_bucket);
|
D | sctputil.c | 5959 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) {
|
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 376 __u64 next_bucket; member
|
/external/rust/crates/hashbrown/src/raw/ |
D | mod.rs | 1928 let next_bucket = self.iter.data.next_n(index); in reflect_toggle_full() localVariable 1929 if b.as_ptr() > next_bucket.as_ptr() { in reflect_toggle_full() 1958 if b.as_ptr() == next_bucket.as_ptr() { in reflect_toggle_full()
|