Searched refs:packed (Results 1 - 25 of 46) sorted by path

12

/haiku/headers/libs/udis86/libudis86/
H A Dtypes.h49 # define UD_ATTR_PACKED __attribute__((packed))
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_acl.h16 } __attribute__ ((packed)) ;
H A DbtHCI_command.h16 } __attribute__ ((packed));
36 } __attribute__ ((packed));
42 } __attribute__ ((packed));
51 } __attribute__ ((packed));
57 } __attribute__ ((packed));
65 } __attribute__ ((packed));*/
72 } __attribute__ ((packed));
78 } __attribute__ ((packed));
83 } __attribute__ ((packed));
91 } __attribute__ ((packed));
[all...]
H A DbtHCI_event.h17 } __attribute__ ((packed));
31 } __attribute__ ((packed));
40 } __attribute__ ((packed));
47 } __attribute__ ((packed));
54 } __attribute__ ((packed));
60 } __attribute__ ((packed));
67 } __attribute__ ((packed));
74 } __attribute__ ((packed));
80 } __attribute__ ((packed));
87 } __attribute__ ((packed));
[all...]
H A DbtHCI_sco.h15 } __attribute__((packed));
/haiku/headers/os/bluetooth/
H A Dbluetooth.h25 } __attribute__((packed)) bdaddr_t;
37 } __attribute__((packed)) linkkey_t;
/haiku/headers/private/firewire/
H A Diec68113.h95 } __attribute__ ((packed)) dv;
/haiku/headers/private/graphics/radeon/
H A Dradeon_bios.h36 } __attribute__ ((packed)) PLL_BLOCK;
53 } __attribute__ ((packed)) FPI_BLOCK;
71 } __attribute__ ((packed)) FPI_TIMING_BLOCK;
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h12 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h14 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel_args.h12 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/sparc/
H A Darch_kernel_args.h13 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/x86/
H A Darch_kernel_args.h18 #define _PACKED __attribute__((packed))
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_intel.h137 struct __attribute__((packed)) nvme_intel_smart_information_page {
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/iso9660/
H A Diso9660_identify.cpp81 } __attribute__((packed)) iso9660_common_volume_descriptor;
105 } __attribute__((packed)) iso9660_volume_descriptor;
115 } __attribute__((packed)) iso9660_directory_record;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h70 } __attribute__((packed));
159 } __attribute__((packed));
293 } __attribute__((packed));
347 } __attribute__((packed));
383 } __attribute__((packed));
404 } __attribute__((packed));
469 } __attribute__((packed));
546 } __attribute__((packed));
559 } __attribute__((packed));
654 } __attribute__((packed));
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h25 struct __attribute__((packed)) bplustree_header
53 struct __attribute((packed)) bplustree_node {
/haiku/src/libs/x86emu/
H A Dsys.c54 /* Define some packed structures to use with unaligned accesses */
57 u64 x __attribute__ ((packed));
60 u32 x __attribute__ ((packed));
63 u16 x __attribute__ ((packed));
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h204 } __attribute__((packed));
208 } __attribute__((packed));
215 } __attribute__((packed));
223 } __attribute__((packed));
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp50 struct [[gnu::packed]] {
114 class [[gnu::packed]] InterruptDescriptor {
257 struct [[gnu::packed]] {
323 struct [[gnu::packed]] {
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c42 # define PACK __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...]
/haiku/headers/os/
H A DBeBuild.h84 #define _PACKED __attribute__((packed))
/haiku/headers/private/fs_shell/
H A Dfssh_defs.h57 #define _FSSH_PACKED __attribute__((packed))

Completed in 329 milliseconds

12