Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 23 of 23) sorted by relevance

/system/public/zircon/hw/usb/
A Dcdc.h79 } __attribute__ ((packed)) usb_cs_header_interface_descriptor_t;
87 } __attribute__ ((packed)) usb_cs_call_mgmt_interface_descriptor_t;
94 } __attribute__ ((packed)) usb_cs_abstract_ctrl_mgmt_interface_descriptor_t;
102 } __attribute__ ((packed)) usb_cs_union_interface_descriptor_t;
111 } __attribute__ ((packed)) usb_cs_union_interface_descriptor_1_t;
122 } __attribute__ ((packed)) usb_cs_ethernet_interface_descriptor_t;
130 } __attribute__ ((packed)) usb_cdc_notification_t;
136 } __attribute__ ((packed)) usb_cdc_speed_change_notification_t;
A Dhub.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;
A Dhid.h22 } __attribute__((packed)) usb_hid_descriptor_entry_t;
31 } __attribute__((packed)) usb_hid_descriptor_t;
/system/ulib/hid/include/hid/
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_t;
[all …]
A Dboot.h16 } __attribute__((packed)) hid_boot_kbd_report_t;
22 } __attribute__((packed)) hid_boot_mouse_report_t;
A Dacer12.h32 } __attribute__((packed)) acer12_finger_t;
39 } __attribute__((packed)) acer12_touch_t;
61 } __attribute__((packed)) acer12_stylus_t;
A Deyoyo.h28 } __attribute__((packed)) eyoyo_finger_t;
35 } __attribute__((packed)) eyoyo_touch_t;
A Dsamsung.h31 } __attribute__((packed)) samsung_finger_t;
38 } __attribute__((packed)) samsung_touch_t;
/system/public/zircon/hw/
A Dusb.h142 } __attribute__ ((packed)) usb_setup_t;
147 } __attribute__ ((packed)) usb_descriptor_header_t;
164 } __attribute__ ((packed)) usb_device_descriptor_t;
175 } __attribute__ ((packed)) usb_configuration_descriptor_t;
181 } __attribute__ ((packed)) usb_string_descriptor_t;
193 } __attribute__ ((packed)) usb_interface_descriptor_t;
202 } __attribute__ ((packed)) usb_endpoint_descriptor_t;
218 } __attribute__ ((packed)) usb_ss_ep_comp_descriptor_t;
227 } __attribute__ ((packed)) usb_ss_isoch_ep_comp_descriptor_t;
238 } __attribute__ ((packed)) usb_interface_assoc_descriptor_t;
[all …]
/system/dev/block/ahci/
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;
/system/ulib/inet6/include/inet6/
A Dinet6.h37 } __attribute__((packed));
43 } __attribute__((packed));
72 } __attribute__((packed));
79 } __attribute__((packed));
96 } __attribute__((packed));
105 } __attribute__((packed));
/system/ulib/fvm/include/fvm/
A Dfvm-sparse.h62 } __attribute__((packed)) sparse_image_t;
72 } __attribute__((packed)) partition_descriptor_t;
81 } __attribute__((packed)) extent_descriptor_t;
/system/ulib/crypto/
A Derror.cpp111 uint32_t packed = ERR_peek_last_error(); in xprintf_crypto_errors() local
117 int lib = ERR_GET_LIB(packed); in xprintf_crypto_errors()
118 int reason = ERR_GET_REASON(packed); in xprintf_crypto_errors()
/system/utest/processor/
A Dprocessor.c19 } __attribute__((packed)) ;
/system/banjo/ddk-protocol-sdhci/
A Dsdhci.banjo14 /// The higher level stack expects 136B responses to be packed in a
24 /// The higher level stack expects 136B responses to be packed in a certain way
/system/utest/zbi/
A Drules.mk34 MODULE_COMPILEFLAGS += -Wno-address-of-packed-member
/system/host/banjo/include/banjo/
A Dddk_generator.h96 bool packed; member
119 bool packed, bool output = false);
/system/uapp/netdump/
A Dnetdump.c48 } __attribute__((packed)) pcap_shb_t;
57 } __attribute__((packed)) pcap_idb_t;
63 } __attribute__((packed)) simple_pkt_t;
/system/dev/nand/aml-rawnand/
A Daml-rawnand.h114 struct __attribute__((packed)) aml_info_format {
/system/dev/i2c/intel-i2c/
A Dintel-i2c-controller.h13 typedef struct __attribute__((packed)) intel_serialio_i2c_regs {
/system/public/zircon/
A Dcompiler.h17 #define __PACKED __attribute__((packed))
/system/host/banjo/lib/
A Dddk_generator.cpp1077 bool packed, bool helper) { in GenerateStructDeclaration() argument
1089 if (packed) { in GenerateStructDeclaration()
1258 const bool packed = struct_info->HasAttribute("Packed"); in NameStructs() local
1264 packed, *struct_info}); in NameStructs()
1274 const bool packed = struct_info->HasAttribute("Packed");
1279 NamedStruct{std::move(name), std::move(type_name), packed,
1283 named_structs.emplace(struct_info.get(), NamedStruct{name, name, packed, *struct_info});
1761 GenerateStructDeclaration(named_struct.name, members, named_struct.packed); in ProduceStructDeclaration()
/system/utest/core/futex/
A Dfutex.cpp449 } __attribute__((packed)) buffer; in TestFutexMisaligned()

Completed in 39 milliseconds