| /external/webrtc/webrtc/base/ |
| D | byteorder.h | 30 inline void Set8(void* memory, size_t offset, uint8_t v) { in Set8() 31 static_cast<uint8_t*>(memory)[offset] = v; in Set8() local 34 inline uint8_t Get8(const void* memory, size_t offset) { in Get8() 38 inline void SetBE16(void* memory, uint16_t v) { in SetBE16() 43 inline void SetBE32(void* memory, uint32_t v) { in SetBE32() 50 inline void SetBE64(void* memory, uint64_t v) { in SetBE64() 61 inline uint16_t GetBE16(const void* memory) { in GetBE16() 65 inline uint32_t GetBE32(const void* memory) { in GetBE32() 72 inline uint64_t GetBE64(const void* memory) { in GetBE64() 83 inline void SetLE16(void* memory, uint16_t v) { in SetLE16() [all …]
|
| /external/webrtc/webrtc/modules/audio_conference_mixer/source/ |
| D | memory_pool_posix.h | 70 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory) in PopMemory() 94 int32_t MemoryPoolImpl<MemoryType>::PushMemory(MemoryType*& memory) in PushMemory() 106 delete memory; in PushMemory() local 132 MemoryType* memory = _memoryPool.front(); in Terminate() local 134 delete memory; in Terminate() local 146 MemoryType* memory = new MemoryType(); in CreateMemory() local
|
| /external/freetype/src/pshinter/ |
| D | pshrec.c | 51 FT_Memory memory ) in ps_hint_table_done() 63 FT_Memory memory ) in ps_hint_table_ensure() 83 FT_Memory memory, in ps_hint_table_alloc() 125 FT_Memory memory ) in ps_mask_done() 138 FT_Memory memory ) in ps_mask_ensure() 187 FT_Memory memory ) in ps_mask_set_bit() 213 FT_Memory memory ) in ps_mask_table_done() 232 FT_Memory memory ) in ps_mask_table_ensure() 252 FT_Memory memory, in ps_mask_table_alloc() 284 FT_Memory memory, in ps_mask_table_last() [all …]
|
| /external/freetype/builds/vms/ |
| D | ftsystem.c | 96 ft_alloc( FT_Memory memory, in ft_alloc() 126 ft_realloc( FT_Memory memory, in ft_realloc() 152 ft_free( FT_Memory memory, in ft_free() 297 FT_Memory memory; in FT_New_Memory() local 319 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
| /external/freetype/src/base/ |
| D | ftsystem.c | 71 ft_alloc( FT_Memory memory, in ft_alloc() 105 ft_realloc( FT_Memory memory, in ft_realloc() 133 ft_free( FT_Memory memory, in ft_free() 302 FT_Memory memory; in FT_New_Memory() local 324 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
| D | fthash.c | 133 FT_Memory memory ) in hash_rehash() 168 FT_Memory memory ) in hash_init() 197 FT_Memory memory ) in ft_hash_str_init() 205 FT_Memory memory ) in ft_hash_num_init() 213 FT_Memory memory ) in ft_hash_str_free() 237 FT_Memory memory ) in hash_insert() 275 FT_Memory memory ) in ft_hash_str_insert() 290 FT_Memory memory ) in ft_hash_num_insert()
|
| D | ftgloadr.c | 70 FT_GlyphLoader_New( FT_Memory memory, in FT_GlyphLoader_New() 107 FT_Memory memory = loader->memory; in FT_GlyphLoader_Reset() local 132 FT_Memory memory = loader->memory; in FT_GlyphLoader_Done() local 169 FT_Memory memory = loader->memory; in FT_GlyphLoader_CreateExtra() local 205 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() local 284 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs() local
|
| D | ftutil.c | 50 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc() 66 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc() 92 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc() 114 ft_mem_qrealloc( FT_Memory memory, in ft_mem_qrealloc() 170 ft_mem_free( FT_Memory memory, in ft_mem_free() 179 ft_mem_dup( FT_Memory memory, in ft_mem_dup() 197 ft_mem_strdup( FT_Memory memory, in ft_mem_strdup() 415 FT_Memory memory, in FT_List_Finalize()
|
| /external/freetype/builds/unix/ |
| D | ftsystem.c | 97 ft_alloc( FT_Memory memory, in ft_alloc() 127 ft_realloc( FT_Memory memory, in ft_realloc() 153 ft_free( FT_Memory memory, in ft_free() 389 FT_Memory memory; in FT_New_Memory() local 411 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
| /external/freetype/builds/amiga/src/base/ |
| D | ftsystem.c | 89 APTR memory ) in Free_VecPooled() 141 ft_alloc( FT_Memory memory, in ft_alloc() 173 ft_realloc( FT_Memory memory, in ft_realloc() 213 ft_free( FT_Memory memory, in ft_free() 477 FT_Memory memory; in FT_New_Memory() local 515 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
| /external/swiftshader/src/System/ |
| D | Memory.cpp | 112 void *memory = allocateRaw(bytes, alignment); in allocate() local 122 void deallocate(void *memory) in deallocate() 137 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() 154 void clear(uint32_t *memory, uint32_t element, size_t count) in clear()
|
| /external/swiftshader/src/Common/ |
| D | Memory.cpp | 110 void *memory = allocateRaw(bytes, alignment); in allocate() local 120 void deallocate(void *memory) in deallocate() 135 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() 149 void clear(uint32_t *memory, uint32_t element, size_t count) in clear()
|
| /external/tensorflow/tensorflow/core/lib/core/ |
| D | arena_test.cc | 50 char* memory = a.Alloc(100); in TEST() local 78 char* memory = a.Alloc(1024); in TEST() local 94 char* memory = a.Alloc(768); in TEST() local 108 char* memory = a.Alloc(10240); in TEST() local
|
| /external/deqp-deps/amber/src/vulkan/ |
| D | resource.cc | 103 VkDeviceMemory* memory, in AllocateAndBindMemoryToVkBuffer() 141 Result Resource::AllocateMemory(VkDeviceMemory* memory, in AllocateMemory() 156 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory() 166 void Resource::UnMapMemory(VkDeviceMemory memory) { in UnMapMemory()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | tensor.cc | 30 Status CreateImageBufferFromBuffer(const CLContext& context, cl_mem memory, in CreateImageBufferFromBuffer() 56 cl_mem memory, Tensor* result) { in CreateTensor() 79 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWC& shape, in Tensor() 87 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWDC& shape, in Tensor() 95 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor() 103 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor() 402 cl_mem memory, const BHWC& shape, in CreateSharedTensor() 409 cl_mem memory, const BHWDC& shape, in CreateSharedTensor() 433 cl_mem memory = clCreateBuffer(context.context(), CL_MEM_READ_WRITE, in AllocateTensorMemory() local 460 cl_mem memory = CreateImage2DLegacy(context.context(), CL_MEM_READ_WRITE, in AllocateTensorMemory() local [all …]
|
| D | gl_interop.cc | 95 CLContext* context, CLMemory* memory) { in CreateClMemoryFromGlBuffer() 110 CLMemory* memory) { in CreateClMemoryFromGlTexture() 131 Status AcquiredGlObjects::Acquire(const std::vector<cl_mem>& memory, in Acquire() 184 void GlInteropFabric::RegisterMemory(cl_mem memory) { in RegisterMemory() 188 void GlInteropFabric::UnregisterMemory(cl_mem memory) { in UnregisterMemory()
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| D | graph_memory_test.cc | 51 GraphMemory memory(item); in TEST_F() local 79 GraphMemory memory(item); in TEST_F() local 106 GraphMemory memory(item); in TEST_F() local 145 GraphMemory memory(item); in TEST_F() local 173 GraphMemory memory(item); in TEST_F() local 209 GraphMemory memory(item); in TEST_F() local
|
| /external/mesa3d/src/mesa/main/ |
| D | externalobjects.c | 265 lookup_memory_object_err(struct gl_context *ctx, unsigned memory, in lookup_memory_object_err() 292 GLsizei depth, GLuint memory, GLuint64 offset, in texstorage_memory() 322 GLuint memory, GLuint64 offset, const char* func) in texstorage_memory_ms() 353 GLsizei depth, GLuint memory, GLuint64 offset, in texturestorage_memory() 383 GLuint memory, GLuint64 offset, const char* func) in texturestorage_memory_ms() 414 GLuint memory, in _mesa_TexStorageMem2DEXT() 428 GLuint memory, in _mesa_TexStorageMem2DMultisampleEXT() 443 GLuint memory, in _mesa_TexStorageMem3DEXT() 458 GLuint memory, in _mesa_TexStorageMem3DMultisampleEXT() 472 GLuint memory, in _mesa_TextureStorageMem2DEXT() [all …]
|
| D | externalobjects.h | 41 _mesa_lookup_memory_object(struct gl_context *ctx, GLuint memory) in _mesa_lookup_memory_object() 51 _mesa_lookup_memory_object_locked(struct gl_context *ctx, GLuint memory) in _mesa_lookup_memory_object_locked()
|
| /external/v8/src/zone/ |
| D | accounting-allocator.cc | 36 VirtualMemory memory(platform_allocator, ZoneCompression::kReservationSize, in ReserveAddressSpace() local 70 VirtualMemory memory = ReserveAddressSpace(platform_page_allocator); in AccountingAllocator() local 81 void* memory; in AllocateSegment() local
|
| /external/freetype/src/psaux/ |
| D | psarrst.c | 57 FT_Memory memory, in cf2_arrstack_init() 78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ in cf2_arrstack_finalize() local 102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ in cf2_arrstack_setNumElements() local
|
| /external/freetype/src/cff/ |
| D | cffload.c | 241 FT_Memory memory = stream->memory; in cff_index_init() local 329 FT_Memory memory = stream->memory; in cff_index_done() local 346 FT_Memory memory = stream->memory; in cff_index_load_offsets() local 412 FT_Memory memory = idx->stream->memory; in cff_index_get_pointers() local 615 FT_Memory memory; in cff_index_get_name() local 829 FT_Memory memory ) in cff_charset_compute_cids() 879 FT_Memory memory ) in cff_charset_free_cids() 890 FT_Memory memory = stream->memory; in cff_charset_done() local 909 FT_Memory memory = stream->memory; in cff_charset_load() local 1093 FT_Memory memory ) in cff_vstore_done() [all …]
|
| /external/libchrome/base/test/ |
| D | test_shared_memory_util.cc | 95 mach_vm_address_t memory; in CheckReadOnlySharedMemoryMachPort() local 110 void* memory = in CheckReadOnlySharedMemoryWindowsHandle() local 171 void* memory = nullptr; in MapAtForTesting() local
|
| /external/skqp/tests/ |
| D | MallocPixelRefTest.cpp | 54 SkAutoMalloc memory(size); in DEF_TEST() local 75 SkAutoMalloc memory(size); in DEF_TEST() local 89 SkAutoMalloc memory(size); in DEF_TEST() local
|
| /external/v8/src/heap/ |
| D | memory-chunk-layout.cc | 39 size_t memory = ObjectEndOffsetInCodePage() - ObjectStartOffsetInCodePage(); in AllocatableMemoryInCodePage() local 56 size_t memory = MemoryChunk::kPageSize - ObjectStartOffsetInDataPage(); in AllocatableMemoryInDataPage() local
|