Searched refs:packed (Results 1 - 25 of 46) sorted by last modified time

12

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.h100 } __attribute__((packed));
136 } __attribute__((packed));
149 } __attribute__((packed));
168 } __attribute__((packed));
196 } __attribute__((packed));
219 } __attribute__((packed));
255 } __attribute__((packed));
262 } __attribute__((packed));
293 } __attribute__((packed));
315 } __attribute__((packed));
[all...]
/haiku/headers/os/
H A DBeBuild.h84 #define _PACKED __attribute__((packed))
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h332 } __attribute__((packed));
350 } __attribute__((packed));
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h19 #define _PACKED __attribute__((packed))
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp79 } __attribute__((packed));
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itoa.c43 # define PACK __attribute__ ((packed))
/haiku/headers/private/fs_shell/
H A Dfssh_defs.h57 #define _FSSH_PACKED __attribute__((packed))
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.h19 } __attribute__((packed));
25 } __attribute__((packed));
36 } __attribute__((packed));
51 } __attribute__((packed));
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel_args.h18 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/boot/
H A Dtimer.h22 } __attribute__((packed)) boot_timer_info;
H A Dinterrupt_controller.h24 } __attribute__((packed)) intc_info;
H A Duart.h18 } __attribute__((packed)) uart_info;
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dbios.cpp35 } __attribute__((packed));
43 } __attribute__((packed));
99 } __attribute__((packed));
110 } __attribute__((packed));
135 } __attribute__((packed));
145 } __attribute__((packed));
153 } __attribute__((packed));
170 } __attribute__((packed));
192 } __attribute__((packed));
200 } __attribute__((packed));
[all...]
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_smp_64.cpp38 } __attribute__((packed));
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp_32.cpp37 } __attribute__((packed));
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.h37 struct __attribute__((packed)) FwCfgFile {
44 struct __attribute__((packed)) FwCfgFiles {
49 struct __attribute__((packed)) FwCfgDmaAccess {
56 struct __attribute__((packed)) FwCfgRegs {
73 struct __attribute__((packed)) RamFbCfg {
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel_args.h17 #define _PACKED __attribute__((packed))
/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h20 struct __attribute__((packed)) block_run {
40 struct __attribute__((packed)) disk_super_block
77 struct __attribute__((packed)) data_stream
92 struct __attribute__((packed)) small_data
114 struct __attribute__((packed)) bfs_inode
131 union __attribute__((packed)) {
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h67 } __attribute__((packed)) scsi_table_of_contents_command;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.h56 #define ATTRIBUTE_PACKED __attribute__((packed))
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h191 struct __attribute__((packed)) nvme_payload {
H A Dnvme_spec.h405 struct __attribute__((packed)) nvme_sgl_descriptor {
969 struct __attribute__((packed)) nvme_ctrlr_data {
1693 struct __attribute__((packed)) nvme_reservation_status_data {
1721 struct __attribute__((packed)) nvme_reservation_ctrlr_data {
1889 struct __attribute__((packed)) nvme_health_information_page {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h78 struct __attribute__((packed)) Unaligned {
/haiku/src/add-ons/kernel/partitioning_systems/sun/
H A Dsun.cpp54 } __attribute__((packed)) vtoc;
74 } __attribute__((packed));
/haiku/src/system/libroot/posix/string/arch/x86_64/
H A Darch_string.cpp168 __m128i packed = _mm_set1_epi8(value); local
174 _mm_storeu_si128(reinterpret_cast<__m128i*>(destination), packed); local
178 _mm_store_si128(ptr++, packed);
179 _mm_store_si128(ptr++, packed);
180 _mm_store_si128(ptr++, packed);
181 _mm_store_si128(ptr++, packed);
185 _mm_store_si128(ptr++, packed);
188 _mm_storeu_si128(end, packed);
196 auto packed = value * 0x101010101010101ul; local
200 *ptr++ = packed;
[all...]

Completed in 159 milliseconds

12