Searched refs:packed (Results 1 - 25 of 48) sorted by relevance

12

/haiku/headers/os/bluetooth/HCI/
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_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_sco.h15 } __attribute__((packed));
H A DbtHCI_acl.h16 } __attribute__ ((packed)) ;
/haiku/headers/private/bluetooth/
H A Dl2cap.h158 } __attribute__ ((packed)) l2cap_flow_t;
171 } __attribute__ ((packed)) l2cap_hdr_t;
177 } __attribute__ ((packed)) l2cap_clt_hdr_t;
186 } __attribute__ ((packed)) l2cap_cmd_hdr_t;
194 } __attribute__ ((packed)) l2cap_cmd_rej_cp;
201 } __attribute__ ((packed)) mtu;
206 } __attribute__ ((packed)) cid;
215 } __attribute__ ((packed)) l2cap_con_req_cp;
224 } __attribute__ ((packed)) l2cap_con_rsp_cp;
232 } __attribute__ ((packed)) l2cap_cfg_req_c
[all...]
/haiku/headers/private/kernel/boot/
H A Duart.h18 } __attribute__((packed)) uart_info;
H A Dinterrupt_controller.h24 } __attribute__((packed)) intc_info;
H A Dtimer.h22 } __attribute__((packed)) boot_timer_info;
/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/os/bluetooth/
H A Dbluetooth.h25 } __attribute__((packed)) bdaddr_t;
37 } __attribute__((packed)) linkkey_t;
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h14 #define _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/sparc/
H A Darch_kernel_args.h13 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel_args.h12 #define _PACKED __attribute__((packed))
/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/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/private/kernel/arch/arm64/
H A Darch_kernel_args.h18 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h19 #define _PACKED __attribute__((packed))
/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/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp39 } __attribute__ ((packed)) ;
44 } __attribute__ ((packed));
49 } __attribute__ ((packed));
54 } __attribute__ ((packed));
59 } __attribute__ ((packed));
64 } __attribute__ ((packed));
69 } __attribute__ ((packed));
74 } __attribute__ ((packed));
80 } __attribute__ ((packed));
86 } __attribute__ ((packed));
[all...]
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h204 } __attribute__((packed));
208 } __attribute__((packed));
215 } __attribute__((packed));
223 } __attribute__((packed));
/haiku/headers/private/kernel/arch/x86/
H A Darch_kernel_args.h18 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h12 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel_args.h17 #define _PACKED __attribute__((packed))
/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...]

Completed in 247 milliseconds

12