Home
last modified time | relevance | path

Searched refs:totalbytes (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/dports/net/gopher/gopher/gopher/
H A Dpager.c168 k_bytes = totalbytes/1024; in PagerTitles()
257 int per = (totalbytes? ((100 * bytes)/totalbytes) : 0); in PagerPercent()
260 if (totalbytes != 0) in PagerPercent()
453 if (*bytecount != totalbytes) { in PagerNextPage()
519 int totalbytes = 0; in PagerBuiltin() local
535 totalbytes = buf.st_size; in PagerBuiltin()
578 if (bytecount < totalbytes) in PagerBuiltin()
580 totalbytes); in PagerBuiltin()
590 totalbytes); in PagerBuiltin()
598 totalbytes); in PagerBuiltin()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist_find_delete.cpp63 int pos = 0, totalbytes = 0; in deleteInSub() local
84 totalbytes = SUBBLOCK_TOTAL_BYTES; in deleteInSub()
129 &rowIdArray[0], totalbytes); in deleteInSub()
235 int pos = 0, totalbytes = 0; in deleteInBlock() local
277 totalbytes = BYTE_PER_BLOCK; in deleteInBlock()
481 preTotalBytes = totalbytes; in deleteInBlock()
654 int pos = 0, totalbytes = 0; in getRIDArrayFromListHdr() local
697 totalbytes = BYTE_PER_BLOCK; in getRIDArrayFromListHdr()
748 int pos = 0, totalbytes = 0; in getRIDArrayFromListHdrNarray() local
850 totalbytes = BYTE_PER_BLOCK; in getRIDArrayFromListHdrNarray()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist_find_delete.cpp63 int pos = 0, totalbytes = 0; in deleteInSub() local
84 totalbytes = SUBBLOCK_TOTAL_BYTES; in deleteInSub()
129 &rowIdArray[0], totalbytes); in deleteInSub()
235 int pos = 0, totalbytes = 0; in deleteInBlock() local
277 totalbytes = BYTE_PER_BLOCK; in deleteInBlock()
481 preTotalBytes = totalbytes; in deleteInBlock()
654 int pos = 0, totalbytes = 0; in getRIDArrayFromListHdr() local
697 totalbytes = BYTE_PER_BLOCK; in getRIDArrayFromListHdr()
748 int pos = 0, totalbytes = 0; in getRIDArrayFromListHdrNarray() local
850 totalbytes = BYTE_PER_BLOCK; in getRIDArrayFromListHdrNarray()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/sharedfp/individual/
H A Dsharedfp_individual_write.c39 size_t totalbytes = 0; in mca_sharedfp_individual_write() local
52 totalbytes = count * numofbytes; in mca_sharedfp_individual_write()
63 mca_sharedfp_individual_insert_metadata(OMPI_FILE_WRITE_SHARED, totalbytes, sh); in mca_sharedfp_individual_write()
75 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_write()
89 size_t totalbytes = 0; in mca_sharedfp_individual_write_ordered() local
111 totalbytes = count * numofbytes; in mca_sharedfp_individual_write_ordered()
133 ret = fh->f_comm->c_coll->coll_gather ( &totalbytes, in mca_sharedfp_individual_write_ordered()
H A Dsharedfp_individual_iwrite.c39 OMPI_MPI_OFFSET_TYPE totalbytes = 0; in mca_sharedfp_individual_iwrite() local
52 totalbytes = count * numofbytes; in mca_sharedfp_individual_iwrite()
63 ret = mca_sharedfp_individual_insert_metadata(OMPI_FILE_WRITE_SHARED,totalbytes,sh); in mca_sharedfp_individual_iwrite()
75 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_iwrite()
88 size_t totalbytes = 0; in mca_sharedfp_individual_write_ordered_begin() local
114 totalbytes = count * numofbytes; in mca_sharedfp_individual_write_ordered_begin()
136 ret = fh->f_comm->c_coll->coll_gather ( &totalbytes, in mca_sharedfp_individual_write_ordered_begin()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/examples/word_count/
H A Drandom_text_writer.cpp34 uint64_t totalbytes; variable
45 while (written_bytes < totalbytes) in Sequential()
56 if (written_bytes + out_size > totalbytes) break; in Sequential()
81 while (written_bytes < totalbytes / num_workers) in Parallel()
92 if (written_bytes + out_size > totalbytes) break; in Parallel()
125 cp.add_param_bytes("totalbytes", totalbytes, in main()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/sharedfp/individual/
H A Dsharedfp_individual_write.c39 size_t totalbytes = 0; in mca_sharedfp_individual_write() local
63 totalbytes = count * numofbytes; in mca_sharedfp_individual_write()
71 mca_sharedfp_individual_insert_metadata(OMPI_FILE_WRITE_SHARED, totalbytes, sh); in mca_sharedfp_individual_write()
83 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_write()
99 size_t totalbytes = 0; in mca_sharedfp_individual_write_ordered() local
133 totalbytes = count * numofbytes; in mca_sharedfp_individual_write_ordered()
155 sh->comm->c_coll->coll_gather ( &totalbytes, 1, OMPI_OFFSET_DATATYPE, in mca_sharedfp_individual_write_ordered()
H A Dsharedfp_individual_iwrite.c39 OMPI_MPI_OFFSET_TYPE totalbytes = 0; in mca_sharedfp_individual_iwrite() local
64 totalbytes = count * numofbytes; in mca_sharedfp_individual_iwrite()
75 ret = mca_sharedfp_individual_insert_metadata(OMPI_FILE_WRITE_SHARED,totalbytes,sh); in mca_sharedfp_individual_iwrite()
87 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_iwrite()
101 size_t totalbytes = 0; in mca_sharedfp_individual_write_ordered_begin() local
140 totalbytes = count * numofbytes; in mca_sharedfp_individual_write_ordered_begin()
162 sh->comm->c_coll->coll_gather ( &totalbytes, 1, OMPI_OFFSET_DATATYPE, in mca_sharedfp_individual_write_ordered_begin()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/sysutils/bacula11-client/bacula-11.0.5/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/sysutils/bacula9-client-static/bacula-9.6.7/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/sysutils/bacula9-client/bacula-9.6.7/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/sysutils/bacula9-server/bacula-9.6.7/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/sysutils/bacula11-server/bacula-11.0.5/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/sysutils/bacula11-client-static/bacula-11.0.5/examples/reports/
H A Dreport.pl64 $totalbytes = $totalbytes + $jobbytes;
66 $totalbytes = sprintf("%.1f",$totalbytes / 1024 / 1024 / 1024);
82 print MAIL "Total $totalbytes GB / $totalfiles files\n";
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/venti/
H A Drandtest.c17 vlong totalbytes, cur; variable
98 packets = totalbytes/blocksize; in run()
101 totalbytes = (vlong)packets * blocksize; in run()
168 totalbytes = 1*1024*1024*1024; in threadmain()
186 totalbytes = unittoull(EARGF(usage())); in threadmain()
248 totalbytes, t, (double)totalbytes/1e6/t); in threadmain()
257 totalbytes, t, (double)totalbytes/1e6/t); in threadmain()
/dports/games/springlobby/springlobby-0.180/src/
H A Dsocket.cpp285 int totalbytes = 0; in Receive() local
289 buff.resize( totalbytes + chunk_size ); // increase buffer capacity to fit incoming chunk in Receive()
290 m_sock->Read( &buff[totalbytes], chunk_size ); in Receive()
292 totalbytes += readnum; in Receive()
295 if ( totalbytes > 0 ) in Receive()
297 ret = wxString( &buff[0], wxConvUTF8, totalbytes ); in Receive()
300 ret = wxString( &buff[0], wxConvLocal, totalbytes ); in Receive()
303 ret = wxString( &buff[0], wxCSConv(_T("latin-1")), totalbytes ); in Receive()
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A Dxxxfasl.lsp30 (setq totalbytes 800000)
33 (upbv (setq memory (mkvect (quotient totalbytes 8))))
34 (dotimes (i (add1 (quotient totalbytes 8))) (putv memory i 0))
41 (setq lastbps (quotient totalbytes 2))
43 (setq heapupperbound (setq highpointer totalbytes))
125 (global '(totalbytes))
/dports/www/tclhttpd/tclhttpd3.5.1/lib/
H A Dupload.tcl49 -totalbytes -1
54 $opt(-maxfiles) $opt(-maxbytes) $opt(-totalbytes) $opt(-unique)] \
75 proc UploadDomain {dir cmd maxfiles maxbytes totalbytes unique sock suffix} {
113 set upload(totalbytes) $totalbytes
140 if {$upload(totalbytes) != -1} {
145 if {$tot >= $upload(totalbytes)} {
146 …Httpd_Error $sock 503 "Total size limit ($upload(totalbytes) bytes) exceeded.<br>Unable to upload."
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc332 size_t totalbytes = 0; in test_split_at_begin() local
342 totalbytes += insert_dummy_value(&sn, bn, k, i-1); in test_split_at_begin()
354 char val[totalbytes + 3]; in test_split_at_begin()
355 invariant(totalbytes + 3 <= maxbnsize); in test_split_at_begin()
357 le_add_to_bn(BLB_DATA(&sn, bn), 0, (char *) &k, keylen, val, totalbytes + 3); in test_split_at_begin()
358 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_begin()
393 long totalbytes = 0; in test_split_at_end() local
403 char val[totalbytes + 3]; in test_split_at_end()
404 invariant(totalbytes + 3 <= (long) maxbnsize); in test_split_at_end()
407 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_end()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc332 size_t totalbytes = 0; in test_split_at_begin() local
342 totalbytes += insert_dummy_value(&sn, bn, k, i-1); in test_split_at_begin()
354 char val[totalbytes + 3]; in test_split_at_begin()
355 invariant(totalbytes + 3 <= maxbnsize); in test_split_at_begin()
357 le_add_to_bn(BLB_DATA(&sn, bn), 0, (char *) &k, keylen, val, totalbytes + 3); in test_split_at_begin()
358 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_begin()
393 long totalbytes = 0; in test_split_at_end() local
403 char val[totalbytes + 3]; in test_split_at_end()
404 invariant(totalbytes + 3 <= (long) maxbnsize); in test_split_at_end()
407 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_end()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc332 size_t totalbytes = 0; in test_split_at_begin() local
342 totalbytes += insert_dummy_value(&sn, bn, k, i-1); in test_split_at_begin()
354 char val[totalbytes + 3]; in test_split_at_begin()
355 invariant(totalbytes + 3 <= maxbnsize); in test_split_at_begin()
357 le_add_to_bn(BLB_DATA(&sn, bn), 0, (char *) &k, keylen, val, totalbytes + 3); in test_split_at_begin()
358 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_begin()
393 long totalbytes = 0; in test_split_at_end() local
403 char val[totalbytes + 3]; in test_split_at_end()
404 invariant(totalbytes + 3 <= (long) maxbnsize); in test_split_at_end()
407 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_end()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc332 size_t totalbytes = 0; in test_split_at_begin() local
342 totalbytes += insert_dummy_value(&sn, bn, k, i-1); in test_split_at_begin()
354 char val[totalbytes + 3]; in test_split_at_begin()
355 invariant(totalbytes + 3 <= maxbnsize); in test_split_at_begin()
357 le_add_to_bn(BLB_DATA(&sn, bn), 0, (char *) &k, keylen, val, totalbytes + 3); in test_split_at_begin()
358 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_begin()
393 long totalbytes = 0; in test_split_at_end() local
403 char val[totalbytes + 3]; in test_split_at_end()
404 invariant(totalbytes + 3 <= (long) maxbnsize); in test_split_at_end()
407 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_end()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest3884.cc332 size_t totalbytes = 0; in test_split_at_begin() local
342 totalbytes += insert_dummy_value(&sn, bn, k, i-1); in test_split_at_begin()
354 char val[totalbytes + 3]; in test_split_at_begin()
355 invariant(totalbytes + 3 <= maxbnsize); in test_split_at_begin()
357 le_add_to_bn(BLB_DATA(&sn, bn), 0, (char *) &k, keylen, val, totalbytes + 3); in test_split_at_begin()
358 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_begin()
393 long totalbytes = 0; in test_split_at_end() local
403 char val[totalbytes + 3]; in test_split_at_end()
404 invariant(totalbytes + 3 <= (long) maxbnsize); in test_split_at_end()
407 totalbytes += LE_CLEAN_MEMSIZE(totalbytes + 3) + keylen + sizeof(uint32_t); in test_split_at_end()
[all …]

12345678910>>...29