HomeSort by relevance Sort by last modified time
    Searched defs:alloc_type (Results 1 - 14 of 14) 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/sdm845/sdm/libs/hwc/
hwc_buffer_allocator.h 61 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 56 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
  /hardware/qcom/display/msm8998/libgralloc1/
gr_ion_alloc.h 56 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
  /hardware/qcom/display/sdm845/libgralloc1/
gr_ion_alloc.h 56 unsigned int alloc_type = 0x0; member in struct:gralloc1::AllocData
  /frameworks/av/services/audioflinger/
TrackBase.h 43 enum alloc_type { enum in class:TrackBase
68 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;
480 AllocType alloc_type) {
512 AllocType alloc_type) {
524 if (m->alloc_type != alloc_type) {
526 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
527 (AllocType)alloc_type);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1522 const glsl_type *alloc_type = local
    [all...]
  /external/f2fs-tools/fsck/
f2fs.h 105 unsigned char alloc_type; /* current allocation type */ member in struct:curseg_info
  /external/protobuf/src/google/protobuf/
map.h 1288 typedef typename Allocator::template rebind<U>::other alloc_type; typedef
1295 typedef typename Allocator::template rebind<U>::other alloc_type; typedef
    [all...]
  /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 556 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member in struct:f2fs_checkpoint
    [all...]
  /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 479 milliseconds