HomeSort by relevance Sort by last modified time
    Searched full:alloc_type (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
139 (void) alloc_type;
147 switch (alloc_type)
187 if (alloc_type == SHARED)
210 if (alloc_type == SHARED)
226 switch (alloc_type)
307 CV_Assert( alloc_type == SHARED );
  /external/compiler-rt/lib/asan/
asan_allocator.cc 78 u32 alloc_type : 2; member in struct:__asan::ChunkHeader
324 AllocType alloc_type, bool can_fill) {
398 m->alloc_type = alloc_type;
473 AllocType alloc_type) {
476 if (m->alloc_type != alloc_type) {
478 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
479 (AllocType)alloc_type);
513 AllocType alloc_type) {
    [all...]
asan_allocator.h 161 AllocType alloc_type);
162 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
164 AllocType alloc_type);
asan_report.h 61 AllocType alloc_type,
asan_report.cc 835 AllocType alloc_type,
841 CHECK_NE(alloc_type, dealloc_type);
846 alloc_names[alloc_type], dealloc_names[dealloc_type], addr);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 110 meta_buffer_info->alloc_type = data.allocType;
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
127 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type);
144 meta_buffer_info->alloc_type = 0;
hwc_buffer_allocator.h 55 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member in struct:sdm::HWCBufferAllocator::MetaBufferInfo
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_buffer_allocator.cpp 113 meta_buffer_info->alloc_type = data.allocType;
128 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type);
130 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type);
149 meta_buffer_info->alloc_type = 0;
hwc_buffer_allocator.h 55 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member in struct:sdm::HWCBufferAllocator::MetaBufferInfo
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 89 D_DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]);
90 D_DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]);
91 D_DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]);
101 D_DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]);
102 D_DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]);
103 D_DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]);
  /external/opencv3/modules/core/include/opencv2/core/
cuda.inl.hpp 386 : flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_)
392 : flags(m.flags), rows(m.rows), cols(m.cols), step(m.step), data(m.data), refcount(m.refcount), datastart(m.datastart), dataend(m.dataend), alloc_type(m.alloc_type)
400 : flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_)
408 : flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_)
416 : flags(0), rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_)
450 std::swap(alloc_type, b.alloc_type);
456 HostMem m(size(), type(), alloc_type); local
cuda.hpp 358 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
360 explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
364 HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
365 HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
368 explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
425 AllocType alloc_type; member in class:cv::cuda::HostMem
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.h 55 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
gr_allocator.h 93 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
gr_allocator.cpp 103 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type,
108 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION;
139 data.alloc_type |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
144 data.fd, data.size, INT(data.alloc_type), 0, INT(format), INT(aligned_w), INT(aligned_h), -1,
590 unsigned int *alloc_type, unsigned int *ion_flags) {
630 *alloc_type = type;
gr_buf_mgr.cpp 402 flags |= data.alloc_type;
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_ion_alloc.h 55 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
gr_allocator.h 93 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
gr_allocator.cpp 103 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type,
108 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION;
139 data.alloc_type |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED;
144 data.fd, data.size, INT(data.alloc_type), 0, INT(format), INT(aligned_w), INT(aligned_h), -1,
590 unsigned int *alloc_type, unsigned int *ion_flags) {
630 *alloc_type = type;
gr_buf_mgr.cpp 402 flags |= data.alloc_type;
  /frameworks/av/services/audioflinger/
TrackBase.h 43 enum alloc_type { enum in class:TrackBase
67 alloc_type alloc = ALLOC_CBLK,
  /external/f2fs-tools/fsck/
mount.c 169 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]);
170 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]);
171 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]);
181 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]);
182 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]);
183 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]);
597 if (curseg->alloc_type == SSR)
725 array[i].alloc_type = ckpt->alloc_type[i];
    [all...]
f2fs.h 105 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 1291 typedef typename Allocator::template rebind<U>::other alloc_type; typedef
1298 typedef typename Allocator::template rebind<U>::other alloc_type; typedef
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
fixup7bug.s 5 .EXPORT alloc_type,CODE
6 .EXPORT alloc_type,ENTRY,PRIV_LEV=3,ARGW0=GR,RTNVAL=GR
7 alloc_type: label
239 bl alloc_type,%r2
438 bl alloc_type,%r2
633 bl alloc_type,%r2
776 bl alloc_type,%r2
832 bl alloc_type,%r2
893 bl alloc_type,%r2
1034 bl alloc_type,%r
    [all...]

Completed in 937 milliseconds

1 2 3