Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 25 of 3822) sorted by relevance

12345678910>>...153

/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ddb-artwork-writer.c267 return total_bytes; in write_mhod_type_1()
359 return total_bytes; in write_mhod_type_3()
414 return total_bytes; in write_mhni()
453 return total_bytes; in write_mhod()
541 return total_bytes; in write_mhii()
596 return total_bytes; in write_mhli()
615 return total_bytes; in write_mhia()
686 return total_bytes; in write_mhba()
727 return total_bytes; in write_mhla()
813 return total_bytes; in write_mhlf()
[all …]
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ddb-artwork-writer.c267 return total_bytes; in write_mhod_type_1()
359 return total_bytes; in write_mhod_type_3()
414 return total_bytes; in write_mhni()
453 return total_bytes; in write_mhod()
541 return total_bytes; in write_mhii()
596 return total_bytes; in write_mhli()
615 return total_bytes; in write_mhia()
686 return total_bytes; in write_mhba()
727 return total_bytes; in write_mhla()
813 return total_bytes; in write_mhlf()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dtcpset.c56 tcp_conn->total_bytes = 0; in tcp_conn_create()
92 tcp->total_bytes = 0; in tcp_conn_ready()
109 if (tcp->total_bytes < sizeof(tcp->msglen)) { in tcp_conn_read()
111 sizeof(tcp->msglen) - tcp->total_bytes); in tcp_conn_read()
127 tcp->total_bytes += received; in tcp_conn_read()
128 if (tcp->total_bytes < sizeof(tcp->msglen)) { in tcp_conn_read()
160 tcp->total_bytes += received; in tcp_conn_read()
182 if (tcp->total_bytes < sizeof(tcp->msglen)) { in tcp_conn_write()
185 sizeof(tcp->msglen) - tcp->total_bytes); in tcp_conn_write()
194 tcp->total_bytes += sent; in tcp_conn_write()
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackMidiRawInputWriteQueue.cpp55 total_bytes = 0; in Clear()
111 "been unplugged.", total_bytes); in HandleUnexpectedSysexEnd()
121 PrepareEvent(time, total_bytes, input_buffer); in PrepareBufferedEvent()
193 HandleUnexpectedSysexEnd(total_bytes); in ProcessByte()
201 if (total_bytes) { in ProcessByte()
202 HandleIncompleteMessage(total_bytes); in ProcessByte()
258 total_bytes++; in ProcessByte()
262 if (! total_bytes) { in ProcessByte()
274 if (total_bytes < input_buffer_size) { in RecordByte()
275 input_buffer[total_bytes] = byte; in RecordByte()
[all …]
/dports/japanese/xv/xv-3.10a/
H A Dvdcomp.c286 total_bytes = total_bytes + length;
290 total_bytes = total_bytes + length;
855 total_bytes = total_bytes + 80;
861 total_bytes = total_bytes + 80;
867 total_bytes = total_bytes + 80;
877 total_bytes = total_bytes + 80;
887 total_bytes = total_bytes + 80;
894 total_bytes = total_bytes + 80;
951 total_bytes = total_bytes + 72;
960 total_bytes = total_bytes + 71;
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A Dvdcomp.c286 total_bytes = total_bytes + length;
290 total_bytes = total_bytes + length;
855 total_bytes = total_bytes + 80;
861 total_bytes = total_bytes + 80;
867 total_bytes = total_bytes + 80;
877 total_bytes = total_bytes + 80;
887 total_bytes = total_bytes + 80;
894 total_bytes = total_bytes + 80;
951 total_bytes = total_bytes + 72;
960 total_bytes = total_bytes + 71;
[all …]
/dports/graphics/xv/xv-3.10a/
H A Dvdcomp.c286 total_bytes = total_bytes + length;
290 total_bytes = total_bytes + length;
855 total_bytes = total_bytes + 80;
861 total_bytes = total_bytes + 80;
867 total_bytes = total_bytes + 80;
877 total_bytes = total_bytes + 80;
887 total_bytes = total_bytes + 80;
894 total_bytes = total_bytes + 80;
951 total_bytes = total_bytes + 72;
960 total_bytes = total_bytes + 71;
[all …]
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/tests/unit/
H A Dtest__download.py236 total_bytes = 207
342 total_bytes,
350 assert download.total_bytes == total_bytes
373 total_bytes,
383 assert download.total_bytes == total_bytes
392 total_bytes = 300
487 total_bytes = 100
498 total_bytes,
523 total_bytes = 200
534 total_bytes,
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/w32/
H A Dw32io.c64 size_t total_bytes = 0; in readv() local
69 total_bytes += iov[i].iov_len; in readv()
72 buffer = malloc(total_bytes); in readv()
73 if (buffer == NULL && total_bytes != 0) { in readv()
78 bytes_read = read(fd, buffer, total_bytes); in readv()
110 size_t total_bytes = 0; in writev() local
114 total_bytes += iov[i].iov_len; in writev()
116 buffer = malloc(total_bytes); in writev()
117 if (buffer == NULL && total_bytes != 0) { in writev()
128 bytes_written = write(fd, buffer, total_bytes); in writev()
/dports/devel/ga/ga-5.8/tools/
H A Dga-wprof.c293 gaw_global_stats[i].total_bytes = 0; in init_ga_prof_struct()
297 gaw_local_stats[i].total_bytes = 0; in init_ga_prof_struct()
362 gaw_local_stats[e].total_bytes += bytes; in update_local_entry()
373 …MPI_Reduce(&gaw_local_stats[e].total_bytes, &gaw_global_stats[e].total_bytes, 1, MPI_LONG_LONG, MP… in update_global_entry()
377 …MPI_Reduce(&gaw_local_stats[e].total_bytes, &gaw_global_min_stats[e].total_bytes, 1, MPI_LONG_LONG… in update_global_entry()
381 …MPI_Reduce(&gaw_local_stats[e].total_bytes, &gaw_global_max_stats[e].total_bytes, 1, MPI_LONG_LONG… in update_global_entry()
411 … gaw_local_stats[i].count, gaw_local_stats[i].time, gaw_local_stats[i].total_bytes); in print_ga_prof_stats()
417 fprintf(fp, "[%d]\tTotal Bytes: %"PRIu64"\n", me, gaw_local_stats[i].total_bytes); in print_ga_prof_stats()
443 … gaw_global_min_stats[i].count, gaw_global_min_stats[i].time, gaw_global_min_stats[i].total_bytes, in print_ga_prof_stats()
450 fprintf(fp, "\tTotal Bytes: %"PRIu64"\n", gaw_global_stats[i].total_bytes); in print_ga_prof_stats()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 Size total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/ipc/
H A Dshm_toc.c86 Size total_bytes; in shm_toc_allocate() local
96 total_bytes = vtoc->toc_total_bytes; in shm_toc_allocate()
114 return ((char *) toc) + (total_bytes - allocated_bytes - nbytes); in shm_toc_allocate()
124 Size total_bytes; in shm_toc_freespace() local
130 total_bytes = vtoc->toc_total_bytes; in shm_toc_freespace()
136 Assert(allocated_bytes + BUFFERALIGN(toc_bytes) <= total_bytes); in shm_toc_freespace()
137 return total_bytes - (allocated_bytes + BUFFERALIGN(toc_bytes)); in shm_toc_freespace()
164 uint64 total_bytes; in shm_toc_insert() local
176 total_bytes = vtoc->toc_total_bytes; in shm_toc_insert()
183 if (toc_bytes + sizeof(shm_toc_entry) > total_bytes || in shm_toc_insert()
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Doss_a.c78 static int total_bytes; /* Maximum buffer size in bytes */ variable
250 total_bytes = info.fragstotal * info.fragsize; in open_output()
256 total_bytes = -1; /* Unknown */ in open_output()
327 if(total_bytes <= 0) in acntl()
329 *((int *)arg) = total_bytes; in acntl()
344 if (i > total_bytes) i = total_bytes; in acntl()
353 if (i > total_bytes) i = 0; in acntl()
354 else i = total_bytes - i; in acntl()
390 if (info.bytes > total_bytes) i = total_bytes; in acntl()
400 if (info.bytes > total_bytes) i = 0; in acntl()
[all …]

12345678910>>...153