/external/elfutils/0.153/libdwfl/ |
D | image-header.c | 82 void *mapped, size_t mapped_size) in __libdw_image_header() argument 84 if (likely (mapped_size > H_END)) in __libdw_image_header() 112 if (offset > H_END && offset < mapped_size in __libdw_image_header() 113 && mapped_size - offset >= length) in __libdw_image_header()
|
D | open.c | 80 const size_t mapped_size = (*elf)->maximum_size; in decompress() local 81 if (mapped_size == 0) in decompress() 84 error = __libdw_gunzip (fd, offset, mapped, mapped_size, &buffer, &size); in decompress() 86 error = __libdw_bunzip2 (fd, offset, mapped, mapped_size, &buffer, &size); in decompress() 88 error = __libdw_unlzma (fd, offset, mapped, mapped_size, &buffer, &size); in decompress()
|
D | gzip.c | 100 void *mapped, size_t mapped_size, in unzip() argument 128 if (input_pos == (off_t) mapped_size) in unzip() 166 mapped_size = n; in unzip() 171 input_pos = mapped_size = *whole_size; in unzip() 176 (mapped_size <= sizeof magic || memcmp (mapped, magic, sizeof magic - 1)) in unzip() 193 z_stream z = { .next_in = mapped, .avail_in = mapped_size }; in unzip()
|
D | libdwflP.h | 390 void *mapped, size_t mapped_size, 394 void *mapped, size_t mapped_size, 398 void *mapped, size_t mapped_size, 404 void *mapped, size_t mapped_size)
|
/external/chromium_org/content/renderer/media/ |
D | rtc_video_encoder.cc | 258 output_buffers_[bitstream_buffer_id]->mapped_size())); in UseOutputBitstreamBufferId() 328 i, output_buffers_[i]->handle(), output_buffers_[i]->mapped_size())); in RequireBitstreamBuffers() 351 if (payload_size > output_buffer->mapped_size()) { in BitstreamBufferReady() 370 output_buffer->mapped_size())); in BitstreamBufferReady() 444 input_buffer->mapped_size(), in EncodeOneFrame()
|
/external/chromium_org/base/memory/ |
D | shared_memory_unittest.cc | 217 EXPECT_GE(memory1.mapped_size(), kDataSize); in TEST() 220 EXPECT_LT(memory1.mapped_size(), in TEST() 242 EXPECT_GE(memory2.mapped_size(), kDataSize); in TEST() 245 EXPECT_LT(memory2.mapped_size(), in TEST() 428 EXPECT_EQ(0, munmap(writable, readonly_shmem.mapped_size())); in TEST()
|
D | shared_memory.h | 184 size_t mapped_size() const { return mapped_size_; } in mapped_size() function
|
/external/qemu/android/utils/ |
D | mapfile.c | 154 size_t* mapped_size) in mapfile_map() argument 231 *mapped_size = size; in mapfile_map()
|
D | mapfile.h | 119 size_t* mapped_size);
|
/external/chromium_org/media/cast/video_sender/ |
D | external_video_encoder.cc | 208 if (payload_size > output_buffer->mapped_size()) { in BitstreamBufferReady() 269 output_buffers_[bitstream_buffer_id]->mapped_size())); in BitstreamBufferReady() 297 output_buffers_[i]->mapped_size())); in ReceivedSharedMemory()
|
/external/chromium_org/ui/surface/ |
D | transport_dib_win.cc | 98 size_ = shared_memory_.mapped_size(); in Map()
|
D | transport_dib_posix.cc | 80 size_ = shared_memory_.mapped_size(); in Map()
|
/external/chromium_org/content/child/ |
D | child_shared_bitmap_manager.cc | 83 mem->mapped_size(), handle_to_send, id)); in GetBitmapForSharedMemory()
|
/external/chromium_org/content/common/gpu/media/ |
D | android_video_encode_accelerator.cc | 394 RETURN_ON_FAILURE(size <= shm->mapped_size(), in DequeueOutput() 396 << shm->mapped_size(), in DequeueOutput()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | video_capture_buffer_pool.cc | 58 *size = buffer->shared_memory.mapped_size(); in GetBufferInfo()
|
/external/chromium_org/ppapi/proxy/ |
D | video_decoder_resource.cc | 165 available_shm_buffers_.back()->shm->mapped_size() < size) { in Decode() 216 available_shm_buffers_.back()->shm->mapped_size() >= size); in Decode()
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.cc | 849 uint32_t mapped_size = 0; in GetMappedBuffer() local 850 if (!enter.object()->Describe(&mapped_size) || !mapped_size) { in GetMappedBuffer()
|