Home
last modified time | relevance | path

Searched refs:b_count (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/devel/taskflow/taskflow-3.2.0/taskflow/cuda/cuda_algorithm/
H A Dcuda_merge.hpp80 b_keys_it b_keys, unsigned b_count, in cuda_merge_path() argument
84 unsigned beg = (diag > b_count) ? diag - b_count : 0; in cuda_merge_path()
109 keys + range.b_begin, range.b_count(), in cuda_merge_path()
135 unsigned a_count, unsigned b_count, in cuda_compute_merge_range() argument
163 }, tid, a_count + b_count); in cuda_load_two_streams_reg()
179 }, tid, a_count + b_count); in load_two_streams_reg()
200 auto count = a_count + b_count; in cuda_gather_two_streams_strided()
225 }, tid, a_count + b_count); in cuda_gather_two_streams_strided()
239 a, a_count, b, b_count, indices, tid in cuda_transfer_two_streams_strided()
324 b_keys_it b, unsigned b_count, in cuda_merge_path_partitions() argument
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/scripts/
H A Dbirthes.lua7 local b_count = 0;
16 b_count = b_count + 1;
17 birthes[b_count] = ev_date;
21 if (b_count > 1) then
23 …ерсона "..gt_get_record_xref(R)..", имя: "..gt_get_person_name(R)..", событий рождения "..b_count);
/dports/devel/p5-VCS-Lite/VCS-Lite-0.12/lib/VCS/Lite/
H A DDelta.pm118 my ( $a_line, $a_count, @a_hunk, $b_line, $b_count, @b_hunk );
153 $b_count = $4;
188 $b_count--;
190 if $b_count < 0;
194 if ( !$a_count and !$b_count ) {
213 my ( $a_line, $a_count, @a_hunk, $b_line, $b_count, @b_hunk );
230 $b_count = $5 ? ( $5 - $b_line ) : 1;
232 $b_count = 0 if $3 eq 'd';
266 $b_count--;
268 if $b_count < 0;
[all …]
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Demmatch.c52 if ( (p->b_type != bTEXT) && (p->b_count <= 0) ) in empair()
56 if ( p->b_count == match ) /* exact match */ in empair()
59 if ( p->b_count > 2 ) /* fuzzy match */ in empair()
78 for (j=0; j < p->b_count; j++) in emfill()
80 p->b_count = 0; in emfill()
112 switch (start->b_count) { in emmatch()
139 end->b_count -= match; in emmatch()
140 start->b_count -= match; in emmatch()
/dports/textproc/discount/discount-2.2.7/
H A Demmatch.c52 if ( (p->b_type != bTEXT) && (p->b_count <= 0) ) in empair()
56 if ( p->b_count == match ) /* exact match */ in empair()
59 if ( p->b_count > 2 ) /* fuzzy match */ in empair()
78 for (j=0; j < p->b_count; j++) in emfill()
80 p->b_count = 0; in emfill()
112 switch (start->b_count) { in emmatch()
139 end->b_count -= match; in emmatch()
140 start->b_count -= match; in emmatch()
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/
H A Dveritesting_a.c7 int b_count = 0; in test_func() local
15 ++b_count; in test_func()
19 if (b_count == 10) in test_func()
H A Dveritesting_b.c12 int b_count = 0; in test_func() local
25 ++b_count; in test_func()
29 if (b_count == 35) in test_func()
/dports/security/py-angr/binaries-9.0.5405/tests_src/
H A Dveritesting_a.c7 int b_count = 0; in test_func() local
15 ++b_count; in test_func()
19 if (b_count == 10) in test_func()
H A Dveritesting_b.c12 int b_count = 0; in test_func() local
25 ++b_count; in test_func()
29 if (b_count == 35) in test_func()
/dports/security/py-ailment/binaries-9.0.5405/tests_src/
H A Dveritesting_a.c7 int b_count = 0; in test_func() local
15 ++b_count; in test_func()
19 if (b_count == 10) in test_func()
H A Dveritesting_b.c12 int b_count = 0; in test_func() local
25 ++b_count; in test_func()
29 if (b_count == 35) in test_func()
/dports/devel/py-cle/binaries-9.0.5405/tests_src/
H A Dveritesting_a.c7 int b_count = 0; in test_func() local
15 ++b_count; in test_func()
19 if (b_count == 10) in test_func()
H A Dveritesting_b.c12 int b_count = 0; in test_func() local
25 ++b_count; in test_func()
29 if (b_count == 35) in test_func()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dfindslot.c100 W_Window w, b_quit, b_count, b_motd; in findslot() local
132 b_count = W_MakeWindow("count", WQ_W / 3 + BM, WQ_HEAD + BM, in findslot()
139 W_MapWindow(b_count); in findslot()
210 } else if (event.Window == b_count) { in findslot()
211 draw_b_count(w, b_count, queuePos); in findslot()
232 draw_b_count(w, b_count, queuePos); in findslot()
/dports/lang/vala/vala-0.48.18/gee/
H A Dtimsort.vala464 int b_count = 0;
473 b_count++;
485 b_count = 0;
513 dest += b_count;
560 int b_count = 0;
570 b_count = 0;
580 b_count++;
609 b_count = b.length - k;
610 b.merge_in_reversed (list, b.index + k, dest - b_count, b_count);
611 dest -= b_count;
[all …]
/dports/devel/libgee06/libgee-0.6.8/gee/
H A Dtimsort.vala487 int b_count = 0;
496 b_count++;
508 b_count = 0;
536 dest += b_count;
583 int b_count = 0;
593 b_count = 0;
603 b_count++;
632 b_count = b.length - k;
633 b.merge_in_reversed (list, b.index + k, dest - b_count, b_count);
634 dest -= b_count;
[all …]
/dports/devel/libgee/libgee-0.20.3/gee/
H A Dtimsort.vala464 int b_count = 0;
473 b_count++;
485 b_count = 0;
513 dest += b_count;
560 int b_count = 0;
570 b_count = 0;
580 b_count++;
609 b_count = b.length - k;
610 b.merge_in_reversed (list, b.index + k, dest - b_count, b_count);
611 dest -= b_count;
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Mailbox/
H A DList.php112 $b_count = count($b_parts);
114 for ($i = 0, $iMax = min($a_count, $b_count); $i < $iMax; ++$i) {
137 return ($a_count - $b_count);
/dports/editors/xi-core/xi-editor-0.3.0/rust/rope/src/
H A Dmultiset.rs186 sb.push_segment(zseg.len, zseg.a_count + zseg.b_count); in union()
197 zseg.a_count >= zseg.b_count, in subtract()
200 zseg.b_count in subtract()
202 sb.push_segment(zseg.len, zseg.a_count - zseg.b_count); in subtract()
216 sb.push_segment(zseg.len, zseg.a_count ^ zseg.b_count); in bitxor()
282 if zseg.b_count == 0 { in transform_shrink()
407 b_count: usize, field
425 Some(&Segment { len: b_len, count: b_count }), in next()
443 Some(ZipSegment { len, a_count, b_count }) in next()

12345678910>>...17