HomeSort by relevance Sort by last modified time
    Searched defs:alloc_type (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
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.h 55 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member in struct:sdm::HWCBufferAllocator::MetaBufferInfo
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.h 55 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_ion_alloc.h 55 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
  /external/opencv3/modules/core/include/opencv2/core/
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
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
  /frameworks/av/services/audioflinger/
TrackBase.h 43 enum alloc_type { enum in class:TrackBase
67 alloc_type alloc = ALLOC_CBLK,
  /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...]
  /external/f2fs-tools/fsck/
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...]
  /external/f2fs-tools/include/
f2fs_fs.h 393 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 733 enum alloc_type {
732 enum alloc_type { enum
    [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 347 milliseconds