Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmlockall.c28 char *memory = (char *)malloc(memsize); in mlockall_0100() local
52 char *memory = (char *)malloc(memsize); in mlockall_0200() local
71 char *memory = (char *)malloc(memsize); in mlockall_0300() local
Dmunlockall.c28 char *memory = (char *)malloc(memsize); in munlockall_0100() local
53 char *memory = (char *)malloc(memsize); in munlockall_0200() local
/third_party/skia/third_party/externals/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()
402 FT_Memory memory; in FT_New_Memory() local
427 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
/third_party/skia/third_party/externals/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()
/third_party/rust/rust/src/tools/rust-analyzer/crates/profile/src/
Dstop_watch.rs13 memory: Option<MemoryUsage>, field
19 pub memory: Option<MemoryUsage>, field
56 pub fn memory(mut self, yes: bool) -> StopWatch { in memory() method
72 let memory = self.memory.map(|it| MemoryUsage::now() - it); in elapsed() localVariable
/third_party/skia/include/gpu/vk/
DGrVkMemoryAllocator.h64 GrVkBackendMemory* memory) { in allocateImageMemory()
84 GrVkBackendMemory* memory) { in allocateBufferMemory()
101 virtual VkResult mapMemory(const GrVkBackendMemory& memory, void** data) { in mapMemory()
117 virtual VkResult flushMemory(const GrVkBackendMemory& memory, VkDeviceSize offset, in flushMemory()
123 virtual VkResult invalidateMemory(const GrVkBackendMemory& memory, VkDeviceSize offset, in invalidateMemory()
/third_party/vk-gl-cts/external/amber/src/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()
/third_party/rust/rust/tests/ui/allocator/
Dxcrate-use.rs24 let memory = Global.allocate(layout.clone()).unwrap(); in main() localVariable
30 let memory = System.allocate(layout.clone()).unwrap(); in main() localVariable
/third_party/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 …]
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()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DReadOnlySequenceFactory.cs97 public BufferSegment(Memory<byte> memory) in BufferSegment()
102 public BufferSegment Append(Memory<byte> memory) in Append()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dmlock2.c28 char *memory = (char *)malloc(memsize); in mlock2_0100() local
51 char *memory = (char *)malloc(memsize); in mlock2_0200() local
/third_party/skia/m133/include/gpu/vk/
DVulkanMemoryAllocator.h76 virtual VkResult mapMemory(const skgpu::VulkanBackendMemory& memory, void** data) { in mapMemory()
92 virtual VkResult flushMemory(const skgpu::VulkanBackendMemory& memory, in flushMemory()
101 virtual VkResult invalidateMemory(const skgpu::VulkanBackendMemory& memory, in invalidateMemory()
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
Dposix_memalign.c33 void *memory = NULL; in posix_memalign_0100() local
50 void *memory = NULL; in posix_memalign_0200() local
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c460 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_bitmap_info() local
561 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_font_id() local
589 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_stem_snaps() local
633 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_kerning_pairs() local
738 FT_Memory memory, in pfr_aux_name_load()
779 FT_Memory memory ) in pfr_phy_font_done()
828 FT_Memory memory = stream->memory; in pfr_phy_font_load() local

12345678910>>...21