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

12

/fuchsia/zircon/system/public/zircon/hw/
H A Dusb-hid.h22 } __attribute__((packed)) usb_hid_descriptor_entry_t;
31 } __attribute__((packed)) usb_hid_descriptor_t;
H A Dusb-hub.h63 } __attribute__ ((packed)) hs;
69 } __attribute__ ((packed)) ss;
70 } __attribute__ ((packed));
71 } __attribute__ ((packed)) usb_hub_descriptor_t;
76 } __attribute__ ((packed)) usb_hub_status_t;
85 } __attribute__ ((packed)) usb_port_status_t;
H A Dusb-cdc.h77 } __attribute__ ((packed)) usb_cs_header_interface_descriptor_t;
85 } __attribute__ ((packed)) usb_cs_call_mgmt_interface_descriptor_t;
92 } __attribute__ ((packed)) usb_cs_abstract_ctrl_mgmt_interface_descriptor_t;
100 } __attribute__ ((packed)) usb_cs_union_interface_descriptor_t;
109 } __attribute__ ((packed)) usb_cs_union_interface_descriptor_1_t;
120 } __attribute__ ((packed)) usb_cs_ethernet_interface_descriptor_t;
128 } __attribute__ ((packed)) usb_cdc_notification_t;
134 } __attribute__ ((packed)) usb_cdc_speed_change_notification_t;
H A Dusb.h138 } __attribute__ ((packed)) usb_setup_t;
143 } __attribute__ ((packed)) usb_descriptor_header_t;
160 } __attribute__ ((packed)) usb_device_descriptor_t;
171 } __attribute__ ((packed)) usb_configuration_descriptor_t;
177 } __attribute__ ((packed)) usb_string_descriptor_t;
189 } __attribute__ ((packed)) usb_interface_descriptor_t;
198 } __attribute__ ((packed)) usb_endpoint_descriptor_t;
214 } __attribute__ ((packed)) usb_ss_ep_comp_descriptor_t;
223 } __attribute__ ((packed)) usb_ss_isoch_ep_comp_descriptor_t;
234 } __attribute__ ((packed)) usb_interface_assoc_descriptor_
[all...]
/fuchsia/zircon/system/ulib/fvm/include/fvm/
H A Dfvm-sparse.h62 } __attribute__((packed)) sparse_image_t;
72 } __attribute__((packed)) partition_descriptor_t;
81 } __attribute__((packed)) extent_descriptor_t;
/fuchsia/zircon/system/ulib/hid/include/hid/
H A Dparadise.h31 } __attribute__((packed)) paradise_finger_t;
40 } __attribute__((packed)) paradise_touch_t;
53 } __attribute__((packed)) paradise_finger_v2_t;
62 } __attribute__((packed)) paradise_touch_v2_t;
94 } __attribute__((packed)) paradise_stylus_t;
112 } __attribute((packed)) paradise_touchpad_finger_v1_t;
126 } __attribute((packed)) paradise_touchpad_finger_v2_t;
135 } __attribute((packed)) paradise_touchpad_v1_t;
144 } __attribute((packed)) paradise_touchpad_v2_t;
158 } __attribute__((packed)) paradise_sensor_vector_data_
[all...]
H A Dsamsung.h31 } __attribute__((packed)) samsung_finger_t;
38 } __attribute__((packed)) samsung_touch_t;
H A Deyoyo.h28 } __attribute__((packed)) eyoyo_finger_t;
35 } __attribute__((packed)) eyoyo_touch_t;
H A Dacer12.h32 } __attribute__((packed)) acer12_finger_t;
39 } __attribute__((packed)) acer12_touch_t;
61 } __attribute__((packed)) acer12_stylus_t;
/fuchsia/zircon/bootloader/src/
H A Dinet6.h30 } __attribute__((packed));
34 } __attribute__((packed));
59 } __attribute__((packed));
66 } __attribute__((packed));
83 } __attribute__((packed));
92 } __attribute__((packed));
H A Dpci.c22 } __attribute__((packed)) acpi_addrspace_desc64_t;
51 } __attribute__((packed)) pci_common_header_t;
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.h89 } __attribute__((packed)) ahci_port_reg_t;
111 } __attribute__((packed)) ahci_hba_t;
126 } __attribute__((packed));
128 } __attribute__((packed));
133 } __attribute__((packed)) ahci_cl_t;
145 } __attribute__((packed)) ahci_fis_t;
151 } __attribute__((packed)) ahci_ct_t;
158 } __attribute__((packed)) ahci_prd_t;
/fuchsia/zircon/system/ulib/crypto/
H A Derror.cpp108 uint32_t packed = ERR_peek_last_error(); local
114 int lib = ERR_GET_LIB(packed);
115 int reason = ERR_GET_REASON(packed);
/fuchsia/zircon/system/ulib/inet6/include/inet6/
H A Dinet6.h36 } __attribute__((packed));
42 } __attribute__((packed));
71 } __attribute__((packed));
78 } __attribute__((packed));
95 } __attribute__((packed));
104 } __attribute__((packed));
/fuchsia/zircon/system/utest/processor/
H A Dprocessor.c16 } __attribute__((packed)) ;
/fuchsia/zircon/system/public/zircon/device/
H A Dinput.h66 } __attribute__((packed)) boot_kbd_report_t;
72 } __attribute__((packed)) boot_mouse_report_t;
/fuchsia/zircon/system/utest/zbi/
H A Drules.mk34 MODULE_COMPILEFLAGS += -Wno-address-of-packed-member
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h100 struct __attribute__((packed)) aml_info_format {
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c135 // packed contains the error library and reason, as packed by ERR_PACK.
136 uint32_t packed; local
175 dst->packed = src->packed;
240 ret = error->packed;
660 error->packed = ERR_PACK(library, reason);
/fuchsia/zircon/system/uapp/netdump/
H A Dnetdump.c47 } __attribute__((packed)) pcap_shb_t;
56 } __attribute__((packed)) pcap_idb_t;
62 } __attribute__((packed)) simple_pkt_t;
/fuchsia/zircon/system/dev/i2c/intel-i2c/
H A Dintel-i2c-controller.h12 typedef struct __attribute__((packed)) intel_serialio_i2c_regs {
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h17 #define __PACKED __attribute__((packed))
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c83 } __attribute__((packed));
98 } __attribute__((packed));
108 } __attribute__((packed));
117 } __attribute__((packed));
127 } __attribute__((packed));
/fuchsia/zircon/system/utest/core/futex/
H A Dfutex.cpp448 } __attribute__((packed)) buffer;
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h372 * checking prefers __packed over __attribute__((packed)).
375 #define __packed __attribute__((packed))
396 * Also be very careful using __packed - particularly when nesting non-packed
397 * structures inside packed ones. In fact, DO NOT use __packed directly;
403 * "__packed" - generates inefficient code; all sub-structs must also be packed

Completed in 288 milliseconds

12