Home
last modified time | relevance | path

Searched defs:header_size (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/system/libufdt/utils/src/
H A Ddt_table.c26 const uint32_t header_size = sizeof(struct dt_table_header); in dt_table_header_init() local
H A Ddt_table.h34 uint32_t header_size; /* sizeof(dt_table_header) */ member
/aosp12/art/runtime/mirror/
H A Darray-alloc-inl.h40 size_t header_size = Array::DataOffset(component_size).SizeValue(); in ComputeArraySize() local
88 SetLengthToUsableSizeVisitor(int32_t min_length, size_t header_size, in SetLengthToUsableSizeVisitor()
H A Dstring-alloc-inl.h163 constexpr size_t header_size = sizeof(String); in Alloc() local
H A Darray-inl.h49 size_t header_size = DataOffset(1U << component_size_shift).SizeValue(); in SizeOf() local
/aosp12/frameworks/base/libs/androidfw/
H A DChunkIterator.cpp87 const size_t header_size = dtohs(next_chunk_->headerSize); in VerifyNextChunk() local
/aosp12/frameworks/native/libs/binder/
H A DStatus.cpp109 int32_t header_size; in readFromParcel() local
165 int32_t header_size; in readFromParcel() local
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h49 inline size_t header_size() const { return dtohs(device_chunk_->headerSize); } in header_size() function
/aosp12/art/runtime/
H A Dhandle_scope-inl.h68 size_t header_size = sizeof(HandleScope); in SizeOf() local
75 size_t header_size = ReferencesOffset(pointer_size); in SizeOf() local
/aosp12/system/tools/mkbootimg/include/bootimg/
H A Dbootimg.h159 uint32_t header_size; member
275 uint32_t header_size; member
305 uint32_t header_size; member
/aosp12/system/update_engine/payload_generator/
H A Dboot_img_filesystem.cc67 size_t header_size = in CreateFromFile() local
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dsuper_vbmeta_format_c.h95 uint32_t header_size; member
/aosp12/art/compiler/
H A Dexception_test.cc88 const size_t header_size = sizeof(OatQuickMethodHeader); in SetUp() local
/aosp12/system/extras/simpleperf/
H A Drecord_file_format.h126 uint64_t header_size; member
/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dmetadata_format.h199 uint32_t header_size; member
387 uint32_t header_size; member
/aosp12/frameworks/av/media/libmediametrics/
H A DMediaMetricsItem.cpp495 const uint32_t header_size = in writeToByteString() local
569 uint32_t header_size; in readFromByteString() local
/aosp12/frameworks/base/tools/aapt2/format/
H A DContainer.cpp112 const ::google::protobuf::uint32 header_size = file.ByteSize(); in AddResFileEntry() local
/aosp12/bionic/libc/bionic/
H A Dbionic_allocator.cpp269 size_t header_size = __BIONIC_ALIGN(kPageInfoSize, align); in alloc_mmap() local
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_format.h62 uint16_t header_size; member
/aosp12/art/runtime/gc/space/
H A Dspace_test.h116 size_t header_size = SizeOfZeroLengthByteArray(); in InstallClass() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java381 int header_size = DIGEST_SIZE_BYTES + HEADER_SIZE; in formatPartitionLocked() local
/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp341 static bool isGif(void* header, int header_size) { in isGif()
H A DFrameSequence_webp.cpp382 static bool isWebP(void* header, int header_size) { in isWebP()
/aosp12/art/runtime/jit/
H A Djit_memory_region.cc364 size_t header_size = OatQuickMethodHeader::InstructionAlignedSize(); in CommitCode() local
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_bufferallocation.cpp662 int header_size = 0; in calc_allocation_size() local

12