Home
last modified time | relevance | path

Searched refs:totalcnt (Results 1 – 25 of 71) sorted by relevance

123

/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/libscp/
H A Dlibscp_v1c_mng.c123 tui32 totalcnt = 0; /* session counter */ in scp_v1c_mng_get_session_list() local
237 in_uint8(in_s, (ds[totalcnt]).type); in scp_v1c_mng_get_session_list()
238 in_uint16_be(in_s, (ds[totalcnt]).height); in scp_v1c_mng_get_session_list()
239 in_uint16_be(in_s, (ds[totalcnt]).width); in scp_v1c_mng_get_session_list()
240 in_uint8(in_s, (ds[totalcnt]).bpp); in scp_v1c_mng_get_session_list()
241 in_uint8(in_s, (ds[totalcnt]).idle_days); in scp_v1c_mng_get_session_list()
242 in_uint8(in_s, (ds[totalcnt]).idle_hours); in scp_v1c_mng_get_session_list()
247 in_uint8(in_s, (ds[totalcnt]).conn_day); in scp_v1c_mng_get_session_list()
248 in_uint8(in_s, (ds[totalcnt]).conn_hour); in scp_v1c_mng_get_session_list()
250 in_uint8(in_s, (ds[totalcnt]).addr_type); in scp_v1c_mng_get_session_list()
[all …]
H A Dlibscp_v1c.c156 tui32 totalcnt = 0; /* session counter */ in scp_v1c_get_session_list() local
251 in_uint8(in_s, (ds[totalcnt]).type); in scp_v1c_get_session_list()
252 in_uint16_be(in_s, (ds[totalcnt]).height); in scp_v1c_get_session_list()
253 in_uint16_be(in_s, (ds[totalcnt]).width); in scp_v1c_get_session_list()
254 in_uint8(in_s, (ds[totalcnt]).bpp); in scp_v1c_get_session_list()
255 in_uint8(in_s, (ds[totalcnt]).idle_days); in scp_v1c_get_session_list()
256 in_uint8(in_s, (ds[totalcnt]).idle_hours); in scp_v1c_get_session_list()
261 in_uint8(in_s, (ds[totalcnt]).conn_day); in scp_v1c_get_session_list()
262 in_uint8(in_s, (ds[totalcnt]).conn_hour); in scp_v1c_get_session_list()
264 in_uint8(in_s, (ds[totalcnt]).addr_type); in scp_v1c_get_session_list()
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/sesman/libscp/
H A Dlibscp_v1c_mng.c119 tui32 totalcnt = 0; /* session counter */ in scp_v1c_mng_get_session_list() local
232 in_uint8(c->in_s, (ds[totalcnt]).type); in scp_v1c_mng_get_session_list()
233 in_uint16_be(c->in_s, (ds[totalcnt]).height); in scp_v1c_mng_get_session_list()
234 in_uint16_be(c->in_s, (ds[totalcnt]).width); in scp_v1c_mng_get_session_list()
235 in_uint8(c->in_s, (ds[totalcnt]).bpp); in scp_v1c_mng_get_session_list()
236 in_uint8(c->in_s, (ds[totalcnt]).idle_days); in scp_v1c_mng_get_session_list()
237 in_uint8(c->in_s, (ds[totalcnt]).idle_hours); in scp_v1c_mng_get_session_list()
242 in_uint8(c->in_s, (ds[totalcnt]).conn_day); in scp_v1c_mng_get_session_list()
243 in_uint8(c->in_s, (ds[totalcnt]).conn_hour); in scp_v1c_mng_get_session_list()
245 in_uint8(c->in_s, (ds[totalcnt]).addr_type); in scp_v1c_mng_get_session_list()
[all …]
H A Dlibscp_v1c.c155 tui32 totalcnt = 0; /* session counter */ in scp_v1c_get_session_list() local
249 in_uint8(c->in_s, (ds[totalcnt]).type); in scp_v1c_get_session_list()
250 in_uint16_be(c->in_s, (ds[totalcnt]).height); in scp_v1c_get_session_list()
251 in_uint16_be(c->in_s, (ds[totalcnt]).width); in scp_v1c_get_session_list()
252 in_uint8(c->in_s, (ds[totalcnt]).bpp); in scp_v1c_get_session_list()
253 in_uint8(c->in_s, (ds[totalcnt]).idle_days); in scp_v1c_get_session_list()
254 in_uint8(c->in_s, (ds[totalcnt]).idle_hours); in scp_v1c_get_session_list()
259 in_uint8(c->in_s, (ds[totalcnt]).conn_day); in scp_v1c_get_session_list()
260 in_uint8(c->in_s, (ds[totalcnt]).conn_hour); in scp_v1c_get_session_list()
262 in_uint8(c->in_s, (ds[totalcnt]).addr_type); in scp_v1c_get_session_list()
[all …]
/dports/databases/rrdtool12/rrdtool-1.2.30/src/
H A Drrd_open.c217 long writecnt=0,totalcnt = MEMBLK; in readfile() local
234 totalcnt = (ftell(input) + 1) / sizeof(char) - offset; in readfile()
235 if (totalcnt < MEMBLK) in readfile()
236 totalcnt = MEMBLK; /* sanitize */ in readfile()
239 if (((*buffer) = (char *) malloc((totalcnt+4) * sizeof(char))) == NULL) { in readfile()
244 writecnt += fread((*buffer)+writecnt, 1, (totalcnt - writecnt) * sizeof(char),input); in readfile()
245 if (writecnt >= totalcnt){ in readfile()
246 totalcnt += MEMBLK; in readfile()
247 if (((*buffer)=rrd_realloc((*buffer), (totalcnt+4) * sizeof(char)))==NULL){ in readfile()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dhistogram.c788 int totalcnt; in Field_Histogram() local
965 totalcnt = 0; in Field_Histogram()
1520 totalcnt = nitems; in HistogramND()
1578 totalcnt = 0; in HistogramND()
1645 totalcnt++; in HistogramND()
2173 int totalcnt;
2252 totalcnt = 0;
2290 totalcnt = 0;
2324 totalcnt++;
2329 totalcnt++;
[all …]
H A Dcategorize.c411 int totalcnt; in Field_Categorize() local
611 totalcnt = 0; in Field_Categorize()
638 totalcnt += accum[ j ]; in Field_Categorize()
653 totalcnt += add [ j ]; in Field_Categorize()
673 if ( totalcnt == 0 ) in Field_Categorize()
703 if ( ( gather + accum[ i ] ) >= ( totalcnt / 2. ) ) in Field_Categorize()
714 ( ( ( ( totalcnt / 2. ) - gather ) / accum[ i ] ) * binsize ); in Field_Categorize()
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dblock_cache.c43 intptr_t totalcnt; member
156 bd->totalcnt = i; in bc_alloc_std_block()
363 wanted += (b->totalcnt - b->freecnt); in compute_compacts()
372 avail += b->totalcnt; in compute_compacts()
398 printf(" X ATOMIC _ %05li %03li %p\n", b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
400 printf(" ATOMIC %d %05li %03li %p\n", b->want_compact, b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
402 printf(" X NONATOMIC _ %05li %03li %p\n", b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
404 printf(" NONATOMIC %d %05li %03li %p\n", b->want_compact, b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
421 if (b->freecnt == b->totalcnt) { size_diff += bc_free_std_block(b, 0, force); } in block_cache_flush_freed_pages()
424 if (b->freecnt == b->totalcnt) { size_diff += bc_free_std_block(b, 1, force); } in block_cache_flush_freed_pages()
/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dblock_cache.c43 intptr_t totalcnt; member
156 bd->totalcnt = i; in bc_alloc_std_block()
363 wanted += (b->totalcnt - b->freecnt); in compute_compacts()
372 avail += b->totalcnt; in compute_compacts()
398 printf(" X ATOMIC _ %05li %03li %p\n", b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
400 printf(" ATOMIC %d %05li %03li %p\n", b->want_compact, b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
402 printf(" X NONATOMIC _ %05li %03li %p\n", b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
404 printf(" NONATOMIC %d %05li %03li %p\n", b->want_compact, b->freecnt, b->totalcnt, b); } in block_cache_prep_for_compaction()
421 if (b->freecnt == b->totalcnt) { size_diff += bc_free_std_block(b, 0, force); } in block_cache_flush_freed_pages()
424 if (b->freecnt == b->totalcnt) { size_diff += bc_free_std_block(b, 1, force); } in block_cache_flush_freed_pages()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfileio.cc122 ssize_t totalcnt=0; in sendfile_generic() local
145 totalcnt+=readcount; in sendfile_generic()
161 return totalcnt; in sendfile_generic()
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/ikeikeikeike/go-sitemap-generator/v2/stm/
H A Dbuilder_indexfile.go16 totalcnt int member
27 b.totalcnt += bldr.linkcnt
/dports/devel/onetbb/oneTBB-2021.4.0/examples/graph/som/
H A Dsom_graph.cpp584 int totalcnt = 0; in main() local
589 totalcnt += cancel_count[j]; in main()
592 totalcnt += speculation_start; in main()
593 printf(" for a total of %d\n", totalcnt); in main()
602 int totalcnt = 0; in main() local
607 totalcnt += extra_count[j]; in main()
610 totalcnt += speculation_start; in main()
611 printf(" for a total of %d\n", totalcnt); in main()
/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Drrd_cgi.c375 long writecnt = 0, totalcnt = MEMBLK; in readfile() local
397 totalcnt = (ftell(input) + 1) / sizeof(char) - offset; in readfile()
398 if (totalcnt < MEMBLK) in readfile()
399 totalcnt = MEMBLK; /* sanitize */ in readfile()
407 if (((*buffer) = (char *) malloc((totalcnt + 4) * sizeof(char))) == NULL) { in readfile()
414 (totalcnt - writecnt) * sizeof(char), input); in readfile()
415 if (writecnt >= totalcnt) { in readfile()
416 totalcnt += MEMBLK; in readfile()
419 (totalcnt + 4) * sizeof(char))) == NULL) { in readfile()
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A DNwmain.c1103 int totalcnt = 0; in fnSetUpEnvBlock() local
1107 totalcnt++; in fnSetUpEnvBlock()
1111 totalcnt++; in fnSetUpEnvBlock()
1113 env = (char **) malloc (totalcnt * sizeof(char *)); in fnSetUpEnvBlock()
1122 while( (cnt < (totalcnt-1)) && scanenv( &sequence, var, &len, val ) ) in fnSetUpEnvBlock()
1155 for(i=cnt; i<=(totalcnt-1); i++) in fnSetUpEnvBlock()
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A DNwmain.c1103 int totalcnt = 0; in fnSetUpEnvBlock() local
1107 totalcnt++; in fnSetUpEnvBlock()
1111 totalcnt++; in fnSetUpEnvBlock()
1113 env = (char **) malloc (totalcnt * sizeof(char *)); in fnSetUpEnvBlock()
1122 while( (cnt < (totalcnt-1)) && scanenv( &sequence, var, &len, val ) ) in fnSetUpEnvBlock()
1155 for(i=cnt; i<=(totalcnt-1); i++) in fnSetUpEnvBlock()
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A DNwmain.c1103 int totalcnt = 0; in fnSetUpEnvBlock() local
1107 totalcnt++; in fnSetUpEnvBlock()
1111 totalcnt++; in fnSetUpEnvBlock()
1113 env = (char **) malloc (totalcnt * sizeof(char *)); in fnSetUpEnvBlock()
1122 while( (cnt < (totalcnt-1)) && scanenv( &sequence, var, &len, val ) ) in fnSetUpEnvBlock()
1155 for(i=cnt; i<=(totalcnt-1); i++) in fnSetUpEnvBlock()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DCategoryViewer.php728 $totalcnt = $dbcnt;
731 $totalcnt = $rescnt;
739 return $this->msg( "category-$type-count" )->numParams( $rescnt, $totalcnt )->parseAsBlock();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DCategoryViewer.php744 $totalcnt = $dbcnt;
747 $totalcnt = $rescnt;
755 return $this->msg( "category-$type-count" )->numParams( $rescnt, $totalcnt )->parseAsBlock();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DCategoryViewer.php792 $totalcnt = $dbcnt;
795 $totalcnt = $rescnt;
803 return $this->msg( "category-$type-count" )->numParams( $rescnt, $totalcnt )->parseAsBlock();
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsmaster/
H A Dmatocsserv.c596 uint32_t i,totalcnt; in matocsserv_weighted_roundrobin_used() local
600 totalcnt = 0; in matocsserv_weighted_roundrobin_used()
604 totalcnt++; in matocsserv_weighted_roundrobin_used()
610 if (fcnt>(totalcnt*10)) { // correlation fixer in matocsserv_weighted_roundrobin_used()
791 uint32_t totalcnt; in matocsserv_getservers_test() local
795 totalcnt = 0; in matocsserv_getservers_test()
801 for (eptr = matocsservhead ; eptr && totalcnt<MAXCSCOUNT ; eptr=eptr->next) { in matocsserv_getservers_test()
805 totalcnt++; in matocsserv_getservers_test()
840 uint32_t totalcnt; in matocsserv_getservers_wrandom() local
843 totalcnt = 0; in matocsserv_getservers_wrandom()
[all …]
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsmaster/
H A Dmatocsserv.c596 uint32_t i,totalcnt; in matocsserv_weighted_roundrobin_used() local
600 totalcnt = 0; in matocsserv_weighted_roundrobin_used()
604 totalcnt++; in matocsserv_weighted_roundrobin_used()
610 if (fcnt>(totalcnt*10)) { // correlation fixer in matocsserv_weighted_roundrobin_used()
791 uint32_t totalcnt; in matocsserv_getservers_test() local
795 totalcnt = 0; in matocsserv_getservers_test()
801 for (eptr = matocsservhead ; eptr && totalcnt<MAXCSCOUNT ; eptr=eptr->next) { in matocsserv_getservers_test()
805 totalcnt++; in matocsserv_getservers_test()
840 uint32_t totalcnt; in matocsserv_getservers_wrandom() local
843 totalcnt = 0; in matocsserv_getservers_wrandom()
[all …]
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsmaster/
H A Dmatocsserv.c596 uint32_t i,totalcnt; in matocsserv_weighted_roundrobin_used() local
600 totalcnt = 0; in matocsserv_weighted_roundrobin_used()
604 totalcnt++; in matocsserv_weighted_roundrobin_used()
610 if (fcnt>(totalcnt*10)) { // correlation fixer in matocsserv_weighted_roundrobin_used()
791 uint32_t totalcnt; in matocsserv_getservers_test() local
795 totalcnt = 0; in matocsserv_getservers_test()
801 for (eptr = matocsservhead ; eptr && totalcnt<MAXCSCOUNT ; eptr=eptr->next) { in matocsserv_getservers_test()
805 totalcnt++; in matocsserv_getservers_test()
840 uint32_t totalcnt; in matocsserv_getservers_wrandom() local
843 totalcnt = 0; in matocsserv_getservers_wrandom()
[all …]
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsmaster/
H A Dmatocsserv.c596 uint32_t i,totalcnt; in matocsserv_weighted_roundrobin_used() local
600 totalcnt = 0; in matocsserv_weighted_roundrobin_used()
604 totalcnt++; in matocsserv_weighted_roundrobin_used()
610 if (fcnt>(totalcnt*10)) { // correlation fixer in matocsserv_weighted_roundrobin_used()
791 uint32_t totalcnt; in matocsserv_getservers_test() local
795 totalcnt = 0; in matocsserv_getservers_test()
801 for (eptr = matocsservhead ; eptr && totalcnt<MAXCSCOUNT ; eptr=eptr->next) { in matocsserv_getservers_test()
805 totalcnt++; in matocsserv_getservers_test()
840 uint32_t totalcnt; in matocsserv_getservers_wrandom() local
843 totalcnt = 0; in matocsserv_getservers_wrandom()
[all …]
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsmaster/
H A Dmatocsserv.c596 uint32_t i,totalcnt; in matocsserv_weighted_roundrobin_used() local
600 totalcnt = 0; in matocsserv_weighted_roundrobin_used()
604 totalcnt++; in matocsserv_weighted_roundrobin_used()
610 if (fcnt>(totalcnt*10)) { // correlation fixer in matocsserv_weighted_roundrobin_used()
791 uint32_t totalcnt; in matocsserv_getservers_test() local
795 totalcnt = 0; in matocsserv_getservers_test()
801 for (eptr = matocsservhead ; eptr && totalcnt<MAXCSCOUNT ; eptr=eptr->next) { in matocsserv_getservers_test()
805 totalcnt++; in matocsserv_getservers_test()
840 uint32_t totalcnt; in matocsserv_getservers_wrandom() local
843 totalcnt = 0; in matocsserv_getservers_wrandom()
[all …]
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsmaster/
H A Dmatocsserv.c596 uint32_t i,totalcnt; in matocsserv_weighted_roundrobin_used() local
600 totalcnt = 0; in matocsserv_weighted_roundrobin_used()
604 totalcnt++; in matocsserv_weighted_roundrobin_used()
610 if (fcnt>(totalcnt*10)) { // correlation fixer in matocsserv_weighted_roundrobin_used()
791 uint32_t totalcnt; in matocsserv_getservers_test() local
795 totalcnt = 0; in matocsserv_getservers_test()
801 for (eptr = matocsservhead ; eptr && totalcnt<MAXCSCOUNT ; eptr=eptr->next) { in matocsserv_getservers_test()
805 totalcnt++; in matocsserv_getservers_test()
840 uint32_t totalcnt; in matocsserv_getservers_wrandom() local
843 totalcnt = 0; in matocsserv_getservers_wrandom()
[all …]

123