Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp54 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen) in RenderScanlinesAntiAlias()
89 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendScanLine()
132 FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendSourceAtop()
225 FillBase& alloc, SpanBase& spanGen1) in BlendSourceIn()
249 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOut()
334 FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutWhile()
354 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutDrawResetRaster()
381 FillBase &alloc, in BlendSourceOver()
391 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendXOR()
498 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendXORDrawResetRaster()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dallocator.h27 void *(*alloc)(size_t size); member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_heap_info.h39 uint64_t alloc; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h70 explicit basic_string(allocator& alloc) noexcept : allocator_(alloc) in basic_string()
79 basic_string(const basic_string& str, allocator& alloc) : allocator_(alloc) in basic_string()
110 …basic_string(const_pointer const str, allocator& alloc) : basic_string(str, constexpr_strlen(str),… in basic_string()
114 basic_string(const_pointer const str, size_type count, allocator& alloc) : allocator_(alloc) in basic_string()
121 basic_string(size_type count, const value_type a, allocator& alloc) : allocator_(alloc) in basic_string()
133 explicit basic_string(const StringT& a, allocator& alloc) : allocator_(alloc) in basic_string()
148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string()
931 inline pointer alloc(size_type size) in alloc() function
H A Dvector.h152 void setAllocator(allocator& alloc) in setAllocator()
179 explicit vector(allocator& alloc) noexcept : allocator_(alloc) {} in vector()
202 vector(const vector& other, allocator& alloc) : allocator_(alloc) in vector()
H A Dunordered_map.h577 auto alloc = buckets_.getAllocator(); in allocate() local
588 auto alloc = buckets_.getAllocator(); in release() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_xz_utils.cpp40 ISzAlloc alloc; in XzDecompress() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/
H A Davmuxer_inner_mock.cpp61 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSample() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.cpp38 GrVkAlloc alloc; in ConvertToGrBackendVKTexture() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_scheduler.h118 static void RegistCb(const AllocCB &alloc, const RecycleCB &recycle) in RegistCb()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp45 AllocInfo alloc = { in AllocOutputBuffer() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFuzzTest.cpp208 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
319 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
H A DInnerAVMuxerFunctionTest.cpp151 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local
197 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleShort() local
347 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleByFdMem() local
494 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSingleTrackSampleMem() local
548 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackCover() local
H A DInnerAVMuxerStablityTest.cpp172 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local
290 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_ONLY); in WriteTrackSampleByFdMem() local
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_buffer_helper.cpp93 AllocInfo alloc = { in CreateImgBuffer() local
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp42 AllocInfo alloc = { in InitOutBuffer() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs523 let alloc = slab.handle(); in ut_slab_for_each() localVariable
617 let alloc = slab.handle(); in ut_slab_insert_move() localVariable
672 let alloc = slab.handle(); in ut_slab_insert_many() localVariable
710 let alloc = slab.handle(); in ut_slab_insert_drop_reverse() localVariable
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp176 AllocInfo alloc = {.width = AlignUp(width), in AllocBuffer() local
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_base.cpp343 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in ReadSampleDataInfo() local
525 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteCoverSample() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Daudio_server_sink_plugin_test.cpp375 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
400 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbt_vendor_lib.h145 malloc_callback alloc; member
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dohos_bt_vendor_lib.h145 MallocCallback alloc; member
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp132 AllocInfo alloc = { in CreateImgBuffer() local
/ohos5.0/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
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.cpp120 AllocInfo alloc = {.width = WIDTH, in FillCodecBufferWithBufferHandle() local

12