Home
last modified time | relevance | path

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

12345678910>>...22

/external/freetype/src/pshinter/
Dpshrec.c50 FT_Memory memory ) in ps_hint_table_done()
62 FT_Memory memory ) in ps_hint_table_ensure()
82 FT_Memory memory, in ps_hint_table_alloc()
124 FT_Memory memory ) in ps_mask_done()
137 FT_Memory memory ) in ps_mask_ensure()
186 FT_Memory memory ) in ps_mask_set_bit()
212 FT_Memory memory ) in ps_mask_table_done()
231 FT_Memory memory ) in ps_mask_table_ensure()
251 FT_Memory memory, in ps_mask_table_alloc()
283 FT_Memory memory, in ps_mask_table_last()
[all …]
/external/webrtc/rtc_base/
Dbyte_order.h101 inline void Set8(void* memory, size_t offset, uint8_t v) { in Set8()
102 static_cast<uint8_t*>(memory)[offset] = v; in Set8() local
105 inline uint8_t Get8(const void* memory, size_t offset) { in Get8()
109 inline void SetBE16(void* memory, uint16_t v) { in SetBE16()
113 inline void SetBE32(void* memory, uint32_t v) { in SetBE32()
117 inline void SetBE64(void* memory, uint64_t v) { in SetBE64()
121 inline uint16_t GetBE16(const void* memory) { in GetBE16()
125 inline uint32_t GetBE32(const void* memory) { in GetBE32()
129 inline uint64_t GetBE64(const void* memory) { in GetBE64()
133 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()
302 FT_Memory memory; in FT_New_Memory() local
324 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
296 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.c194 FT_Memory memory; in FT_Stream_New() local
262 FT_Memory memory = stream->memory; in FT_Stream_Free() local
301 FT_Memory memory = driver->root.memory; in ft_glyphslot_init() local
329 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() local
517 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() local
568 FT_Memory memory = driver->root.memory; in ft_glyphslot_done() local
601 FT_Memory memory; in FT_New_GlyphSlot() local
653 FT_Memory memory = driver->root.memory; in FT_Done_GlyphSlot() local
1119 destroy_size( FT_Memory memory, in destroy_size()
1142 FT_Memory memory ) in destroy_charmaps()
[all …]
/external/freetype/builds/unix/
Dftsystem.c97 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/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc47 cl_mem memory = clCreateBuffer(context.context(), mem_flags, data_size, in AllocateTensorMemory() local
74 cl_mem memory = in AllocateTensorMemory() local
103 cl_mem memory = in AllocateTensorMemory() local
133 cl_mem memory = in AllocateTensorMemory() local
174 cl_mem memory = in AllocateTensorMemory() local
193 cl_mem memory, DataType data_type, in CreateImageBufferFromBuffer()
217 const TensorDescriptor& descriptor, cl_mem memory, in CreateTensor()
241 cl_mem memory, Tensor* result) { in CreateTensorShared()
258 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWC& shape, in Tensor()
266 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWDC& shape, in Tensor()
[all …]
Dcl_arguments.h154 cl_mem memory; member
158 cl_mem memory; member
162 cl_mem memory; member
166 cl_mem memory; member
170 cl_mem memory; member
174 cl_mem memory; member
/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/swiftshader/src/Common/
DMemory.cpp92 void *memory = allocateRaw(bytes, alignment); in allocate() local
102 void deallocate(void *memory) in deallocate()
113 void clear(uint16_t *memory, uint16_t element, size_t count) in clear()
127 void clear(uint32_t *memory, uint32_t element, size_t count) in clear()
/external/swiftshader/src/System/
DMemory.cpp91 void *memory = allocateRaw(bytes, alignment); in allocate() local
101 void deallocate(void *memory) in deallocate()
112 void clear(uint16_t *memory, uint16_t element, size_t count) in clear()
129 void clear(uint32_t *memory, uint32_t element, size_t count) in clear()
/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/skia/include/gpu/vk/
DGrVkMemoryAllocator.h63 GrVkBackendMemory* memory) { in allocateImageMemory()
83 GrVkBackendMemory* memory) { in allocateBufferMemory()
100 virtual VkResult mapMemory(const GrVkBackendMemory& memory, void** data) { in mapMemory()
116 virtual VkResult flushMemory(const GrVkBackendMemory& memory, VkDeviceSize offset, in flushMemory()
122 virtual VkResult invalidateMemory(const GrVkBackendMemory& memory, VkDeviceSize offset, in invalidateMemory()
/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.cc102 VkDeviceMemory* memory, in AllocateAndBindMemoryToVkBuffer()
140 Result Resource::AllocateMemory(VkDeviceMemory* memory, in AllocateMemory()
155 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory()
165 void Resource::UnMapMemory(VkDeviceMemory memory) { in UnMapMemory()
/external/mesa3d/src/mesa/main/
Dexternalobjects.c265 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 …]
Dexternalobjects.h41 _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/crosvm/devices/src/virtio/
Ddescriptor_utils.rs806 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_test_simple_chain() localVariable
847 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in writer_test_simple_chain() localVariable
888 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_test_incompatible_chain() localVariable
913 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in writer_test_incompatible_chain() localVariable
938 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_failing_io() localVariable
968 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in writer_failing_io() localVariable
998 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shared_chain() localVariable
1047 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shattered_object() localVariable
1088 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in reader_unexpected_eof() localVariable
1118 let memory = GuestMemory::new(&vec![(memory_start_addr, 0x10000)]).unwrap(); in split_border() localVariable
[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
835 FT_Memory memory ) in cff_charset_compute_cids()
885 FT_Memory memory ) in cff_charset_free_cids()
896 FT_Memory memory = stream->memory; in cff_charset_done() local
915 FT_Memory memory = stream->memory; in cff_charset_load() local
1099 FT_Memory memory ) in cff_vstore_done()
[all …]
/external/freetype/src/psaux/
Dpsarrst.c57 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/protobuf/php/ext/google/protobuf/
Dstorage.c41 #define DEREF(memory, type) *(type*)(memory) argument
60 static bool native_slot_is_default(upb_fieldtype_t type, const void* memory) { in native_slot_is_default()
88 void* memory, zval* value PHP_PROTO_TSRMLS_DC) { in native_slot_set()
162 const zend_class_entry* klass, void* memory, in native_slot_set_by_array()
220 void* memory, zval* value TSRMLS_DC) { in native_slot_set_by_map()
276 void native_slot_init(upb_fieldtype_t type, void* memory, CACHED_VALUE* cache) { in native_slot_init()
311 void native_slot_get(upb_fieldtype_t type, const void* memory, in native_slot_get()
388 void native_slot_get_by_array(upb_fieldtype_t type, const void* memory, in native_slot_get_by_array()
420 void native_slot_get_by_map_key(upb_fieldtype_t type, const void* memory, in native_slot_get_by_map_key()
433 void native_slot_get_by_map_value(upb_fieldtype_t type, const void* memory, in native_slot_get_by_map_value()
[all …]
/external/libchrome/base/test/
Dtest_shared_memory_util.cc95 mach_vm_address_t memory; in CheckReadOnlySharedMemoryMachPort() local
110 void* memory = in CheckReadOnlySharedMemoryWindowsHandle() local
171 void* memory = nullptr; in MapAtForTesting() local

12345678910>>...22