Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/external/freetype/src/pshinter/
Dpshrec.c50 FT_Memory memory ) in ps_hint_table_done()
62 FT_Memory memory ) in ps_hint_table_ensure()
80 FT_Memory memory, in ps_hint_table_alloc()
119 FT_Memory memory ) in ps_mask_done()
132 FT_Memory memory ) in ps_mask_ensure()
166 FT_Memory memory ) in ps_mask_set_bit()
192 FT_Memory memory ) in ps_mask_table_done()
211 FT_Memory memory ) in ps_mask_table_ensure()
231 FT_Memory memory, in ps_mask_table_alloc()
267 FT_Memory memory, in ps_mask_table_last()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc51 cl_mem memory = in AllocateTensorMemoryInternal() local
80 cl_mem memory = in AllocateTensorMemoryInternal() local
110 cl_mem memory = in AllocateTensorMemoryInternal() local
141 cl_mem memory = in AllocateTensorMemoryInternal() local
185 cl_mem memory = in AllocateTensorMemoryInternal() local
204 cl_mem memory, DataType data_type, in CreateImageBufferFromBuffer()
227 absl::Status CreateImage2DFromBuffer(const CLContext& context, cl_mem memory, in CreateImage2DFromBuffer()
264 Tensor::Tensor(cl_mem memory, bool memory_owner, in Tensor()
271 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor()
392 CLMemory memory; in CreateFromDescriptor() local
[all …]
Dcl_arguments.h129 cl_mem memory; member
133 cl_mem memory; member
137 cl_mem memory; member
141 cl_mem memory; member
145 cl_mem memory; member
149 cl_mem memory; member
/external/webrtc/rtc_base/
Dbyte_order.h103 inline void Set8(void* memory, size_t offset, uint8_t v) { in Set8()
104 static_cast<uint8_t*>(memory)[offset] = v; in Set8() local
107 inline uint8_t Get8(const void* memory, size_t offset) { in Get8()
111 inline void SetBE16(void* memory, uint16_t v) { in SetBE16()
116 inline void SetBE32(void* memory, uint32_t v) { in SetBE32()
121 inline void SetBE64(void* memory, uint64_t v) { in SetBE64()
126 inline uint16_t GetBE16(const void* memory) { in GetBE16()
132 inline uint32_t GetBE32(const void* memory) { in GetBE32()
138 inline uint64_t GetBE64(const void* memory) { in GetBE64()
144 inline void SetLE16(void* memory, uint16_t v) { in SetLE16()
[all …]
/external/freetype/builds/vms/
Dftsystem.c96 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/
Dftsystem.c71 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()
307 FT_Memory memory; in FT_New_Memory() local
329 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
Dfthash.c132 FT_Memory memory ) in hash_rehash()
167 FT_Memory memory ) in hash_init()
196 FT_Memory memory ) in ft_hash_str_init()
204 FT_Memory memory ) in ft_hash_num_init()
212 FT_Memory memory ) in ft_hash_str_free()
236 FT_Memory memory ) in hash_insert()
274 FT_Memory memory ) in ft_hash_str_insert()
289 FT_Memory memory ) in ft_hash_num_insert()
Dftgloadr.c69 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
209 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() local
312 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs() local
Dftutil.c49 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc()
65 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc()
91 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc()
113 ft_mem_qrealloc( FT_Memory memory, in ft_mem_qrealloc()
169 ft_mem_free( FT_Memory memory, in ft_mem_free()
178 ft_mem_dup( FT_Memory memory, in ft_mem_dup()
196 ft_mem_strdup( FT_Memory memory, in ft_mem_strdup()
414 FT_Memory memory, in FT_List_Finalize()
Dftobjs.c200 FT_Memory memory; in FT_Stream_New() local
276 FT_Memory memory = stream->memory; in FT_Stream_Free() local
315 FT_Memory memory = driver->root.memory; in ft_glyphslot_init() local
356 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() local
555 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() local
603 FT_Memory memory = slot->face->memory; in ft_glyphslot_clear() local
629 FT_Memory memory = driver->root.memory; in ft_glyphslot_done() local
680 FT_Memory memory; in FT_New_GlyphSlot() local
732 FT_Memory memory = driver->root.memory; in FT_Done_GlyphSlot() local
1248 destroy_size( FT_Memory memory, in destroy_size()
[all …]
/external/freetype/builds/unix/
Dftsystem.c108 ft_alloc( FT_Memory memory, in ft_alloc()
142 ft_realloc( FT_Memory memory, in ft_realloc()
170 ft_free( FT_Memory memory, in ft_free()
405 FT_Memory memory; in FT_New_Memory() local
427 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
/external/armnn/src/armnnTestUtils/
DTensorCopyUtils.cpp10 void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory) in CopyDataToITensorHandle()
15 void CopyDataFromITensorHandle(void* memory, const armnn::ITensorHandle* tensorHandle) in CopyDataFromITensorHandle()
20 void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory) in AllocateAndCopyDataToITensorHandle()
/external/freetype/builds/amiga/src/base/
Dftsystem.c89 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/rust/android-crates-io/crates/virtio-queue/src/
Ddescriptor_utils.rs436 let memory: GuestMemoryMmap = in reader_test_inv_desc_addr() localVariable
462 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_test_simple_chain() localVariable
502 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_test_simple_chain() localVariable
542 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_test_incompatible_chain() localVariable
561 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_test_incompatible_chain() localVariable
580 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shared_chain() localVariable
627 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shattered_object() localVariable
664 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_unexpected_eof() localVariable
692 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in split_border() localVariable
725 let memory = GuestMemoryMmap::from_ranges(&[(memory_start_addr, 0x10000)]).unwrap(); in split_middle() localVariable
[all …]
/external/tensorflow/tensorflow/core/lib/core/
Darena_test.cc50 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/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory_test.cc51 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/deqp-deps/amber/src/vulkan/
Dresource.cc103 VkDeviceMemory* memory, in AllocateAndBindMemoryToVkBuffer()
141 Result Resource::AllocateMemory(VkDeviceMemory* memory, in AllocateMemory()
168 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory()
178 void Resource::UnMapMemory(VkDeviceMemory memory) { in UnMapMemory()
/external/mesa3d/src/mesa/main/
Dexternalobjects.c305 lookup_memory_object_err(struct gl_context *ctx, unsigned memory, in lookup_memory_object_err()
332 GLsizei depth, GLuint memory, GLuint64 offset, in texstorage_memory()
377 GLuint memory, GLuint64 offset, const char* func) in texstorage_memory_ms()
408 GLsizei depth, GLuint memory, GLuint64 offset, in texturestorage_memory()
453 GLuint memory, GLuint64 offset, const char* func) in texturestorage_memory_ms()
484 GLuint memory, in _mesa_TexStorageMem2DEXT()
498 GLuint memory, in _mesa_TexStorageMem2DMultisampleEXT()
513 GLuint memory, in _mesa_TexStorageMem3DEXT()
528 GLuint memory, in _mesa_TexStorageMem3DMultisampleEXT()
542 GLuint memory, in _mesa_TextureStorageMem2DEXT()
[all …]
/external/freetype/src/cff/
Dcffload.c240 FT_Memory memory = stream->memory; in cff_index_init() local
328 FT_Memory memory = stream->memory; in cff_index_done() local
345 FT_Memory memory = stream->memory; in cff_index_load_offsets() local
411 FT_Memory memory = idx->stream->memory; in cff_index_get_pointers() local
621 FT_Memory memory; in cff_index_get_name() local
833 FT_Memory memory ) in cff_charset_compute_cids()
883 FT_Memory memory ) in cff_charset_free_cids()
894 FT_Memory memory = stream->memory; in cff_charset_done() local
913 FT_Memory memory = stream->memory; in cff_charset_load() local
1096 FT_Memory memory ) in cff_vstore_done()
[all …]
/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs844 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_test_simple_chain() localVariable
885 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_test_simple_chain() localVariable
926 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_test_incompatible_chain() localVariable
951 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_test_incompatible_chain() localVariable
976 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_failing_io() localVariable
1007 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_failing_io() localVariable
1037 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shared_chain() localVariable
1085 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shattered_object() localVariable
1124 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_unexpected_eof() localVariable
1153 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in split_border() localVariable
[all …]
/external/freetype/builds/windows/
Dftsystem.c68 ft_alloc( FT_Memory memory, in ft_alloc()
100 ft_realloc( FT_Memory memory, in ft_realloc()
127 ft_free( FT_Memory memory, in ft_free()
465 FT_Memory memory; in FT_New_Memory() local
490 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
/external/freetype/src/sfnt/
Dsfobjs.c58 FT_Memory memory ) in tt_name_ascii_from_utf16()
93 FT_Memory memory ) in tt_name_ascii_from_other()
136 FT_Memory memory = face->root.memory; in tt_face_get_name() local
348 FT_Memory memory = stream->memory; in sfnt_open_font() local
596 FT_Memory memory = face->root.memory; in sfnt_init_face() local
1068 FT_Memory memory = face->root.memory; in sfnt_load_face() local
1243 FT_Memory memory = face->root.memory; in sfnt_load_face() local
1431 FT_Memory memory; in sfnt_done_face() local
/external/freetype/src/psaux/
Dpsarrst.c57 FT_Memory memory, in cf2_arrstack_init()
77 FT_Memory memory = arrstack->memory; /* for FT_FREE */ in cf2_arrstack_finalize() local
101 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ in cf2_arrstack_setNumElements() local
/external/freetype/src/pfr/
Dpfrload.c457 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_bitmap_info() local
559 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_font_id() local
588 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_stem_snaps() local
632 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_kerning_pairs() local
737 FT_Memory memory, in pfr_aux_name_load()
778 FT_Memory memory ) in pfr_phy_font_done()
827 FT_Memory memory = stream->memory; in pfr_phy_font_load() local
/external/skia/include/gpu/vk/
DVulkanMemoryAllocator.h75 virtual VkResult mapMemory(const skgpu::VulkanBackendMemory& memory, void** data) { in mapMemory()
91 virtual VkResult flushMemory(const skgpu::VulkanBackendMemory& memory, in flushMemory()
100 virtual VkResult invalidateMemory(const skgpu::VulkanBackendMemory& memory, in invalidateMemory()

12345678910>>...32