Home
last modified time | relevance | path

Searched refs:old_next (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzArray.inline.hpp44 const T* old_next = Atomic::load(&_next); in next_parallel() local
47 if (old_next == _end) { in next_parallel()
51 const T* const new_next = old_next + 1; in next_parallel()
52 const T* const prev_next = Atomic::cmpxchg(&_next, old_next, new_next); in next_parallel()
53 if (prev_next == old_next) { in next_parallel()
54 *elem = *old_next; in next_parallel()
58 old_next = prev_next; in next_parallel()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzArray.inline.hpp45 const T* old_next = Atomic::load(&_next); in next_parallel() local
48 if (old_next == _end) { in next_parallel()
52 const T* const new_next = old_next + 1; in next_parallel()
53 const T* const prev_next = Atomic::cmpxchg(&_next, old_next, new_next); in next_parallel()
54 if (prev_next == old_next) { in next_parallel()
55 *elem = *old_next; in next_parallel()
59 old_next = prev_next; in next_parallel()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/util/
H A Ddoubly_linked_list.h134 LinkedListElement<T> *old_next = ll_elt->next; in remove() local
137 m_first = old_next; in remove()
139 old_prev->next = old_next; in remove()
141 if (old_next==NULL) { in remove()
144 old_next->prev = old_prev; in remove()
/dports/comms/scmxx/scmxx-0.9.0/src/helper/
H A Dstr_list.c23 struct str_list* old_next = entry->next; in str_list_insert() local
29 if (old_next) { in str_list_insert()
31 tail->next = old_next; in str_list_insert()
32 old_next->prev = tail; in str_list_insert()
/dports/ftp/paraget/paraget-0.3.0/lib/Net/Paraget/
H A DInterval.pm189 my $old_next = $self->next() or return; # don't worry if we're at the end of the list
190 my $new_next = $old_next->next();
192 $self->hash_init( end => $old_next->end(),
197 $old_next->DESTROY();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dtree_node.h133 NodeType* old_next = child->Next(); in RemoveChild() local
137 if (old_next) in RemoveChild()
138 old_next->previous_ = old_previous; in RemoveChild()
140 old_previous->next_ = old_next; in RemoveChild()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dtree_node.h132 NodeType* old_next = child->Next(); in RemoveChild() local
136 if (old_next) in RemoveChild()
137 old_next->previous_ = old_previous; in RemoveChild()
139 old_previous->next_ = old_next; in RemoveChild()
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; in partition_union() local
113 old_next = e1->next; in partition_union()
115 e2->next = old_next; in partition_union()

1234567891011