Home
last modified time | relevance | path

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

123

/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h144 } __attribute__((packed)) LpMetadataGeometry;
159 } __attribute__((packed)) LpMetadataTableDescriptor;
236 } __attribute__((packed)) LpMetadataHeader;
270 } __attribute__((packed)) LpMetadataPartition;
301 } __attribute__((packed)) LpMetadataExtent;
317 } __attribute__((packed)) LpMetadataPartitionGroup;
368 } __attribute__((packed)) LpMetadataBlockDevice;
395 } __attribute__((packed)) LpMetadataHeaderV1_0;
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h114 } __attribute__((packed));
160 } __attribute__((packed));
202 } __attribute__((packed));
284 } __attribute__((packed));
309 } __attribute__((packed));
402 } __attribute__((packed));
409 } __attribute__((packed));
420 } __attribute__((packed));
/system/media/audio_utils/include/audio_utils/
Dminifloat.h48 static inline gain_minifloat_t gain_minifloat_unpack_left(gain_minifloat_packed_t packed) in gain_minifloat_unpack_left() argument
50 return packed & 0xFFFF; in gain_minifloat_unpack_left()
53 static inline gain_minifloat_t gain_minifloat_unpack_right(gain_minifloat_packed_t packed) in gain_minifloat_unpack_right() argument
55 return packed >> 16; in gain_minifloat_unpack_right()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h81 } __attribute__((packed));
100 } __attribute__((packed));
108 } __attribute__((packed));
142 } __attribute__((packed));
164 } __attribute__((packed));
173 } __attribute__((packed));
177 } __attribute__((packed));
Dsnapuserd_kernel.h89 } __attribute__((packed));
/system/libziparchive/
Dzip_archive_common.h67 } __attribute__((packed));
123 } __attribute__((packed));
163 } __attribute__((packed));
210 } __attribute__((packed));
247 } __attribute__((packed));
/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_format_c.h111 } __attribute__((packed)) SuperVBMetaHeader;
122 } __attribute__((packed)) VBMetaDescriptor;
/system/chre/host/common/include/chre_host/
Dlog_message_parser_base.h93 } __attribute__((packed));
100 } __attribute__((packed));
Dnapp_header.h35 } __attribute__((packed));
/system/core/fastboot/device/
Dusb_client.cpp46 } __attribute__((packed));
54 } __attribute__((packed));
64 } __attribute__((packed));
156 } __attribute__((packed)) lang0;
157 } __attribute__((packed)) strings = {
/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp71 } packed; in ToLittleEndian() local
72 packed.u64 = value; in ToLittleEndian()
73 std::swap(packed.bytes[0], packed.bytes[7]); in ToLittleEndian()
74 std::swap(packed.bytes[1], packed.bytes[6]); in ToLittleEndian()
75 std::swap(packed.bytes[2], packed.bytes[5]); in ToLittleEndian()
76 std::swap(packed.bytes[3], packed.bytes[4]); in ToLittleEndian()
77 return packed.u64; in ToLittleEndian()
/system/bt/embdrv/g722/
Dg722_enc_dec.h90 int packed; member
113 int packed; member
/system/bt/btcore/include/
Diac.h28 } __attribute__((packed)) bt_inquiry_access_code_t;
/system/logging/logd/
DRecordedLogMessage.h23 struct __attribute__((packed)) RecordedLogMessage {
DLogBufferElement.h35 class __attribute__((packed)) LogBufferElement {
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp185 packed_thread_output packed = {.tid = tid, .fd = fd}; in pack_thread_fd() local
187 static_assert(sizeof(packed) == sizeof(result)); in pack_thread_fd()
188 memcpy(&result, &packed, sizeof(packed)); in pack_thread_fd()
/system/netd/server/
DNFLogListener.cpp67 } __attribute__((packed)) msg = {}; in cfgCmdPfUnbind()
88 } __attribute__((packed)) msg = {}; in cfgMode()
109 } __attribute__((packed)) msg = {}; in cfgCmdBind()
129 } __attribute__((packed)) msg = {}; in cfgCmdUnbind()
/system/media/audio/include/system/audio_effects/
Deffect_environmentalreverb.h62 } __attribute__((packed)) t_reverb_settings;
/system/bt/include/hardware/
Dbluetooth.h58 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t;
145 typedef struct { uint8_t pin[16]; } __attribute__((packed)) bt_pin_code_t;
154 } __attribute__((packed)) bt_activity_energy_info;
160 } __attribute__((packed)) bt_uid_traffic_t;
Dbt_sock.h55 } __attribute__((packed)) sock_connect_signal_t;
/system/incremental_delivery/incfs/tests/include/
DIncFsTestBase.h95 struct __attribute__((packed)) Signature { in makeFileWithHash()
98 struct __attribute__((packed)) Hashing { in makeFileWithHash()
/system/core/fastboot/fuzzy_fastboot/
DREADME.md96 #### `<packed>` Element
111 <!-- All the device packed partitions should be listed here -->
112 <packed>
119 <test packed="bootloader.img" unpacked="unpacked"/>
120 <test packed="bootloader_garbage.img" expect="fail"/>
122 </packed>
127 valid and invalid test packed images for flashing this particular pseudo partition.
129 that the packed image unpacks to. If your device supports hashing partitions, this
137 | packed | The name of the packed test image | The image uploaded to the device. It is searched for…
138 …the unpacked version of packed | Searched for in dir if --search_path=dir. This folder should have…
[all …]
/system/libbase/
Dno_destructor_test.cpp21 struct __attribute__((packed)) Bomb {
/system/chre/apps/test/chqts/src/general_test/
Dnanoapp_info.cc29 } __attribute__((packed));
/system/bt/btif/co/
Dbta_gatts_co.cc38 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;

123