/aosp_15_r20/external/freetype/src/pshinter/ |
H A D | pshrec.c | 50 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 …]
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | DexFileTest.cpp | 67 MemoryFake memory; in TEST() local 79 MemoryFake memory; in TEST() local 99 MemoryFake memory; in TEST() local 112 MemoryFake memory; in TEST() local 125 MemoryFake memory; in TEST() local 131 MemoryFake memory; in TEST() local 138 MemoryFake memory; in TEST() local 151 MemoryFake memory; in TEST() local 165 MemoryFake memory; in TEST() local 172 MemoryFake memory; in TEST() local [all …]
|
H A D | MapInfoCreateMemoryTest.cpp | 94 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 113 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 182 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 207 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 225 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 248 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 267 auto memory = info->CreateMemory(process_memory_); in TEST_F() local 416 auto memory = map_info->CreateMemory(process_memory_); in TEST_F() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_order.h | 103 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 …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/ |
D | SharedMemoryAndroid.cpp | 81 GeneralResult<Mapping> map(const Memory::Ashmem& memory) { in map() 104 const CompatibilityLayerMemory& memory = loadCompatibilityLayerMemory(); in allocateSharedMemory() local 124 size_t getSize(const Memory::Ashmem& memory) { in getSize() 128 size_t getSize(const Memory::Fd& memory) { in getSize() 132 size_t getSize(const Memory::HardwareBuffer& memory) { in getSize() 145 size_t getSize(const Memory::Unknown& memory) { in getSize() 154 GeneralResult<Mapping> map(const Memory::Fd& memory) { in map() 174 GeneralResult<Mapping> map(const Memory::HardwareBuffer& memory) { in map() 252 size_t getSize(const SharedMemory& memory) { in getSize() 257 bool isAhwbBlob(const Memory::HardwareBuffer& memory) { in isAhwbBlob() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | tensor.cc | 51 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 …]
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftobjs.c | 200 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 …]
|
H A D | fthash.c | 132 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()
|
H A D | ftutil.c | 49 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()
|
H A D | ftrfork.c | 191 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() local 561 FT_Memory memory; in raccess_guess_darwin_ufs_export() local 594 FT_Memory memory; in raccess_guess_darwin_hfsplus() local 630 FT_Memory memory; in raccess_guess_darwin_newvfs() local 662 FT_Memory memory; in raccess_guess_vfat() local 689 FT_Memory memory; in raccess_guess_linux_cap() local 716 FT_Memory memory; in raccess_guess_linux_double() local 747 FT_Memory memory; in raccess_guess_linux_netatalk() local 863 raccess_make_file_name( FT_Memory memory, in raccess_make_file_name()
|
H A D | ftgloadr.c | 69 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
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | descriptor_utils.rs | 837 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_test_simple_chain() localVariable 878 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_test_simple_chain() localVariable 919 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_test_incompatible_chain() localVariable 944 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_test_incompatible_chain() localVariable 969 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_failing_io() localVariable 1000 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in writer_failing_io() localVariable 1030 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shared_chain() localVariable 1078 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_writer_shattered_object() localVariable 1117 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in reader_unexpected_eof() localVariable 1146 let memory = GuestMemory::new(&[(memory_start_addr, 0x10000)]).unwrap(); in split_border() localVariable [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 305 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 …]
|
/aosp_15_r20/external/freetype/src/cff/ |
H A D | cffload.c | 240 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 …]
|
/aosp_15_r20/external/freetype/src/sdf/ |
H A D | ftsdf.c | 205 FT_Memory memory; member 374 FT_Memory memory; member 487 sdf_edge_new( FT_Memory memory, in sdf_edge_new() 513 sdf_edge_done( FT_Memory memory, in sdf_edge_done() 526 sdf_contour_new( FT_Memory memory, in sdf_contour_new() 553 sdf_contour_done( FT_Memory memory, in sdf_contour_done() 581 sdf_shape_new( FT_Memory memory, in sdf_shape_new() 611 FT_Memory memory; in sdf_shape_done() local 655 FT_Memory memory = shape->memory; in sdf_move_to() local 687 FT_Memory memory = shape->memory; in sdf_line_to() local [all …]
|
/aosp_15_r20/external/freetype/src/bdf/ |
H A D | bdflib.c | 247 FT_Memory memory; member 276 FT_Memory memory; member 290 FT_Memory memory ) in bdf_list_init_() 300 FT_Memory memory = list->memory; in bdf_list_done_() local 323 FT_Memory memory = list->memory; in bdf_list_ensure_() local 531 FT_Memory memory = stream->memory; in bdf_readstream_() local 850 FT_Memory memory = font->memory; in bdf_create_property() local 954 FT_Memory memory = font->memory; in bdf_add_comment_() local 985 FT_Memory memory; in bdf_set_default_spacing_() local 1117 FT_Memory memory = font->memory; in bdf_add_property_() local [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | Memory.cpp | 187 RuntimeMemory::RuntimeMemory(SharedMemory memory) : kMemory(std::move(memory)) { in RuntimeMemory() 192 RuntimeMemory::RuntimeMemory(SharedMemory memory, std::unique_ptr<MemoryValidatorBase> validator) in RuntimeMemory() 266 const SharedMemory& memory = runtimeMemory->getMemory(); in copyIBuffers() local 491 std::unique_ptr<RuntimeMemory> memory; in allocate() local 521 auto memory = createSharedMemory(size); in create() local 539 MemoryAshmem::MemoryAshmem(SharedMemory memory, Mapping mapping) in MemoryAshmem() 544 auto memory = createSharedMemoryFromFd(size, prot, fd, offset); in create() local 552 MemoryFd::MemoryFd(SharedMemory memory) : RuntimeMemory(std::move(memory)) {} in MemoryFd() 556 auto memory = createSharedMemoryFromAHWB(const_cast<AHardwareBuffer*>(&ahwb), in create() local 598 auto memory = createSharedMemoryFromAHWB(ahwb, /*takeOWnership=*/true); in create() local [all …]
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.cpp | 89 std::shared_ptr<Memory> memory(new MemoryFake); in PopulateElfFake() local 179 void WriteDescriptor32(MemoryFake* memory, uint64_t addr, uint32_t entry) { in WriteDescriptor32() 191 void WriteDescriptor64(MemoryFake* memory, uint64_t addr, uint64_t entry) { in WriteDescriptor64() 203 void WriteEntry32Pack(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pack() 216 void WriteEntry32Pad(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pad() 231 void WriteEntry64(MemoryFake* memory, uint64_t addr, uint64_t prev, uint64_t next, in WriteEntry64() 245 void PutElfInMemory(MemoryFake* memory, uint64_t offset, uint8_t class_type, uint8_t machine_type, in PutElfInMemory() 319 void PutElfFilesInMemory(MemoryFake* memory, FuzzedDataProvider* data_provider) { in PutElfFilesInMemory() 384 std::shared_ptr<Memory> memory, uint max_library_length, in GetDexFiles()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Endian.h | 58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() 69 [[nodiscard]] inline value_type read(const void *memory) { in read() 76 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext() 85 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext() 91 inline void write(void *memory, value_type value, endianness endian) { in write() 101 inline void write(void *memory, value_type value) { in write() 109 inline void writeNext(CharT *&memory, value_type value, endianness endian) { in writeNext() 116 inline void writeNext(CharT *&memory, value_type value) { in writeNext() 126 [[nodiscard]] inline value_type readAtBitAlignment(const void *memory, in readAtBitAlignment() 161 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/test/ |
H A D | ResilientBufferTest.cpp | 118 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 132 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 147 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 164 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 178 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 192 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 207 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local 224 const nn::SharedMemory memory = std::make_shared<const nn::Memory>(); in TEST() local
|
/aosp_15_r20/external/freetype/src/truetype/ |
H A D | ttgxvar.c | 155 FT_Memory memory = stream->memory; in ft_var_readpackedpoints() local 268 FT_Memory memory = stream->memory; in ft_var_readpackeddeltas() local 360 FT_Memory memory = stream->memory; in ft_var_load_avar() local 502 FT_Memory memory = stream->memory; in tt_var_load_item_variation_store() local 714 FT_Memory memory = stream->memory; in tt_var_load_delta_set_index_mapping() local 865 FT_Memory memory = stream->memory; in ft_var_load_hvvar() local 992 FT_Memory memory = stream->memory; in tt_var_get_item_delta() local 1377 FT_Memory memory = stream->memory; in ft_var_load_mvar() local 1666 FT_Memory memory = stream->memory; in ft_var_load_gvar() local 2015 FT_Memory memory = face->root.memory; in ft_var_to_normalized() local [all …]
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | shared_memory_unittest.cc | 73 SharedMemory memory; in CleanUp() local 80 SharedMemory memory; in ThreadMain() local 259 SharedMemory memory; in TEST_P() local 552 SharedMemory memory; in TEST_P() local 575 SharedMemory memory; in TEST_P() local 786 SharedMemory memory; in CleanUp() local 792 SharedMemory memory; in TaskTestMain() local 822 SharedMemory memory; in TEST_F() local 860 SharedMemory memory; in TEST_P() local 895 SharedMemory memory; in TEST() local [all …]
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device_memory.h | 900 static inline size_t vn_sizeof_vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocat… in vn_sizeof_vkFreeMemory() 915 …vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDeviceMemory memory, const VkA… in vn_encode_vkFreeMemory() 928 static inline size_t vn_sizeof_vkFreeMemory_reply(VkDevice device, VkDeviceMemory memory, const VkA… in vn_sizeof_vkFreeMemory_reply() 940 …de_vkFreeMemory_reply(struct vn_cs_decoder *dec, VkDevice device, VkDeviceMemory memory, const VkA… in vn_decode_vkFreeMemory_reply() 951 static inline size_t vn_sizeof_vkUnmapMemory(VkDevice device, VkDeviceMemory memory) in vn_sizeof_vkUnmapMemory() 963 …ory(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDeviceMemory memory) in vn_encode_vkUnmapMemory() 974 static inline size_t vn_sizeof_vkUnmapMemory_reply(VkDevice device, VkDeviceMemory memory) in vn_sizeof_vkUnmapMemory_reply() 985 …id vn_decode_vkUnmapMemory_reply(struct vn_cs_decoder *dec, VkDevice device, VkDeviceMemory memory) in vn_decode_vkUnmapMemory_reply() 1127 static inline size_t vn_sizeof_vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, … in vn_sizeof_vkGetDeviceMemoryCommitment() 1140 …vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDeviceMemory memory, VkDeviceS… in vn_encode_vkGetDeviceMemoryCommitment() [all …]
|
/aosp_15_r20/external/freetype/builds/amiga/src/base/ |
H A 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()
|
/aosp_15_r20/external/freetype/src/sfnt/ |
H A D | sfobjs.c | 58 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
|