Home
last modified time | relevance | path

Searched refs:new_first (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/devel/hpx/hpx-1.2.1/hpx/parallel/algorithms/
H A Drotate.hpp42 InIter next = new_first; in sequential_rotate_helper()
48 next = new_first; in sequential_rotate_helper()
50 else if (first == new_first) in sequential_rotate_helper()
52 new_first = next; in sequential_rotate_helper()
61 if (first != new_first && new_first != last) in sequential_rotate()
98 r.call(p, non_seq(), first, new_first), in rotate_helper()
99 r.call(p, non_seq(), new_first, last)); in rotate_helper()
126 first, new_first, last)); in parallel()
200 first, new_first, last)); in rotate()
238 new_first, last, dest_first); in rotate_copy_helper()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dpartition_is_valid_2.h48 for (new_circ = new_first; in polygons_w_steiner_are_equal()
49 *new_circ != *orig_first && ++new_circ != new_first;) in polygons_w_steiner_are_equal()
52 if (new_circ == new_first) in polygons_w_steiner_are_equal()
62 new_first = new_circ; in polygons_w_steiner_are_equal()
64 Point_2 prev_pt = *new_first; in polygons_w_steiner_are_equal()
91 while (orig_circ != orig_first && new_circ != new_first); in polygons_w_steiner_are_equal()
94 return (orig_circ == orig_first && new_circ == new_first); in polygons_w_steiner_are_equal()
105 for (new_circ = new_first; in polygons_are_equal()
106 *new_circ != *orig_first && ++new_circ != new_first;) in polygons_are_equal()
109 new_first = new_circ; in polygons_are_equal()
[all …]
/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dmempool.h103 virtual void add(MemoryPoolItem *new_first) noexcept = 0;
128 inline void add(MemoryPoolItem *new_first) noexcept override in add() argument
136 new_first->next() = old_first; in add()
137 first_item_ = new_first; in add()
181 inline void add(MemoryPoolItem *new_first) noexcept override in add() argument
183 new_first->next() = first_item_; in add()
184 first_item_ = new_first; in add()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/
H A Dplarrv.c328 int new_first, new_last, new_size; in init_workQ() local
410 new_first = ibegin; in init_workQ()
422 new_first = i + 1; in init_workQ()
426 new_size = new_last - new_first + 1; in init_workQ()
431 if (new_first < iWbegin || new_first > iWend) { in init_workQ()
432 new_first = i + 1; in init_workQ()
437 sn_first = new_first; in init_workQ()
438 sn_last = new_first; in init_workQ()
472 cl_first = new_first; in init_workQ()
480 for (k=new_first+1; k<new_last; k++) { in init_workQ()
[all …]
H A Dprocess_c_task.c728 new_first = cl_begin; in create_subtasks()
738 new_size = new_last - new_first + 1; in create_subtasks()
745 sn_first = new_first; in create_subtasks()
746 sn_last = new_first; in create_subtasks()
768 new_first = i + 1; in create_subtasks()
797 for (l=new_first; l<=new_last; l++) { in create_subtasks()
805 new_first = i + 1; in create_subtasks()
810 if (new_first == cl_begin) { in create_subtasks()
813 lgap = Wgap[new_first - 1]; in create_subtasks()
818 my_first = imax(new_first, cl->proc_W_begin); in create_subtasks()
[all …]
/dports/textproc/wdiff/wdiff-1.2.2/src/
H A Dunify.c81 long new_first = 0, new_last = 0; variable
170 j = new_first ? new_last - new_first + 1 : 0; in generate_output()
171 printf ("@@ -%ld,%ld +%ld,%ld @@\n", old_first, i, new_first, j); in generate_output()
239 if (new_first == new_last) in generate_output()
240 printf ("--- %ld ----\n", new_first); in generate_output()
242 printf ("--- %ld,%ld ----\n", new_first, new_last); in generate_output()
261 new_first = 0; in generate_output()
554 new_first = new_start; in main()
727 if (!new_first) in main()
729 new_first = new_start; in main()
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dmulti_lock.py99 new_first = self.locks[lock][0]
100 self.requests_left[new_first] -= 1
101 if self.requests_left[new_first] <= 0:
104 self.requests_left[new_first] = 0
105 waiters_ready.add(new_first)
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/DATATYPE/
H A Dtriple.h53 Triple(const T1& new_first, const T2& new_second, const T3& new_third);
151 (const T1& new_first, const T2& new_second, const T3& new_third) in Triple() argument
152 : first(new_first), in Triple()
165 void Triple<T1, T2, T3>::set(const T1& new_first, const T2& new_second, const T3& new_third) in set() argument
167 first = new_first; in set()
H A Dquadruple.h52 Quadruple(const T1& new_first, const T2& new_second,
157 (const T1& new_first, const T2& new_second, const T3& new_third, const T4& fourth) in Quadruple() argument
158 : first(new_first), in Quadruple()
172 …void Quadruple<T1, T2, T3, T4>::set(const T1& new_first, const T2& new_second, const T3& new_third… in set() argument
175 first = new_first; in set()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dllist.h197 extern bool llist_add_batch(struct llist_node *new_first,
201 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch() argument
206 head->first = new_first; in __llist_add_batch()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dllist.h197 extern bool llist_add_batch(struct llist_node *new_first,
201 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch() argument
206 head->first = new_first; in __llist_add_batch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dllist.h197 extern bool llist_add_batch(struct llist_node *new_first,
201 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch() argument
206 head->first = new_first; in __llist_add_batch()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dlwp_threadq.c444 lwp_node *curr,*next,*prev,*new_first,*new_sec,*last; in __lwp_threadqueue_extractpriority() local
454 new_first = thethread->wait.block2n.first; in __lwp_threadqueue_extractpriority()
455 first = (lwp_cntrl*)new_first; in __lwp_threadqueue_extractpriority()
457 new_sec = new_first->next; in __lwp_threadqueue_extractpriority()
459 prev->next = new_first; in __lwp_threadqueue_extractpriority()
460 next->prev = new_first; in __lwp_threadqueue_extractpriority()
461 new_first->next = next; in __lwp_threadqueue_extractpriority()
462 new_first->prev = prev; in __lwp_threadqueue_extractpriority()
H A Dlwp_queue.inl27 lwp_node *new_first = ret->next; local
28 queue->first = new_first;
29 new_first->prev = __lwp_queue_head(queue);
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dptrarray.c125 int const new_first = first + half + 1; in tr_ptrArrayLowerBound() local
127 if (new_first > last) in tr_ptrArrayLowerBound()
129 pos = new_first; in tr_ptrArrayLowerBound()
133 first = new_first; in tr_ptrArrayLowerBound()
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dptrarray.c125 int const new_first = first + half + 1; in tr_ptrArrayLowerBound() local
127 if (new_first > last) in tr_ptrArrayLowerBound()
129 pos = new_first; in tr_ptrArrayLowerBound()
133 first = new_first; in tr_ptrArrayLowerBound()
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dptrarray.c125 int const new_first = first + half + 1; in tr_ptrArrayLowerBound() local
127 if (new_first > last) in tr_ptrArrayLowerBound()
129 pos = new_first; in tr_ptrArrayLowerBound()
133 first = new_first; in tr_ptrArrayLowerBound()
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dptrarray.c125 int const new_first = first + half + 1; in tr_ptrArrayLowerBound() local
127 if (new_first > last) in tr_ptrArrayLowerBound()
129 pos = new_first; in tr_ptrArrayLowerBound()
133 first = new_first; in tr_ptrArrayLowerBound()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dptrarray.c125 int const new_first = first + half + 1; in tr_ptrArrayLowerBound() local
127 if (new_first > last) in tr_ptrArrayLowerBound()
129 pos = new_first; in tr_ptrArrayLowerBound()
133 first = new_first; in tr_ptrArrayLowerBound()
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dptrarray.c125 int const new_first = first + half + 1; in tr_ptrArrayLowerBound() local
127 if (new_first > last) in tr_ptrArrayLowerBound()
129 pos = new_first; in tr_ptrArrayLowerBound()
133 first = new_first; in tr_ptrArrayLowerBound()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument
33 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument
33 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument
33 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DEarlyFree.cpp134 Stmt new_first = inject_marker(block->first); in visit() local
136 if (new_first.same_as(block->first) && in visit()
140 return Block::make(new_first, new_rest); in visit()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkIconView.t93 $path = Gtk2::TreePath->new_first unless defined $path;
156 my $path = Gtk2::TreePath->new_first;
239 my $path = Gtk2::TreePath->new_first;
284 my $path = Gtk2::TreePath->new_first;

12345678910>>...13