| /third_party/lzma/C/ |
| H A D | Xz.c | 34 void Xz_Free(CXzStream *p, ISzAllocPtr alloc)
in Xz_Free() argument
|
| /third_party/json/tests/src/ |
| H A D | unit-allocator.cpp | 108 my_allocator<T> alloc; in my_allocator_clean_up() local
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | external-context-helpers.c | 73 jerry_external_context_init(uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_data_p) jerry_external_context_init() argument
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | flockfile-list.c | 21 } alloc[100]; variable [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_wsi.h | 68 vn_wsi_create_image(struct vn_device *dev, const VkImageCreateInfo *create_info, const struct wsi_image_create_info *wsi_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_wsi_create_image() argument 78 vn_wsi_create_image_from_swapchain( struct vn_device *dev, const VkImageCreateInfo *create_info, const VkImageSwapchainCreateInfoKHR *swapchain_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_wsi_create_image_from_swapchain() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| H A D | rsa_acvp_test_params.c | 19 OSSL_PARAM *d, *alloc = NULL; in ossl_rsa_acvp_test_gen_params_new() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | objc_escape.rs | 23 pub fn alloc() -> Self { in alloc() functions
|
| /third_party/skia/src/core/ |
| H A D | SkDrawLooper.cpp | 35 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local 57 SkSTArenaAlloc<48> alloc; in computeFastBounds() local 88 SkSTArenaAlloc<256> alloc; in apply() local
|
| H A D | SkAutoPixmapStorage.cpp | 56 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc() function in SkAutoPixmapStorage
|
| /third_party/skia/src/gpu/ops/ |
| H A D | GrOp.cpp | 19 GrOp::CombineResult GrOp::combineIfPossible(GrOp* that, SkArenaAlloc* alloc, const GrCaps& caps) { in combineIfPossible() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkMemoryReclaimer.cpp | 37 bool GrVkMemoryReclaimer::addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer) in addMemoryToWaitQueue() argument 49 bool GrVkMemoryReclaimer::addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkImage& image) in addMemoryToWaitQueue() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrInnerFanTriangulator.h | 20 GrInnerFanTriangulator(const SkPath& path, SkArenaAlloc* alloc) in GrInnerFanTriangulator() argument
|
| /third_party/openssl/crypto/rsa/ |
| H A D | rsa_acvp_test_params.c | 19 OSSL_PARAM *d, *alloc = NULL; in ossl_rsa_acvp_test_gen_params_new() local
|
| /third_party/skia/tests/ |
| H A D | SRGBTest.cpp | 58 SkSTArenaAlloc<256> alloc; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-pool.hh | 49 T* alloc () in alloc() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | memory_test.cpp | 84 auto alloc = allocator->allocate(request); in TEST_F() local
|
| /third_party/python/Include/cpython/ |
| H A D | objimpl.h | 61 void* (*alloc) (void *ctx, size_t size); member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | hash_policy_traits_test.cc | 87 std::allocator<int> alloc; member [all...] |
| /third_party/skia/modules/particles/include/ |
| H A D | SkParticleBinding.h | 35 SkParticleExternalFunction(const char* name, SkSL::Compiler& compiler, const SkSL::Type& type, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkParticleExternalFunction() argument
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrVertexPacket.cpp | 78 VertexPacket* VertexPacketAllocator::alloc (void) in alloc() function in rr::VertexPacketAllocator
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_ump.c | 22 mali_mem_allocation *alloc; in mali_mem_ump_map() local 98 static void mali_mem_ump_unmap(mali_mem_allocation *alloc) in mali_mem_ump_unmap() argument 110 mali_mem_bind_ump_buf(mali_mem_allocation *alloc, mali_mem_backend *mem_backend, u32 secure_id, u32 flags) mali_mem_bind_ump_buf() argument 143 mali_mem_allocation *alloc; mali_mem_unbind_ump_buf() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_ump.c | 23 mali_mem_allocation *alloc; in mali_mem_ump_map() local 99 static void mali_mem_ump_unmap(mali_mem_allocation *alloc) in mali_mem_ump_unmap() argument 110 mali_mem_bind_ump_buf(mali_mem_allocation *alloc, mali_mem_backend *mem_backend, u32 secure_id, u32 flags) mali_mem_bind_ump_buf() argument 145 mali_mem_allocation *alloc; mali_mem_unbind_ump_buf() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | buffer_internal.h | 105 AVBufferRef* (*alloc)(size_t size); member
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | local-heap-inl.h | 40 AllocationResult alloc; in AllocateRaw() local
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_instance.h | 73 VkAllocationCallbacks alloc; member
|