Home
last modified time | relevance | path

Searched refs:total_size (Results 151 – 175 of 12706) sorted by relevance

12345678910>>...509

/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/tests/check/elements/
H A Djpegparse.c225 gsize total_size = 0; in GST_START_TEST() local
230 total_size += sizeof (test_data_garbage); in GST_START_TEST()
232 total_size += sizeof (test_data_garbage); in GST_START_TEST()
234 total_size += sizeof (test_data_ff); in GST_START_TEST()
235 total_size += sizeof (test_data_entropy); in GST_START_TEST()
236 total_size += sizeof (test_data_extra_ff); in GST_START_TEST()
284 gsize total_size = 0, offset = 0; in make_my_input_buffer() local
286 total_size += sizeof (test_data_soi); in make_my_input_buffer()
287 total_size += test_data_size; in make_my_input_buffer()
288 total_size += sizeof (test_data_sof0); in make_my_input_buffer()
[all …]
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/tests/check/elements/
H A Djpegparse.c225 gsize total_size = 0; in GST_START_TEST() local
230 total_size += sizeof (test_data_garbage); in GST_START_TEST()
232 total_size += sizeof (test_data_garbage); in GST_START_TEST()
234 total_size += sizeof (test_data_ff); in GST_START_TEST()
235 total_size += sizeof (test_data_entropy); in GST_START_TEST()
236 total_size += sizeof (test_data_extra_ff); in GST_START_TEST()
284 gsize total_size = 0, offset = 0; in make_my_input_buffer() local
286 total_size += sizeof (test_data_soi); in make_my_input_buffer()
287 total_size += test_data_size; in make_my_input_buffer()
288 total_size += sizeof (test_data_sof0); in make_my_input_buffer()
[all …]
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/tests/check/elements/
H A Djpegparse.c225 gsize total_size = 0; in GST_START_TEST() local
230 total_size += sizeof (test_data_garbage); in GST_START_TEST()
232 total_size += sizeof (test_data_garbage); in GST_START_TEST()
234 total_size += sizeof (test_data_ff); in GST_START_TEST()
235 total_size += sizeof (test_data_entropy); in GST_START_TEST()
236 total_size += sizeof (test_data_extra_ff); in GST_START_TEST()
284 gsize total_size = 0, offset = 0; in make_my_input_buffer() local
286 total_size += sizeof (test_data_soi); in make_my_input_buffer()
287 total_size += test_data_size; in make_my_input_buffer()
288 total_size += sizeof (test_data_sof0); in make_my_input_buffer()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/pt2pt/
H A Dbsendutil.c151 p->total_size = buffer_size; in MPIR_Bsend_attach()
334 p,p->size, ((char *)p)+p->total_size)); in MPIR_Bsend_free_segment()
372 p->total_size += avail->total_size; in MPIR_Bsend_free_segment()
389 avail_prev->total_size += p->total_size; in MPIR_Bsend_free_segment()
530 alloc_size, p->total_size )); in MPIR_Bsend_take_buffer()
541 newp->total_size = p->total_size - alloc_size - in MPIR_Bsend_take_buffer()
554 p->total_size = (char *)newp - (char*)p; in MPIR_Bsend_take_buffer()
559 p->total_size, newp->total_size )); in MPIR_Bsend_take_buffer()
613 "[%p] totalsize = %d(%x)", a, a->total_size, in MPIR_Bsend_dump()
614 a->total_size )); in MPIR_Bsend_dump()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/pt2pt/
H A Dbsendutil.c148 p->total_size = buffer_size; in MPIR_Bsend_attach()
374 (unsigned long long) p->total_size); in MPIR_Bsend_free_segment()
407 if ((char *) p + p->total_size == (char *) avail) { in MPIR_Bsend_free_segment()
408 p->total_size += avail->total_size; in MPIR_Bsend_free_segment()
409 p->size = p->total_size - BSENDDATA_HEADER_TRUE_SIZE; in MPIR_Bsend_free_segment()
423 if ((char *) avail_prev + avail_prev->total_size == (char *) p) { in MPIR_Bsend_free_segment()
424 avail_prev->total_size += p->total_size; in MPIR_Bsend_free_segment()
558 newp->total_size = p->total_size - alloc_size - BSENDDATA_HEADER_TRUE_SIZE; in MPIR_Bsend_take_buffer()
559 newp->size = newp->total_size - BSENDDATA_HEADER_TRUE_SIZE; in MPIR_Bsend_take_buffer()
570 p->total_size = (char *) newp - (char *) p; in MPIR_Bsend_take_buffer()
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Daiff.py167 total_size = len(footer)
174 total_size -= 1
176 while total_size > 0:
179 total_size -= 8
230 def total_size(self):
362 total_size,
375 total_size -= 4
379 while total_size > 0:
516 if total_size < (2 ** 32):
625 total_size,
[all …]
H A Dshn.py107 while total_size >= 8:
109 total_size -= 8
129 total_size -= chunk_size
141 while total_size >= 8:
143 total_size -= 8
319 while total_size >= 8:
327 total_size -= chunk_size + 1
330 total_size -= chunk_size
471 while total_size >= 8:
479 total_size -= chunk_size + 1
[all …]
/dports/net/py-s3cmd/s3cmd-2.2.0/S3/
H A DProgress.py20 def __init__(self, labels, total_size): argument
22 self.new_file(labels, total_size)
24 def new_file(self, labels, total_size): argument
26 self.total_size = total_size
76 if self.current_position == self.total_size:
87 rel_position = (self.current_position * 100) // self.total_size
130 "current" : str(self.current_position).rjust(len(str(self.total_size))),
131 "total" : self.total_size,
132 "percent" : self.total_size and ((self.current_position * 100) // self.total_size) or 0,
168 "total" : self.total_size,
[all …]
/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali_transport.c105 size_t payload_size = data->total_size - data->once_size; in replicate_payload()
128 data->total_size = once_offset + new_payload_size; in replicate_payload()
290 size_t total_size = 0; in message_collection_estimate_size() local
305 total_size += snip->expr->estimate_size; in message_collection_estimate_size()
307 total_size += snip->size; in message_collection_estimate_size()
309 total_size += ((mc->state == MC_FINALIZED_WEBSOCKET in message_collection_estimate_size()
315 return total_size; in message_collection_estimate_size()
387 data_spec->total_size = data_spec->once_size; in transport_spec_from_message_collection()
458 if(data_spec->total_size + snip->size in transport_spec_from_message_collection()
520 data_spec->total_size += framed_snippet_size; in transport_spec_from_message_collection()
[all …]
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/
H A Ddecode.c121 uint32_t total_size = 0; in faup_decode() local
175 url_features->scheme.size = total_size; in faup_decode()
180 url_features->credential.size = total_size; in faup_decode()
202 url_features->host.size = total_size; in faup_decode()
206 bool ipv4_host = is_ipv4(host, total_size); in faup_decode()
207 bool ipv6_host = is_ipv6(host, total_size); in faup_decode()
300 url_features->port.size = total_size; in faup_decode()
316 url_features->resource_path.size = total_size; in faup_decode()
330 url_features->query_string.size = total_size; in faup_decode()
335 total_size = url_len - url_features->fragment.pos; in faup_decode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/base/py/
H A Dtransfer_test.py51 total_size = 100
54 six.StringIO(), chunksize=chunksize, total_size=total_size)
64 total_size = 100
66 six.StringIO(), chunksize=10, total_size=total_size)
69 total_size - 1,
87 total_size = 100
89 total_size=total_size)
91 self.assertEqual(total_size - 1,
159 download_stream, chunksize=26, total_size=52)
244 total_size=len(upload_bytes))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/apitools/base/py/
H A Dtransfer_test.py50 total_size = 100
53 six.StringIO(), chunksize=chunksize, total_size=total_size)
63 total_size = 100
65 six.StringIO(), chunksize=10, total_size=total_size)
68 total_size - 1,
86 total_size = 100
88 total_size=total_size)
90 self.assertEqual(total_size - 1,
158 download_stream, chunksize=26, total_size=52)
227 total_size=len(upload_contents))
[all …]
/dports/devel/p5-Time-Moment/Time-Moment-0.44/dev/
H A Dsizeof.pl18 printf "Time::Moment ............... : %4d B\n", total_size($tm);
19 printf "Time::Piece ................ : %4d B\n", total_size($tp);
20 printf "localtime() ................ : %4d B\n", total_size($lt) - total_size([]);
21 printf "DateTime ................... : %4d B\n", total_size($dt);
22 printf "DateTime w/o zone and locale : %4d B\n", total_size do {
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/mmap/
H A D3-1.c43 long total_size; in main() local
74 total_size = 2 * page_size; in main()
80 data = (char *) malloc(total_size); in main()
95 memset(data, 'a', total_size); in main()
96 if (write(fd, data, total_size) != total_size) in main()
102 memset(data, 'b', total_size); in main()
103 if (write(fd2, data, total_size) != total_size) in main()
/dports/x11-clocks/astime/astime-2.8/
H A Dastime_x.c111 state.total_size.x, in draw_window()
112 state.total_size.y, in draw_window()
152 state.total_size.y - 9 in draw_window()
496 state.total_size.x, state.total_size.y, 0, 0); in redraw()
499 state.total_size.x, state.total_size.y, 0, 0); in redraw()
709 state.total_size.x, state.total_size.y, in initialize()
837 state.total_size.x, state.total_size.y, in initialize()
857 state.total_size.x, in initialize()
858 state.total_size.y, in initialize()
1036 state.total_size.y, in initialize()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmd/
H A Dget_mach_stat.c169 uint64_t total_size = 0; in get_tmp_disk() local
173 total_size = 0; in get_tmp_disk()
178 total_size = stat_buf.f_blocks * stat_buf.f_frsize; in get_tmp_disk()
179 total_size /= 1024 * 1024; in get_tmp_disk()
186 *tmp_disk += (uint32_t)total_size; in get_tmp_disk()
190 long total_size; in get_tmp_disk() local
195 total_size = 0; in get_tmp_disk()
201 total_size = (long)stat_buf.f_blocks; in get_tmp_disk()
209 *tmp_disk += (uint32_t)(total_size * page_size); in get_tmp_disk()
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8* const ch_org = new uint8[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
244 const size_t total_size, in UpdateMetrics() argument
285 total_size; in UpdateMetrics()
377 uint8* const ch_org = new uint8[total_size]; in main()
436 if (bytes_org < total_size) { in main()
441 memset(ch_org, 0, total_size); in main()
460 if (bytes_rec < total_size) { in main()
[all …]
/dports/graphics/libyuv/libyuv-0.0.1789/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8_t* const ch_org = new uint8_t[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
247 const size_t total_size, in UpdateMetrics() argument
288 total_size; in UpdateMetrics()
383 uint8_t* const ch_org = new uint8_t[total_size]; in main()
443 if (bytes_org < total_size) { in main()
448 memset(ch_org, 0, total_size); in main()
467 if (bytes_rec < total_size) { in main()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/util/
H A Dpsnr_main.cc91 size_t total_size = ftell(file_org); in ExtractResolutionFromFilename() local
93 uint8* const ch_org = new uint8[total_size]; in ExtractResolutionFromFilename()
94 memset(ch_org, 0, total_size); in ExtractResolutionFromFilename()
97 if (bytes_org == total_size) { in ExtractResolutionFromFilename()
278 / total_size; in UpdateMetrics()
369 uint8* const ch_org = new uint8[total_size]; in main()
370 uint8* const ch_rec = new uint8[total_size]; in main()
428 if (bytes_org < total_size) { in main()
433 memset(ch_org, 0, total_size); in main()
458 if (bytes_rec < total_size) { in main()
[all …]

12345678910>>...509