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

12

/haiku-fatelf/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-fatelf/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-fatelf/src/servers/app/drawing/html5/
H A Dbase64.h12 bool packed=false);
H A Dbase64.cpp28 encode_base64(char *out, const char *in, off_t length, bool packed) argument
48 else if (!packed)
52 else if (!packed)
/haiku-fatelf/headers/os/bluetooth/
H A Dbluetooth.h25 } __attribute__((packed)) bdaddr_t;
37 } __attribute__((packed)) linkkey_t;
/haiku-fatelf/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h14 #define _PACKED __attribute__((packed))
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_kernel_args.h12 #define _PACKED __attribute__((packed))
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathColorAlgo.h213 packed2rgb(PackedColor packed, Vec3<T> &out) argument
218 out.x = (packed & 0xFF) * f;
219 out.y = ((packed & 0xFF00) >> 8) * f;
220 out.z = ((packed & 0xFF0000) >> 16) * f;
225 out.x = (packed & 0xFF) * f;
226 out.y = ((packed & 0xFF00) >> 8) * f;
227 out.z = ((packed & 0xFF0000) >> 16) * f;
233 packed2rgb(PackedColor packed, Color4<T> &out) argument
238 out.r = (packed & 0xFF) * f;
239 out.g = ((packed
[all...]
/haiku-fatelf/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-fatelf/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-fatelf/headers/private/fs_shell/
H A Dfssh_defs.h55 #define _FSSH_PACKED __attribute__((packed))
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h12 #define _PACKED __attribute__((packed))
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_kernel_args.h18 #define _PACKED __attribute__((packed))
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h204 } __attribute__((packed));
208 } __attribute__((packed));
215 } __attribute__((packed));
223 } __attribute__((packed));
/haiku-fatelf/src/bin/network/tcpdump/
H A Dextract.h33 * We have __attribute__; we assume that means we have __attribute__((packed)).
34 * Declare packed structures containing a u_int16_t and a u_int32_t,
37 * __attribute__((packed)) causes the compiler to generate unaligned-safe
48 } __attribute__((packed)) unaligned_u_int16_t;
52 } __attribute__((packed)) unaligned_u_int32_t;
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h72 } __attribute__((packed));
161 } __attribute__((packed));
295 } __attribute__((packed));
349 } __attribute__((packed));
385 } __attribute__((packed));
406 } __attribute__((packed));
471 } __attribute__((packed));
548 } __attribute__((packed));
561 } __attribute__((packed));
656 } __attribute__((packed));
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.h73 } __attribute__((packed));
160 } __attribute__((packed));
294 } __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-fatelf/src/bin/gdb/gdb/
H A Dgo32-nat.c1260 unsigned short limit0 __attribute__((packed));
1261 unsigned short base0 __attribute__((packed));
1262 unsigned char base1 __attribute__((packed));
1263 unsigned stype:5 __attribute__((packed));
1264 unsigned dpl:2 __attribute__((packed));
1265 unsigned present:1 __attribute__((packed));
1266 unsigned limit1:4 __attribute__((packed));
1267 unsigned available:1 __attribute__((packed));
1268 unsigned dummy:1 __attribute__((packed));
1269 unsigned bit32:1 __attribute__((packed));
[all...]
/haiku-fatelf/headers/build/os/
H A DBeBuild.h68 #define _PACKED __attribute__((packed))
/haiku-fatelf/headers/os/
H A DBeBuild.h76 #define _PACKED __attribute__((packed))
/haiku-fatelf/headers/private/firewire/
H A Diec68113.h95 } __attribute__ ((packed)) dv;
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h67 } __attribute__((packed)) scsi_table_of_contents_command;

Completed in 701 milliseconds

12