Home
last modified time | relevance | path

Searched refs:limit_count (Results 1 – 25 of 144) sorted by relevance

123456

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/test/
H A Dwgs_test.sh17 do_test -file "AABR01" -limit_count 1 -suppressed -check_non_empty_lookup -gi-range -gi 25561846
18 do_test -file "ALWZ01" -limit_count 1 -suppressed -check_empty_lookup -scaffold_name scaffold209197…
19 do_test -file "ALWZ01" -limit_count 1 -suppressed -check_non_empty_lookup -scaffold_name scaffold20…
28 do_test -file "$PFILE" -limit_count 1 -check_empty_lookup -contig_name CTG92x -protein_name XFASADR…
29 do_test -file "$PFILE" -limit_count 1 -check_non_empty_lookup -contig_name ctg92 -protein_name xFAS…
33 do_test -file "$PFILE" -limit_count 1 -check_empty_lookup -contig_name contig222 -protein_name H026…
34 do_test -file "$PFILE" -limit_count 1 -check_empty_lookup -contig_name contig333 -protein_name gaa1…
35 do_test -file "$PFILE" -limit_count 1 -check_non_empty_lookup -contig_name conTig3 -protein_name ga…
36 do_test -file "$PFILE" -limit_count 1 -check_non_empty_lookup -contig_name Contig4 -protein_name Ga…
40 do_test -file "$PFILE" -limit_count 1 -check_empty_lookup -contig_name 111D_2_scaffold333 -protein_…
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_monitor/
H A Ddbg_monitor.c55 static void display_info(char * queue_desc, char * peer, int current_count, int limit_count, int hi… in display_info() argument
63 queue_desc, peer, current_count, limit_count, highest_count, in display_info()
68 queue_desc, current_count, limit_count, highest_count, in display_info()
87 int current_count, limit_count, highest_count; in mn_thr() local
103 …display_info("Local delivery", NULL, current_count, limit_count, highest_count, total_count, &tota… in mn_thr()
106 …display_info("Total received", NULL, current_count, limit_count, highest_count, total_count, &tota… in mn_thr()
109 …display_info("Total sending", NULL, current_count, limit_count, highest_count, total_count, &total… in mn_thr()
119 …CHECK_FCT_DO( fd_stat_getstats(STAT_P_PSM, p, &current_count, &limit_count, &highest_count, &total… in mn_thr()
120 …display_info("Events, incl. recept", p->info.pi_diamid, current_count, limit_count, highest_count,… in mn_thr()
122 …CHECK_FCT_DO( fd_stat_getstats(STAT_P_TOSEND, p, &current_count, &limit_count, &highest_count, &to… in mn_thr()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Dfifo_stats.c40 int * current_count, int * limit_count, int * highest_count, long long * total_count, in fd_stat_getstats() argument
44 …TRACE_ENTRY( "%d %p %p %p %p %p %p %p %p", stat, peer, current_count, limit_count, highest_count, … in fd_stat_getstats()
48 …CHECK_FCT( fd_fifo_getstats(fd_g_local, current_count, limit_count, highest_count, total_count, to… in fd_stat_getstats()
53 …CHECK_FCT( fd_fifo_getstats(fd_g_incoming, current_count, limit_count, highest_count, total_count,… in fd_stat_getstats()
58 …CHECK_FCT( fd_fifo_getstats(fd_g_outgoing, current_count, limit_count, highest_count, total_count,… in fd_stat_getstats()
64 …CHECK_FCT( fd_fifo_getstats(p->p_events, current_count, limit_count, highest_count, total_count, t… in fd_stat_getstats()
70 …CHECK_FCT( fd_fifo_getstats(p->p_tosend, current_count, limit_count, highest_count, total_count, t… in fd_stat_getstats()
/dports/textproc/mifluz/mifluz-0.26.0/search/
H A DWordSearch.cc37 limit_count = 0; in WordSearch()
75 matches->Allocate(limit_count + 1); in Search()
86 ret = SearchFromIndex(limit_base - count + limit_count); in Search()
110 base = (available / limit_count) * limit_count; in SearchFromCache()
124 return results->Get(matches, limit_count, base); in SearchFromCache()
204 matches->length = (matches->length + 1) % limit_count; in SearchLoop()
211 if(matches->length == 0) matches->length = limit_count; in SearchLoop()
212 limit_base = ((count + i - 1) / limit_count) * limit_count; in SearchLoop()
/dports/databases/py-ormar/ormar-0.10.23/ormar/queryset/
H A Dlimit_query.py11 def __init__(self, limit_count: Optional[int]) -> None:
12 self.limit_count = limit_count
23 if self.limit_count:
24 expr = expr.limit(self.limit_count)
H A Dquery.py27 limit_count: Optional[int],
34 self.limit_count = limit_count
96 (self.limit_count or self.query_offset)
203 limit_qry = LimitQuery(limit_count=self.limit_count).apply(limit_qry)
234 expr = LimitQuery(limit_count=self.limit_count).apply(expr)
H A Dqueryset.py51 limit_count: int = None,
65 self.limit_count = limit_count
100 limit_count: int = None,
131 limit_count=replace_if_none("limit_count"),
271 limit_count=limit or self.limit_count,
822 limit_count = page_size
824 return self.rebuild_self(limit_count=limit_count, offset=query_offset)
826 def limit(self, limit_count: int, limit_raw_sql: bool = None) -> "QuerySet[T]":
841 return self.rebuild_self(limit_count=limit_count, limit_raw_sql=limit_raw_sql)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/bam/test/
H A Dsamtools.hpp86 size_t limit_count = 0);
88 size_t limit_count = 0) in Count() argument
90 return Count(GetRefSeqIndex(id), from, to, limit_count); in Count()
96 TAlignments& alns, size_t limit_count = 0);
98 TAlignments& alns, size_t limit_count = 0) in Fetch() argument
100 Fetch(GetRefSeqIndex(id), from, to, alns, limit_count); in Fetch()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dparman.c55 unsigned long limit_count; member
61 unsigned long new_count = parman->limit_count + in parman_enlarge()
68 parman->limit_count = new_count; in parman_enlarge()
74 unsigned long new_count = parman->limit_count - in parman_shrink()
83 parman->limit_count = new_count; in parman_shrink()
189 if (parman->count + 1 > parman->limit_count) { in parman_lsort_item_add()
215 if (parman->limit_count - parman->count >= parman->ops->resize_step) in parman_lsort_item_remove()
277 parman->limit_count = ops->base_count; in parman_create()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dparman.c55 unsigned long limit_count; member
61 unsigned long new_count = parman->limit_count + in parman_enlarge()
68 parman->limit_count = new_count; in parman_enlarge()
74 unsigned long new_count = parman->limit_count - in parman_shrink()
83 parman->limit_count = new_count; in parman_shrink()
189 if (parman->count + 1 > parman->limit_count) { in parman_lsort_item_add()
215 if (parman->limit_count - parman->count >= parman->ops->resize_step) in parman_lsort_item_remove()
277 parman->limit_count = ops->base_count; in parman_create()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dparman.c55 unsigned long limit_count; member
61 unsigned long new_count = parman->limit_count + in parman_enlarge()
68 parman->limit_count = new_count; in parman_enlarge()
74 unsigned long new_count = parman->limit_count - in parman_shrink()
83 parman->limit_count = new_count; in parman_shrink()
189 if (parman->count + 1 > parman->limit_count) { in parman_lsort_item_add()
215 if (parman->limit_count - parman->count >= parman->ops->resize_step) in parman_lsort_item_remove()
277 parman->limit_count = ops->base_count; in parman_create()
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/logging/
H A Dall_headers_sanitizer.py45 limit_count = 0 variable
47 while not processed and limit_count < limit_max:
48 limit_count += 1
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count);
135 dest->limit_count = gda_sql_expr_copy (select->limit_count);
136 gda_sql_any_part_set_parent (dest->limit_count, dest);
226 if (select->limit_count) {
228 str = gda_sql_expr_serialize (select->limit_count);
395 select->limit_count = count;
423 if (select->limit_offset && !select->limit_count) {
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count); in _gda_sql_statement_select_free()
135 dest->limit_count = gda_sql_expr_copy (select->limit_count); in _gda_sql_statement_select_copy()
136 gda_sql_any_part_set_parent (dest->limit_count, dest); in _gda_sql_statement_select_copy()
226 if (select->limit_count) { in _gda_sql_statement_select_serialize()
228 str = gda_sql_expr_serialize (select->limit_count); in _gda_sql_statement_select_serialize()
395 select->limit_count = count; in gda_sql_statement_select_take_limits()
423 if (select->limit_offset && !select->limit_count) { in gda_sql_statement_select_check_structure()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count); in _gda_sql_statement_select_free()
135 dest->limit_count = gda_sql_expr_copy (select->limit_count); in _gda_sql_statement_select_copy()
136 gda_sql_any_part_set_parent (dest->limit_count, dest); in _gda_sql_statement_select_copy()
226 if (select->limit_count) { in _gda_sql_statement_select_serialize()
228 str = gda_sql_expr_serialize (select->limit_count); in _gda_sql_statement_select_serialize()
395 select->limit_count = count; in gda_sql_statement_select_take_limits()
423 if (select->limit_offset && !select->limit_count) { in gda_sql_statement_select_check_structure()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count); in _gda_sql_statement_select_free()
135 dest->limit_count = gda_sql_expr_copy (select->limit_count); in _gda_sql_statement_select_copy()
136 gda_sql_any_part_set_parent (dest->limit_count, dest); in _gda_sql_statement_select_copy()
226 if (select->limit_count) { in _gda_sql_statement_select_serialize()
228 str = gda_sql_expr_serialize (select->limit_count); in _gda_sql_statement_select_serialize()
395 select->limit_count = count; in gda_sql_statement_select_take_limits()
423 if (select->limit_offset && !select->limit_count) { in gda_sql_statement_select_check_structure()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count); in _gda_sql_statement_select_free()
135 dest->limit_count = gda_sql_expr_copy (select->limit_count); in _gda_sql_statement_select_copy()
136 gda_sql_any_part_set_parent (dest->limit_count, dest); in _gda_sql_statement_select_copy()
226 if (select->limit_count) { in _gda_sql_statement_select_serialize()
228 str = gda_sql_expr_serialize (select->limit_count); in _gda_sql_statement_select_serialize()
395 select->limit_count = count; in gda_sql_statement_select_take_limits()
423 if (select->limit_offset && !select->limit_count) { in gda_sql_statement_select_check_structure()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count);
135 dest->limit_count = gda_sql_expr_copy (select->limit_count);
136 gda_sql_any_part_set_parent (dest->limit_count, dest);
226 if (select->limit_count) {
228 str = gda_sql_expr_serialize (select->limit_count);
395 select->limit_count = count;
423 if (select->limit_offset && !select->limit_count) {
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-select.c87 gda_sql_expr_free (select->limit_count); in _gda_sql_statement_select_free()
135 dest->limit_count = gda_sql_expr_copy (select->limit_count); in _gda_sql_statement_select_copy()
136 gda_sql_any_part_set_parent (dest->limit_count, dest); in _gda_sql_statement_select_copy()
226 if (select->limit_count) { in _gda_sql_statement_select_serialize()
228 str = gda_sql_expr_serialize (select->limit_count); in _gda_sql_statement_select_serialize()
395 select->limit_count = count; in gda_sql_statement_select_take_limits()
423 if (select->limit_offset && !select->limit_count) { in gda_sql_statement_select_check_structure()
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/
H A DDB.php1030 var $limit_count = null; variable in DB_result
1127 $this->limit_count = $value;
1181 if ($this->row_counter >= ($this->limit_from + $this->limit_count))
1264 $this->limit_from + $this->limit_count))
1350 $limit_count = is_null($this->limit_count) ? $count : $this->limit_count;
1353 } elseif ($count < ($this->limit_from + $limit_count)) {
1356 $count = $limit_count;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/db/
H A DDB.php1030 var $limit_count = null; variable in DB_result
1127 $this->limit_count = $value;
1181 if ($this->row_counter >= ($this->limit_from + $this->limit_count))
1264 $this->limit_from + $this->limit_count))
1350 $limit_count = is_null($this->limit_count) ? $count : $this->limit_count;
1353 } elseif ($count < ($this->limit_from + $limit_count)) {
1356 $count = $limit_count;
/dports/databases/pear-DB/DB-1.11.0/
H A DDB.php1062 var $limit_count = null; variable in DB_result
1159 $this->limit_count = $value;
1213 if ($this->row_counter >= ($this->limit_from + $this->limit_count))
1296 $this->limit_from + $this->limit_count))
1382 $limit_count = is_null($this->limit_count) ? $count : $this->limit_count;
1385 } elseif ($count < ($this->limit_from + $limit_count)) {
1388 $count = $limit_count;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/linux/
H A DcgroupSubsystem_linux.cpp444 int cpu_count, limit_count; in active_processor_count() local
458 cpu_count = limit_count = os::Linux::active_processor_count(); in active_processor_count()
478 limit_count = quota_count; in active_processor_count()
480 limit_count = MIN2(quota_count, share_count); in active_processor_count()
483 limit_count = quota_count; in active_processor_count()
485 limit_count = share_count; in active_processor_count()
488 result = MIN2(cpu_count, limit_count); in active_processor_count()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/linux/
H A DcgroupSubsystem_linux.cpp444 int cpu_count, limit_count; in active_processor_count() local
458 cpu_count = limit_count = os::Linux::active_processor_count(); in active_processor_count()
478 limit_count = quota_count; in active_processor_count()
480 limit_count = MIN2(quota_count, share_count); in active_processor_count()
483 limit_count = quota_count; in active_processor_count()
485 limit_count = share_count; in active_processor_count()
488 result = MIN2(cpu_count, limit_count); in active_processor_count()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/linux/
H A DosContainer_linux.cpp537 int cpu_count, limit_count; in active_processor_count() local
540 cpu_count = limit_count = os::Linux::active_processor_count(); in active_processor_count()
560 limit_count = quota_count; in active_processor_count()
562 limit_count = MIN2(quota_count, share_count); in active_processor_count()
565 limit_count = quota_count; in active_processor_count()
567 limit_count = share_count; in active_processor_count()
570 result = MIN2(cpu_count, limit_count); in active_processor_count()

123456