Home
last modified time | relevance | path

Searched defs:alloc (Results 51 - 75 of 565) sorted by relevance

12345678910>>...23

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_property_fnptr.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_method_clash.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_method.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_interface_type.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_class_method.rs23 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_category.rs23 pub fn alloc() -> Self { in alloc() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dnode_hash_map.h548 static value_type* new_element(Allocator* alloc, Args&&... args) { in new_element() argument
560 static void delete_element(Allocator* alloc, value_type* pair) { in delete_element() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeMemPool.hpp86 inline void* MemPool::alloc (deUintptr numBytes) in alloc() function in de::MemPool
/test/xts/hats/hdf/codec/hdi_image_additional/
H A Dcodec_hdi_jpeg_test.cpp42 AllocInfo alloc = {.width = WIDTH, in InitOutBuffer() local
/test/xts/hats/hdf/codec/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp45 AllocInfo alloc = { in InitOutBuffer() local
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c111 bool alloc = true; in __libdwfl_getsym() local
/third_party/curl/lib/
H A Descape.c124 size_t alloc; in Curl_urldecode() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfscanf.c60 int alloc; in vfscanf() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfscanf.c60 int alloc; in vfscanf() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_live_variables.h105 const simple_allocator &alloc; member in brw::vec4_live_variables
114 var_from_reg(const simple_allocator &alloc, const src_reg &reg, in var_from_reg() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c39 vk_instance_init(struct vk_instance *instance, const struct vk_instance_extension_table *supported_extensions, const struct vk_instance_dispatch_table *dispatch_table, const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc) vk_instance_init() argument
[all...]
/third_party/skia/src/core/
H A DSkDraw_text.cpp41 SkSTArenaAlloc<3308> alloc; in paintMasks() local
H A DSkRecord.h57 T* alloc(size_t count = 1) { in alloc() function in SkRecord
H A DSkAutoMalloc.h135 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize); in reset() local
/third_party/skia/src/gpu/d3d/
H A DGrD3DTextureResource.h92 Resource(const gr_cp<ID3D12Resource>& textureResource, const sk_sp<GrD3DAlloc>& alloc) Resource() argument
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.h49 GrAATriangulator(const SkPath& path, SkArenaAlloc* alloc) : GrTriangulator(path, alloc) {} in GrAATriangulator() argument
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h70 void add(PathDrawAllocator* alloc, const SkMatrix& pathMatrix, const SkPath& path) { in add() argument
/third_party/skia/src/shaders/gradients/
H A DSkGradientShaderPriv.h94 static Context* CheckedMakeContext(SkArenaAlloc* alloc, Args&&... args) { in CheckedMakeContext() argument
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftmisc.h73 FT_Alloc_Func alloc; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h91 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { in alloc() function in llvm::ms_demangle::ArenaAllocator

Completed in 10 milliseconds

12345678910>>...23