Searched refs:aligned (Results 1 – 18 of 18) sorted by relevance
84 uint64_t aligned = AlignTo(base, alignment) + alignment_offset; in AlignTo() local85 if (aligned - alignment >= base) { in AlignTo()87 return aligned - alignment; in AlignTo()89 return aligned; in AlignTo()
554 uint64_t aligned = AlignSector(block_devices_[current.device_index], previous.end); in ExtentsToFreeList() local555 if (aligned >= current.start) { in ExtentsToFreeList()564 free_regions->emplace_back(current.device_index, aligned, current.start); in ExtentsToFreeList()940 uint64_t aligned = AlignTo(lba, block_device.alignment, block_device.alignment_offset); in AlignSector() local941 return AlignTo(aligned, LP_SECTOR_SIZE) / LP_SECTOR_SIZE; in AlignSector()
29 #if HAVE_ATTRIBUTE(aligned) || (defined(__GNUC__) && !defined(__clang__))30 #define DATA_ALIGN_ATTRIBUTE __attribute__((aligned(4)))
28 - 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.
32 uint32_t flags __attribute__ ((aligned(4)));33 uint32_t fdIndex __attribute__ ((aligned(4)));34 uint32_t offset __attribute__ ((aligned(4)));35 uint64_t extent __attribute__ ((aligned(8)));
24 char mBuffer[64 * 1024] __attribute__((aligned(4)));
64 arm64_mcontext_t uc_mcontext __attribute__((aligned(16)));
174 __attribute__((aligned(8))) radio_metadata_t *metadata;218 __attribute__((aligned(8))) radio_metadata_t *metadata;
107 } incfs_uuid_t __attribute__((aligned (8)));
14 … 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…
243 struct __attribute__((aligned(8))) sound_trigger_recognition_event {
314 } __attribute__((aligned(8))) audio_offload_info_t;346 struct __attribute__((aligned(8))) audio_config {
80 } __attribute__((aligned(4)));
170 char __attribute__((aligned)) p_param[]; /* parameter area needs to be last */
151 } __attribute__((aligned(8)));159 } __attribute__((aligned(8)));
243 typedef int8x16_t block __attribute__ ((aligned (16))); /* Yay! Endian-neutral reads! */1365 #define ALIGN(n) __attribute__((aligned(n)))
2735 struct __attribute__((aligned(alignment)))