/external/jpeg/ |
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)
|
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);
|
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 is odd. We don't expect this to be common [all...] |
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)
|
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)
|
/external/qemu/distrib/jpeg-6b/ |
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)
|
jmem-ashmem.c | 97 long file_offset, long byte_count) 99 memmove(buffer_address, info->addr + file_offset, byte_count); 106 long file_offset, long byte_count) 108 memmove(info->addr + file_offset, buffer_address, byte_count);
|
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 is odd. We don't expect this to be common [all...] |
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)
|
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)
|
/bionic/libc/bionic/ |
ThreadLocalBuffer.h | 50 #define LOCAL_INIT_THREAD_LOCAL_BUFFER(type, name, byte_count) \ 54 name ## _buffer = reinterpret_cast<type>(malloc(byte_count)); \ 57 const size_t name ## _buffer_size = byte_count
|
/external/chromium/net/socket/ |
client_socket.cc | 20 NetLogBytesTransferredParameter(int byte_count, const char* bytes); 31 int byte_count, const char* transferred_bytes) 32 : byte_count_(byte_count), 35 hex_encoded_bytes_ = base::HexEncode(transferred_bytes, byte_count); 42 dict->SetInteger("byte_count", byte_count_); 149 int byte_count, 153 params = new NetLogBytesTransferredParameter(byte_count, bytes); 155 params = new NetLogBytesTransferredParameter(byte_count, NULL);
|
/external/chromium/net/url_request/ |
url_request_job_tracker.cc | 57 int byte_count) { 59 OnBytesRead(job, buf, byte_count));
|
url_request_job_tracker.h | 53 // the given job. |byte_count| is the number of bytes for that 58 int byte_count) = 0; 85 void OnBytesRead(URLRequestJob* job, const char* buf, int byte_count);
|
/development/ndk/platforms/android-3/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
msm_audio.h | 47 uint32_t byte_count; member in struct:msm_audio_stats
|