/external/qemu/distrib/jpeg-6b/ |
D | jmemdos.c | 245 long file_offset, long byte_count) in read_file_store() argument 250 if (byte_count > 65535L) /* safety check */ in read_file_store() 253 (unsigned short) byte_count)) in read_file_store() 261 long file_offset, long byte_count) in write_file_store() argument 266 if (byte_count > 65535L) /* safety check */ in write_file_store() 269 (unsigned short) byte_count)) in write_file_store() 335 long file_offset, long byte_count) in read_xms_store() argument 345 spec.length = byte_count & (~ 1L); in read_xms_store() 357 if (ODD(byte_count)) { in read_xms_store() 359 file_offset + byte_count - 1L, 2L); in read_xms_store() [all …]
|
D | jmemansi.c | 99 long file_offset, long byte_count) in read_backing_store() argument 103 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 104 != (size_t) byte_count) in read_backing_store() 112 long file_offset, long byte_count) in write_backing_store() argument 116 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 117 != (size_t) byte_count) in write_backing_store()
|
D | jmem-android.c | 101 long file_offset, long byte_count) in read_backing_store() argument 105 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 106 != (size_t) byte_count) in read_backing_store() 114 long file_offset, long byte_count) in write_backing_store() argument 118 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 119 != (size_t) byte_count) in write_backing_store()
|
D | jmemname.c | 206 long file_offset, long byte_count) in read_backing_store() argument 210 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 211 != (size_t) byte_count) in read_backing_store() 219 long file_offset, long byte_count) in write_backing_store() argument 223 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 224 != (size_t) byte_count) in write_backing_store()
|
D | jmemmac.c | 156 long file_offset, long byte_count) in read_backing_store() argument 158 long bytes = byte_count; in read_backing_store() 166 if ( retVal != noErr || bytes != byte_count ) in read_backing_store() 174 long file_offset, long byte_count) in write_backing_store() argument 176 long bytes = byte_count; in write_backing_store() 184 if ( retVal != noErr || bytes != byte_count ) in write_backing_store()
|
D | jmem-ashmem.c | 97 long file_offset, long byte_count) in read_backing_store() argument 99 memmove(buffer_address, info->addr + file_offset, byte_count); in read_backing_store() 106 long file_offset, long byte_count) in write_backing_store() argument 108 memmove(info->addr + file_offset, buffer_address, byte_count); in write_backing_store()
|
D | jmemsys.h | 144 long file_offset, long byte_count)); 148 long file_offset, long byte_count));
|
D | jmemmgr.c | 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 708 byte_count = rows * bytesperrow; in do_sarray_io() 712 file_offset, byte_count); in do_sarray_io() 716 file_offset, byte_count); in do_sarray_io() 717 file_offset += byte_count; in do_sarray_io() 726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 741 byte_count = rows * bytesperrow; in do_barray_io() 745 file_offset, byte_count); in do_barray_io() 749 file_offset, byte_count); in do_barray_io() 750 file_offset += byte_count; in do_barray_io()
|
/external/jpeg/ |
D | jmemdos.c | 245 long file_offset, long byte_count) in read_file_store() argument 250 if (byte_count > 65535L) /* safety check */ in read_file_store() 253 (unsigned short) byte_count)) in read_file_store() 261 long file_offset, long byte_count) in write_file_store() argument 266 if (byte_count > 65535L) /* safety check */ in write_file_store() 269 (unsigned short) byte_count)) in write_file_store() 335 long file_offset, long byte_count) in read_xms_store() argument 345 spec.length = byte_count & (~ 1L); in read_xms_store() 357 if (ODD(byte_count)) { in read_xms_store() 359 file_offset + byte_count - 1L, 2L); in read_xms_store() [all …]
|
D | jmemansi.c | 99 long file_offset, long byte_count) in read_backing_store() argument 103 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 104 != (size_t) byte_count) in read_backing_store() 112 long file_offset, long byte_count) in write_backing_store() argument 116 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 117 != (size_t) byte_count) in write_backing_store()
|
D | jmem-android.c | 101 long file_offset, long byte_count) in read_backing_store() argument 105 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 106 != (size_t) byte_count) in read_backing_store() 114 long file_offset, long byte_count) in write_backing_store() argument 118 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 119 != (size_t) byte_count) in write_backing_store()
|
D | jmemname.c | 206 long file_offset, long byte_count) in read_backing_store() argument 210 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store() 211 != (size_t) byte_count) in read_backing_store() 219 long file_offset, long byte_count) in write_backing_store() argument 223 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store() 224 != (size_t) byte_count) in write_backing_store()
|
D | jmemmac.c | 156 long file_offset, long byte_count) in read_backing_store() argument 158 long bytes = byte_count; in read_backing_store() 166 if ( retVal != noErr || bytes != byte_count ) in read_backing_store() 174 long file_offset, long byte_count) in write_backing_store() argument 176 long bytes = byte_count; in write_backing_store() 184 if ( retVal != noErr || bytes != byte_count ) in write_backing_store()
|
D | jmem-ashmem.c | 98 long file_offset, long byte_count) in read_backing_store() argument 100 memmove(buffer_address, info->addr + file_offset, byte_count); in read_backing_store() 107 long file_offset, long byte_count) in write_backing_store() argument 109 memmove(info->addr + file_offset, buffer_address, byte_count); in write_backing_store()
|
D | jmemsys.h | 144 long file_offset, long byte_count)); 148 long file_offset, long byte_count));
|
D | jmemmgr.c | 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local 708 byte_count = rows * bytesperrow; in do_sarray_io() 712 file_offset, byte_count); in do_sarray_io() 716 file_offset, byte_count); in do_sarray_io() 717 file_offset += byte_count; in do_sarray_io() 726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local 741 byte_count = rows * bytesperrow; in do_barray_io() 745 file_offset, byte_count); in do_barray_io() 749 file_offset, byte_count); in do_barray_io() 750 file_offset += byte_count; in do_barray_io()
|
/external/chromium/net/socket/ |
D | client_socket.cc | 20 NetLogBytesTransferredParameter(int byte_count, const char* bytes); 31 int byte_count, const char* transferred_bytes) in NetLogBytesTransferredParameter() argument 32 : byte_count_(byte_count), in NetLogBytesTransferredParameter() 35 hex_encoded_bytes_ = base::HexEncode(transferred_bytes, byte_count); in NetLogBytesTransferredParameter() 149 int byte_count, in LogByteTransfer() argument 153 params = new NetLogBytesTransferredParameter(byte_count, bytes); in LogByteTransfer() 155 params = new NetLogBytesTransferredParameter(byte_count, NULL); in LogByteTransfer()
|
D | client_socket.h | 134 int byte_count, char* bytes) const;
|
/external/openssl/ssl/ |
D | bio_ssl.c | 81 unsigned long byte_count; member 176 sb->byte_count+=ret; in ssl_read() 177 if (sb->byte_count > sb->renegotiate_count) in ssl_read() 179 sb->byte_count=0; in ssl_read() 251 bs->byte_count+=ret; in ssl_write() 252 if (bs->byte_count > bs->renegotiate_count) in ssl_write() 254 bs->byte_count=0; in ssl_write() 451 ((BIO_SSL *)dbio->ptr)->byte_count= in ssl_ctrl() 452 ((BIO_SSL *)b->ptr)->byte_count; in ssl_ctrl()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager.h | 305 int byte_count); 345 int byte_count) 349 byte_count(byte_count) {} 359 int byte_count;
|
/external/chromium/net/url_request/ |
D | url_request_job_tracker.cc | 57 int byte_count) { in OnBytesRead() argument 59 OnBytesRead(job, buf, byte_count)); in OnBytesRead()
|
D | url_request_job_tracker.h | 58 int byte_count) = 0; 85 void OnBytesRead(URLRequestJob* job, const char* buf, int byte_count);
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_netlog_observer.cc | 205 int byte_count = 0; in OnAddSocketEntry() local 211 if (!dValue->GetInteger("byte_count", &byte_count)) in OnAddSocketEntry() 214 encoded_data_length_it->second += byte_count; in OnAddSocketEntry()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t2t_ndef.c | 2158 UINT16 byte_count = 0; in rw_t2t_get_lock_bits_for_segment() local 2181 byte_count = T2T_STATIC_SIZE; in rw_t2t_get_lock_bits_for_segment() 2190 while ( (byte_count <= lower_offset) in rw_t2t_get_lock_bits_for_segment() 2198 if (((bytes_locked_per_bit * num_bits) + byte_count) <= lower_offset) in rw_t2t_get_lock_bits_for_segment() 2201 byte_count += bytes_locked_per_bit * num_bits; in rw_t2t_get_lock_bits_for_segment() 2209 byte_count += bytes_locked_per_bit; in rw_t2t_get_lock_bits_for_segment() 2210 if (byte_count > lower_offset) in rw_t2t_get_lock_bits_for_segment() 2228 while ( (byte_count < upper_offset) in rw_t2t_get_lock_bits_for_segment() 2236 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset) in rw_t2t_get_lock_bits_for_segment() 2239 byte_count += bytes_locked_per_bit * (num_bits - bit_count); in rw_t2t_get_lock_bits_for_segment() [all …]
|
D | rw_t1t_ndef.c | 2009 UINT16 byte_count = T1T_SEGMENT_SIZE; in rw_t1t_get_lock_bits_for_segment() local 2029 while ( (byte_count <= lower_offset) in rw_t1t_get_lock_bits_for_segment() 2038 if (bytes_locked_per_bit * num_bits + byte_count <= lower_offset) in rw_t1t_get_lock_bits_for_segment() 2040 byte_count += bytes_locked_per_bit * num_bits; in rw_t1t_get_lock_bits_for_segment() 2049 byte_count += bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment() 2050 if (byte_count > lower_offset) in rw_t1t_get_lock_bits_for_segment() 2067 while ( (byte_count < upper_offset) in rw_t1t_get_lock_bits_for_segment() 2077 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset) in rw_t1t_get_lock_bits_for_segment() 2079 byte_count += bytes_locked_per_bit * (num_bits - bit_count); in rw_t1t_get_lock_bits_for_segment() 2091 byte_count += bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment() [all …]
|