Searched refs:byte_count (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/autofs-246/smbremountserver/
H A Dsmbremountserver.c51 uint32_t byte_count; local
59 bytes_read = read(0, &byte_count, sizeof byte_count);
65 if (bytes_read < 0 || (size_t)bytes_read != sizeof byte_count) {
71 if (byte_count == 0) {
76 blob = malloc(byte_count);
79 byte_count);
83 bytes_read = read(0, blob, byte_count);
89 if (bytes_read < 0 || bytes_read != (ssize_t)byte_count) {
91 bytes_read, byte_count);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemansi.c99 long file_offset, long byte_count)
103 if (JFREAD(info->temp_file, buffer_address, byte_count)
104 != (size_t) byte_count)
112 long file_offset, long byte_count)
116 if (JFWRITE(info->temp_file, buffer_address, byte_count)
117 != (size_t) byte_count)
97 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
110 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemmac.c156 long file_offset, long byte_count)
158 long bytes = byte_count;
166 if ( retVal != noErr || bytes != byte_count )
174 long file_offset, long byte_count)
176 long bytes = byte_count;
184 if ( retVal != noErr || bytes != byte_count )
154 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
172 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemname.c206 long file_offset, long byte_count)
210 if (JFREAD(info->temp_file, buffer_address, byte_count)
211 != (size_t) byte_count)
219 long file_offset, long byte_count)
223 if (JFWRITE(info->temp_file, buffer_address, byte_count)
224 != (size_t) byte_count)
204 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
217 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemdos.c245 long file_offset, long byte_count)
249 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
250 if (byte_count > 65535L) /* safety check */
253 (unsigned short) byte_count))
261 long file_offset, long byte_count)
265 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
266 if (byte_count > 65535L) /* safety check */
269 (unsigned short) byte_count))
335 long file_offset, long byte_count)
342 * specially if byte_count i
243 read_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
259 write_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
333 read_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
366 write_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
491 read_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
516 write_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
[all...]
H A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
H A Djmemmgr.c693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
708 byte_count = rows * bytesperrow;
712 file_offset, byte_count); local
716 file_offset, byte_count); local
717 file_offset += byte_count;
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
741 byte_count = rows * bytesperrow;
745 file_offset, byte_count); local
749 file_offset, byte_count); local
750 file_offset += byte_count;
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexapollo.c55 long delta_before_rwdi, delta_after_rwdi, byte_count; local
190 while ((byte_count = read (source_file, buffer, sizeof (buffer))) > 0)
191 if (write (target_file, buffer, byte_count) != byte_count)
291 long byte_count;
295 byte_count = sizeof (buffer);
296 else byte_count = total_byte_count;
297 if (read (source_file, buffer, byte_count) != byte_count)
299 if (write (target_file, buffer, byte_count) !
286 long byte_count; local
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dvalid_hostname.c196 int byte_count = 0; local
213 byte_count++;
229 if (byte_count == 1 && byte_val == 0 && addr[strspn(addr, "0.")]) {
243 if (byte_count != BYTES_NEEDED) {
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_util.c243 __repmgr_update_consumed(v, byte_count)
245 size_t byte_count;
251 DB_ASSERT(NULL, i < v->count && byte_count > 0);
253 if (byte_count > iov->iov_len) {
258 byte_count -= iov->iov_len;
262 * byte_count can never be greater than iov_len, or we
265 iov->iov_len -= (u_int32_t)byte_count;
272 ((u_int8_t *)iov->iov_base + byte_count);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_mech_switch.c48 size_t byte_count; local
80 byte_count = 0;
114 byte_count++;
135 byte_count++;
140 if (byte_count == 0)
143 res = malloc(byte_count);
146 oid->length = (OM_uint32)byte_count;
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A DWKdmCompress_new.s182 #define byte_count %r9d
196 movl %ecx, byte_count
197 subl $(12+256), byte_count // header + tags
254 subl $4, byte_count // fill in a new 4-bytes word
299 subl %eax, byte_count //
330 /* byte_count -= (rcx - tempQPosArray)/2 */
370 subl $4, byte_count // fill in a new 4-bytes word
385 subl $4, byte_count // fill in a new 4-bytes word
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dbio_ssl.c81 unsigned long byte_count; member in struct:bio_ssl_st
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
251 bs->byte_count+=ret;
252 if (bs->byte_count > bs->renegotiate_count)
254 bs->byte_count=0;
449 ((BIO_SSL *)dbio->ptr)->byte_count=
450 ((BIO_SSL *)b->ptr)->byte_count;
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h64 void ReturnCredit(size_t byte_count); // serial client has consumed count bytes of data
H A DIrDAComm.cpp377 IrDAComm::ReturnCredit(size_t byte_count) // serial client has consumed count bytes of data argument
381 XTRACE(kLogReturnCredit, byte_count >> 16, byte_count);
386 rc = fGate->runAction(&DoSomething, (void *)cmdReturnCredit, (void *)byte_count);
799 uintptr_t byte_count = (uintptr_t)arg2; local
801 obj->fIrComm->ReturnCredit(byte_count);
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dextern.h136 extern off_t byte_count;
H A Dftpd.c83 off_t byte_count; variable
1031 byte_count = -1;
1068 LOGBYTES("get", name, byte_count);
1128 byte_count = -1;
1178 LOGBYTES(*mode == 'w' ? "put" : "append", name, byte_count);
1251 byte_count = 0;
1353 byte_count++;
1392 byte_count = cnt;
1415 byte_count += cnt;
1481 byte_count
[all...]
/macosx-10.10/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp479 int byte_count = 0; // bytes read
491 byte_count++;
501 byte_count++;
512 ref_start = byte_count - space_count - 1;
540 byte_count - 1 - space_count - ref_start);
583 byte_count - 1 - space_count - ref_start);
644 byte_count - ref_start - space_count);
/macosx-10.10/autofs-246/automountd/
H A Dautod_main.c1080 uint32_t byte_count; local
1169 byte_count = blobCnt;
1170 bytes_written = write(pipefds[1], &byte_count,
1171 sizeof byte_count);
1177 if ((size_t)bytes_written != sizeof byte_count) {
1179 bytes_written, sizeof byte_count);
1187 bytes_written = write(pipefds[1], blob, byte_count);
1193 if (bytes_written != (ssize_t)byte_count) {
1195 bytes_written, byte_count);
/macosx-10.10/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp118 int byte_count; member in class:dvi_printer
197 : fp(stdout), byte_count(0), last_bop(-1), page_count(0), max_h(0), max_v(0),
232 byte_count += 1;
238 byte_count += 2;
245 byte_count += 3;
253 byte_count += 4;
477 int tem = byte_count;
493 for (i = 0; i < 4 || byte_count % 4 != 0; i++)
500 int tem = byte_count;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c1426 tsize_t chunk_size, byte_count; local
1499 byte_count = TIFFReadRawTile(tif, chunk_no,
1502 byte_count = TIFFReadRawStrip(tif, chunk_no,
1505 TIFFReverseBits(buf_data, byte_count);
1508 byte_count = TIFFReadEncodedTile(tif,
1512 byte_count = TIFFReadEncodedStrip(tif,
1516 if (byte_count < 0) {
1527 PS_FlipBytes(buf_data, byte_count);
1539 for (i = 0; i < byte_count; i+=samplesperpixel) {
1556 byte_count
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/dig/include/dig/
H A Ddig.h219 isc_uint64_t byte_count; member in struct:dig_query
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c132 int fence_post, start, increment, i, byte_count;
155 byte_count = xtensa_format_length (isa, fmt);
156 if (byte_count == XTENSA_UNDEFINED)
159 if (byte_count > num_chars)
166 fence_post = start + (byte_count * increment);
176 return byte_count;
131 int fence_post, start, increment, i, byte_count; local
/macosx-10.10/vim-55/src/
H A Dops.c6297 long byte_count = 0; local
6375 if (byte_count > last_check)
6380 last_check = byte_count + 100000L;
6439 byte_count_cursor = byte_count +
6446 byte_count += line_count_info(ml_get(lnum), &word_count,
6452 byte_count -= eol_size;
6468 && char_count == byte_count)
6474 byte_count_cursor, byte_count);
6482 byte_count_cursor, byte_count);
6494 && char_count == byte_count)
[all...]
/macosx-10.10/libauto-186/
H A DZone.h349 inline void add_blocks_and_bytes(int64_t block_count, int64_t byte_count) { _stats.add_count(block_count); _stats.add_size(byte_count); } argument

Completed in 223 milliseconds

12