/external/jpeg/ |
H A D | jmemansi.c | 99 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 D | jmem-android.c | 101 long file_offset, long byte_count) 105 if (JFREAD(info->temp_file, buffer_address, byte_count) 106 != (size_t) byte_count) 114 long file_offset, long byte_count) 118 if (JFWRITE(info->temp_file, buffer_address, byte_count) 119 != (size_t) byte_count) 99 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument 112 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
|
H A D | jmemmac.c | 156 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 D | jmemname.c | 206 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 D | jmem-ashmem.c | 98 long file_offset, long byte_count) 100 memmove(buffer_address, info->addr + file_offset, byte_count); 107 long file_offset, long byte_count) 109 memmove(info->addr + file_offset, buffer_address, byte_count); 96 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument 105 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
|
H A D | jmemdos.c | 245 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 D | jmemsys.h | 144 long file_offset, long byte_count)); 148 long file_offset, long byte_count));
|
H A D | jmemmgr.c | 693 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...] |
/external/chromium/net/url_request/ |
H A D | url_request_job_tracker.cc | 54 int byte_count) { 56 OnBytesRead(job, byte_count)); 53 OnBytesRead(URLRequestJob* job, int byte_count) argument
|
H A D | url_request_job_tracker.h | 48 virtual void OnBytesRead(URLRequestJob* job, int byte_count) = 0; 77 void OnBytesRead(URLRequestJob* job, int byte_count);
|
/external/openssl/ssl/ |
H A D | bio_ssl.c | 81 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; 447 ((BIO_SSL *)dbio->ptr)->byte_count= 448 ((BIO_SSL *)b->ptr)->byte_count;
|
/external/kernel-headers/original/linux/ |
H A D | msm_audio.h | 53 uint32_t byte_count; member in struct:msm_audio_stats
|
/external/dbus/dbus/ |
H A D | dbus-sha.c | 280 #define swap_words(buffer, byte_count) 284 int byte_count) 286 byte_count /= sizeof (dbus_uint32_t); 287 while (byte_count--) 283 swap_words(dbus_uint32_t *buffer, int byte_count) argument
|
/external/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1011 /* byte_count :: The size of the frame in bytes. */ 1018 /* followed by FT_FRAME_ENTER(byte_count) with the loader's stream, */ 1026 FT_UInt byte_count );
|
/external/freetype/src/truetype/ |
H A D | ttgload.c | 288 FT_UInt byte_count ) 300 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( byte_count ) )
|