Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 20 of 20) sorted by relevance

/system/libfmq/base/fmq/
DMQDescriptorBase.h41 uint32_t flags __attribute__((aligned(4)));
42 uint32_t fdIndex __attribute__((aligned(4)));
43 uint32_t offset __attribute__((aligned(4)));
44 uint64_t extent __attribute__((aligned(8)));
/system/chre/apps/tflm_demo/src/
Dsine_model_data.cc29 #if HAVE_ATTRIBUTE(aligned) || (defined(__GNUC__) && !defined(__clang__))
30 #define DATA_ALIGN_ATTRIBUTE __attribute__((aligned(4)))
/system/bt/gd/packet/parser/
DREADME28 - Payload fields must be byte-aligned unless they have an unknown size.
29 Body fields are allowed to not be byte aligned.
35 - Can't handle size for Body type fields yet since they might not be byte aligned.
45 _payload_ must be byte aligned.
/system/chre/platform/shared/
Dversion.cc30 __attribute__((section(".unstable_id"))) __attribute__((aligned(8))) =
/system/core/libsysutils/include/sysutils/
DNetlinkListener.h24 char mBuffer[64 * 1024] __attribute__((aligned(4)));
/system/unwinding/libunwindstack/include/unwindstack/
DUcontextArm64.h64 arm64_mcontext_t uc_mcontext __attribute__((aligned(16)));
/system/core/libsystem/include/system/
Dradio.h174 __attribute__((aligned(8))) radio_metadata_t *metadata;
218 __attribute__((aligned(8))) radio_metadata_t *metadata;
/system/logging/liblog/include/log/
Dlog_read.h61 } __attribute__((aligned(4)));
/system/logging/liblog/include_vndk/log/
Dlog_read.h61 } __attribute__((aligned(4)));
/system/extras/partition_tools/
DREADME.md14 … either `none` or `readonly`. The size will be rounded up to the nearest aligned block (see below).
19 …ed. This is useful for devices with a minimum I/O request size where mis-aligned partition boundar…
60 …tent will be embedded. The new partition size will be the smallest block-aligned size capable of h…
/system/media/audio/include/system/
Dsound_trigger.h243 struct __attribute__((aligned(8))) sound_trigger_recognition_event {
Daudio.h368 } __attribute__((aligned(8))) audio_offload_info_t;
400 struct __attribute__((aligned(8))) audio_config {
/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h178 } incfs_uuid_t __attribute__((aligned (8)));
/system/netd/server/
DXfrmController.h159 } __attribute__((aligned(8)));
167 } __attribute__((aligned(8)));
/system/bt/btif/include/
Dbtif_common.h146 char __attribute__((aligned)) p_param[]; /* parameter area needs to be last */
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc119 __attribute__((section(".unstable_id"))) __attribute__((aligned(8))) =
/system/core/fs_mgr/liblp/
Dbuilder.cpp594 uint64_t aligned; in ExtentsToFreeList() local
595 if (!AlignSector(block_devices_[current.device_index], previous.end, &aligned)) { in ExtentsToFreeList()
599 if (aligned >= current.start) { in ExtentsToFreeList()
608 free_regions->emplace_back(current.device_index, aligned, current.start); in ExtentsToFreeList()
/system/unwinding/libunwindstack/
DGlobalDebugImpl.h386 } __attribute__((aligned(8)));
/system/keymaster/key_blob_utils/
Docb.c243 typedef int8x16_t block __attribute__ ((aligned (16))); /* Yay! Endian-neutral reads! */
1365 #define ALIGN(n) __attribute__((aligned(n)))
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h2743 struct __attribute__((aligned(alignment)))