Home
last modified time | relevance | path

Searched defs:alloc (Results 201 - 225 of 700) sorted by relevance

12345678910>>...28

/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbt_vendor_lib.h145 malloc_callback alloc; member
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_info_shared_memory.h174 auto alloc = CalculateMemSize(memSize, memInfo); in ExpandSharedMemory() local
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.cpp121 AllocInfo alloc = {.width = WIDTH, in FillCodecBufferWithBufferHandle() local
/third_party/ffmpeg/libavcodec/
H A Dpsymodel.h105 int alloc; ///< number of bits allocated by the psy, or -1 if no allocation was done member
/third_party/ffmpeg/libavdevice/
H A Ddshow_pin.c272 long WINAPI ff_dshow_meminputpin_GetAllocator(DShowMemInputPin *this, IMemAllocator **alloc) in ff_dshow_meminputpin_GetAllocator() argument
277 long WINAPI ff_dshow_meminputpin_NotifyAllocator(DShowMemInputPin *this, IMemAllocator *alloc, in ff_dshow_meminputpin_NotifyAllocator() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.h46 const VkAllocationCallbacks *alloc; member
/third_party/curl/src/
H A Dvar.c104 bool alloc = FALSE; in varfunc() local
/third_party/glslang/glslang/Include/
H A Darrays.h204 void alloc() in alloc() function
/third_party/alsa-lib/src/
H A Doutput.c236 size_t alloc; member
252 size_t alloc; in snd_output_buffer_need() local
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Drenderer.c143 size_t alloc = 64, len = 0; in read_line() local
182 size_t alloc = 8, cnt = 0; in read_jcl_lines() local
[all...]
/third_party/cups-filters/filter/
H A Drastertops.c220 alloc, in write_flate() local
/third_party/NuttX/drivers/usbdev/gadget/
H A Ddfu.c363 FAR struct dfu_driver_s *alloc; in usbclass_classobject() local
/third_party/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c99 size_t ofs, alloc, al, hp; in _lwsac_use() local
[all...]
/third_party/libuv/test/
H A Dtest-getsockname.c46 static void alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) { in alloc() function
/third_party/lzma/C/
H A DXzIn.c92 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in Xz_ReadIndex2() argument
136 static SRes Xz_ReadIndex(CXzStream *p, ILookInStreamPtr stream, UInt64 indexSize, ISzAllocPtr alloc) in Xz_ReadIndex() argument
163 static SRes Xz_ReadBackward(CXzStream *p, ILookInStreamPtr stream, Int64 *startOffset, ISzAllocPtr alloc) in Xz_ReadBackward() argument
264 void Xzs_Free(CXzs *p, ISzAllocPtr alloc) in Xzs_Free() argument
307 Xzs_ReadBackward(CXzs *p, ILookInStreamPtr stream, Int64 *startOffset, ICompressProgressPtr progress, ISzAllocPtr alloc) Xzs_ReadBackward() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c247 tu_import_memory_from_gralloc_handle(VkDevice device_h, int dma_buf, const VkAllocationCallbacks *alloc, VkImage image_h) tu_import_memory_from_gralloc_handle() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_android.c233 v3dv_import_native_buffer_fd(VkDevice device_h, int native_buffer_fd, const VkAllocationCallbacks *alloc, VkImage image_h) v3dv_import_native_buffer_fd() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv.h74 const VkAllocationCallbacks *alloc; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c30 lvp_image_create(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks* alloc, VkImage *pImage) lvp_image_create() argument
/third_party/nghttp2/src/
H A Dallocator.h110 void *alloc(size_t size) { in alloc() function
183 StringRef make_string_ref(BlockAllocator &alloc, const StringRef &src) { in make_string_ref() argument
223 StringRef concat_string_ref(BlockAllocator &alloc, Arg argument
239 realloc_concat_string_ref(BlockAllocator &alloc, const StringRef &value, Args &&...args) realloc_concat_string_ref() argument
266 make_byte_ref(BlockAllocator &alloc, size_t size) make_byte_ref() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c30 const VkAllocationCallbacks *alloc = in vn_CreateShaderModule() local
57 const VkAllocationCallbacks *alloc = in vn_DestroyShaderModule() local
78 const VkAllocationCallbacks *alloc = in vn_CreatePipelineLayout() local
107 const VkAllocationCallbacks *alloc in vn_DestroyPipelineLayout() local
130 const VkAllocationCallbacks *alloc = vn_CreatePipelineCache() local
171 const VkAllocationCallbacks *alloc = vn_DestroyPipelineCache() local
261 vn_fix_graphics_pipeline_create_info( struct vn_device *dev, uint32_t create_info_count, const VkGraphicsPipelineCreateInfo *create_infos, const VkAllocationCallbacks *alloc, VkGraphicsPipelineCreateInfo **out) vn_fix_graphics_pipeline_create_info() argument
375 const VkAllocationCallbacks *alloc = vn_CreateGraphicsPipelines() local
426 const VkAllocationCallbacks *alloc = vn_CreateComputePipelines() local
462 const VkAllocationCallbacks *alloc = vn_DestroyPipeline() local
[all...]
H A Dvn_feedback.c38 vn_feedback_buffer_create(struct vn_device *dev, uint32_t size, const VkAllocationCallbacks *alloc, struct vn_feedback_buffer **out_feedback_buf) vn_feedback_buffer_create() argument
126 vn_feedback_buffer_destroy(struct vn_device *dev, struct vn_feedback_buffer *feedback_buf, const VkAllocationCallbacks *alloc) vn_feedback_buffer_destroy() argument
158 vn_feedback_pool_init(struct vn_device *dev, struct vn_feedback_pool *pool, uint32_t size, const VkAllocationCallbacks *alloc) vn_feedback_pool_init() argument
435 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_feedback_cmd_pools_init() local
481 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_feedback_cmd_pools_fini() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h106 VkAllocationCallbacks alloc; member
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc.h375 int (*alloc)(struct alloc_device_t* dev, member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c174 struct nouveau_mm_allocation *alloc; in nouveau_mm_allocate() local
223 nouveau_mm_free(struct nouveau_mm_allocation *alloc) in nouveau_mm_free() argument
[all...]

Completed in 17 milliseconds

12345678910>>...28