| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| D | pshrec.c | 50 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/ |
| 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()
|
| /third_party/skia/third_party/externals/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 | 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()
|
| 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 296 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs() local
|
| 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()
|
| /third_party/skia/third_party/externals/freetype/builds/unix/ |
| D | ftsystem.c | 108 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/ |
| 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()
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/memory/ |
| D | grow.any.js | 6 const memory = new WebAssembly.Memory(argument); constant 37 const memory = new WebAssembly.Memory(argument); constant 52 const memory = new WebAssembly.Memory(argument); constant 67 const memory = new WebAssembly.Memory(argument); constant 82 const memory = new WebAssembly.Memory(argument); constant 97 const memory = new WebAssembly.Memory(argument); constant 121 const memory = new WebAssembly.Memory(argument); constant 145 const memory = new WebAssembly.Memory(argument); constant 152 const memory = new WebAssembly.Memory(argument); constant 167 const memory = new WebAssembly.Memory(argument); constant
|
| D | buffer.any.js | 31 const memory = new WebAssembly.Memory(argument); constant 45 const memory = new WebAssembly.Memory(argument); constant 55 const memory = new WebAssembly.Memory(argument); constant
|
| D | constructor-types.tentative.any.js | 12 const memory = new WebAssembly.Memory(argument); constant 18 const memory = new WebAssembly.Memory(argument); constant
|
| /third_party/skia/third_party/externals/freetype/builds/windows/ |
| D | ftsystem.c | 68 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/ |
| D | Memory.cpp | 92 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/musl/libc-test/src/functionalext/supplement/mman/ |
| D | mlockall.c | 28 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
|
| D | munlockall.c | 28 char *memory = (char *)malloc(memsize); in munlockall_0100() local 53 char *memory = (char *)malloc(memsize); in munlockall_0200() local
|
| /third_party/skia/include/gpu/vk/ |
| D | GrVkMemoryAllocator.h | 64 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/node/src/ |
| D | node_wasi.cc | 255 char* memory; in ArgsGet() local 294 char* memory; in ArgsSizesGet() local 328 char* memory; in ClockResGet() local 356 char* memory; in ClockTimeGet() local 385 char* memory; in EnvironGet() local 427 char* memory; in EnvironSizesGet() local 519 char* memory; in FdFdstatGet() local 579 char* memory; in FdFilestatGet() local 646 char* memory; in FdPread() local 694 char* memory; in FdPrestatGet() local [all …]
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | resource.cc | 102 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/node/deps/v8/src/zone/ |
| D | accounting-allocator.cc | 37 VirtualMemory memory(platform_allocator, ZoneCompression::kReservationSize, in ReserveAddressSpace() local 76 VirtualMemory memory = ReserveAddressSpace(platform_page_allocator); in AccountingAllocator() local 87 void* memory; in AllocateSegment() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | externalobjects.c | 306 lookup_memory_object_err(struct gl_context *ctx, unsigned memory, in lookup_memory_object_err() 333 GLsizei depth, GLuint memory, GLuint64 offset, in texstorage_memory() 378 GLuint memory, GLuint64 offset, const char* func) in texstorage_memory_ms() 409 GLsizei depth, GLuint memory, GLuint64 offset, in texturestorage_memory() 454 GLuint memory, GLuint64 offset, const char* func) in texturestorage_memory_ms() 485 GLuint memory, in _mesa_TexStorageMem2DEXT() 499 GLuint memory, in _mesa_TexStorageMem2DMultisampleEXT() 514 GLuint memory, in _mesa_TexStorageMem3DEXT() 529 GLuint memory, in _mesa_TexStorageMem3DMultisampleEXT() 543 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()
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| 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 …]
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | psarrst.c | 57 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/ |
| D | ReadOnlySequenceFactory.cs | 123 public BufferSegment(Memory<byte> memory) in BufferSegment() 128 public BufferSegment Append(Memory<byte> memory) in Append()
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| D | mlock2.c | 28 char *memory = (char *)malloc(memsize); in mlock2_0100() local 51 char *memory = (char *)malloc(memsize); in mlock2_0200() local
|