/external/bluetooth/bluez/lib/bluetooth/ |
D | hci.h | 323 } __attribute__ ((packed)) inquiry_cp; 329 } __attribute__ ((packed)) status_bdaddr_rp; 341 } __attribute__ ((packed)) periodic_inquiry_cp; 354 } __attribute__ ((packed)) create_conn_cp; 361 } __attribute__ ((packed)) disconnect_cp; 368 } __attribute__ ((packed)) add_sco_cp; 374 } __attribute__ ((packed)) create_conn_cancel_cp; 381 } __attribute__ ((packed)) accept_conn_req_cp; 388 } __attribute__ ((packed)) reject_conn_req_cp; 395 } __attribute__ ((packed)) link_key_reply_cp; [all …]
|
D | l2cap.h | 90 } __attribute__ ((packed)) l2cap_hdr; 97 } __attribute__ ((packed)) l2cap_cmd_hdr; 102 } __attribute__ ((packed)) l2cap_cmd_rej; 108 } __attribute__ ((packed)) l2cap_conn_req; 116 } __attribute__ ((packed)) l2cap_conn_rsp; 135 } __attribute__ ((packed)) l2cap_conf_req; 143 } __attribute__ ((packed)) l2cap_conf_rsp; 155 } __attribute__ ((packed)) l2cap_conf_opt; 175 } __attribute__ ((packed)) l2cap_disconn_req; 181 } __attribute__ ((packed)) l2cap_disconn_rsp; [all …]
|
/external/qemu/hw/ |
D | bt.h | 29 } __attribute__((packed)) bdaddr_t; 449 } __attribute__ ((packed)) inquiry_cp; 455 } __attribute__ ((packed)) status_bdaddr_rp; 467 } __attribute__ ((packed)) periodic_inquiry_cp; 480 } __attribute__ ((packed)) create_conn_cp; 487 } __attribute__ ((packed)) disconnect_cp; 494 } __attribute__ ((packed)) add_sco_cp; 501 } __attribute__ ((packed)) create_conn_cancel_cp; 507 } __attribute__ ((packed)) create_conn_cancel_rp; 514 } __attribute__ ((packed)) accept_conn_req_cp; [all …]
|
/external/skia/src/core/ |
D | SkFloatBits.cpp | 27 static inline int unpack_exp(uint32_t packed) { in unpack_exp() argument 28 return (packed << 1 >> 24); in unpack_exp() 33 static inline int unpack_matissa(uint32_t packed) { 35 return (packed & ~0xFF000000) | MATISSA_MAGIC_BIG; 40 static inline int unpack_matissa_dirty(uint32_t packed) { in unpack_matissa_dirty() argument 41 return packed & ~0xFF000000; in unpack_matissa_dirty() 45 int32_t SkFloatBits_toIntCast(int32_t packed) { in SkFloatBits_toIntCast() argument 46 int exp = unpack_exp(packed) - EXP_BIAS; in SkFloatBits_toIntCast() 47 int value = unpack_matissa_dirty(packed) | MATISSA_MAGIC_BIG; in SkFloatBits_toIntCast() 62 return SkApplySign(value, SkExtractSign(packed)); in SkFloatBits_toIntCast() [all …]
|
D | SkFloat.cpp | 15 static int get_unsigned_exp(uint32_t packed) in get_unsigned_exp() argument 17 return (packed << 1 >> 24); in get_unsigned_exp() 20 static unsigned get_unsigned_value(uint32_t packed) in get_unsigned_value() argument 22 return (packed << 9 >> 9) | (1 << 23); in get_unsigned_value() 25 static int get_signed_value(int32_t packed) in get_signed_value() argument 27 return SkApplySign(get_unsigned_value(packed), SkExtractSign(packed)); in get_signed_value() 32 int SkFloat::GetShift(int32_t packed, int shift) in GetShift() argument 34 if (packed == 0) in GetShift() 37 int exp = get_unsigned_exp(packed) - EXP_BIAS - shift; in GetShift() 38 int value = get_unsigned_value(packed); in GetShift() [all …]
|
D | SkBitmapProcState.h | 115 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument 116 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) argument 119 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) argument 120 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 132 } __attribute__ ((packed)) parameter_mask; 152 } __attribute__ ((packed)) rpn_values; 173 } __attribute__ ((packed)) parameter_mask; 193 } __attribute__ ((packed)) rpn_values; 210 } __attribute__ ((packed)) address_field; 215 } __attribute__ ((packed)) short_length; 221 } __attribute__ ((packed)) bits ; 223 } __attribute__ ((packed)) long_length; 229 } __attribute__ ((packed)) short_frame_head; 234 } __attribute__ ((packed)) short_frame; [all …]
|
/external/bluetooth/bluez/audio/ |
D | ipc.h | 82 } __attribute__ ((packed)) bt_audio_msg_header_t; 87 } __attribute__ ((packed)) bt_audio_error_t; 124 } __attribute__ ((packed)); 192 } __attribute__ ((packed)) codec_capabilities_t; 203 } __attribute__ ((packed)) sbc_capabilities_t; 213 } __attribute__ ((packed)) mpeg_capabilities_t; 219 } __attribute__ ((packed)) pcm_capabilities_t; 227 } __attribute__ ((packed)); 236 } __attribute__ ((packed)); 243 } __attribute__ ((packed)); [all …]
|
/external/kernel-headers/original/linux/ |
D | pfkeyv2.h | 23 } __attribute__((packed)); 29 } __attribute__((packed)); 41 } __attribute__((packed)); 51 } __attribute__((packed)); 60 } __attribute__((packed)); 68 } __attribute__((packed)); 77 } __attribute__((packed)); 89 } __attribute__((packed)); 101 } __attribute__((packed)); 126 } __attribute__((packed)); [all …]
|
D | hdsmart.h | 34 } __attribute__ ((packed)) ata_smart_attribute_t; 53 } __attribute__ ((packed)) ata_smart_values_t; 61 } __attribute__ ((packed)) ata_smart_threshold_entry_t; 69 } __attribute__ ((packed)) ata_smart_thresholds_t; 81 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t; 88 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t; 93 } __attribute__ ((packed)) ata_smart_errorlog_struct_t; 104 } __attribute__ ((packed)) ata_smart_errorlog_t; 113 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t; 122 } __attribute__ ((packed)) ata_smart_selftestlog_t;
|
D | usb_ch9.h | 132 } __attribute__ ((packed)); 181 } __attribute__ ((packed)); 203 } __attribute__ ((packed)); 250 } __attribute__ ((packed)); 268 } __attribute__ ((packed)); 288 } __attribute__ ((packed)); 308 } __attribute__ ((packed)); 342 } __attribute__ ((packed)); 353 } __attribute__ ((packed)); 384 } __attribute__ ((packed));
|
/external/clang/test/Sema/ |
D | struct-packed-align.c | 6 int b __attribute__((packed)); 14 struct __attribute__((packed)) packed_s { 16 int b __attribute__((packed)); 32 struct __attribute__((packed)) packed_fas { 43 } __attribute__((packed)); 73 struct __attribute__((packed)) as3 { 86 void *args[] __attribute__((packed)); 90 union __attribute__((packed)) au4 {char c; int x;}; 100 struct as6 {char c; __attribute__((packed, aligned(2))) int x;}; 104 union au6 {char c; __attribute__((packed, aligned(2))) int x;}; [all …]
|
/external/kernel-headers/original/linux/usb/ |
D | ch9.h | 184 } __attribute__ ((packed)); 245 } __attribute__ ((packed)); 267 } __attribute__ ((packed)); 317 } __attribute__ ((packed)); 335 } __attribute__ ((packed)); 355 } __attribute__ ((packed)); 375 } __attribute__ ((packed)); 606 } __attribute__ ((packed)); 646 } __attribute__ ((packed)); 657 } __attribute__ ((packed)); [all …]
|
D | functionfs.h | 28 } __attribute__((packed)); 40 } __attribute__((packed)); 68 } __attribute__((packed)); 124 } __attribute__((packed)) u; 129 } __attribute__((packed));
|
/external/skia/include/gpu/ |
D | GrGlyph.h | 34 void init(GrGlyph::PackedID packed, const GrIRect& bounds) { in init() 37 fPackedID = packed; in init() 67 static inline GrFixed UnpackFixedX(PackedID packed) { in UnpackFixedX() 68 return ((packed >> 18) & 3) << 14; in UnpackFixedX() 71 static inline GrFixed UnpackFixedY(PackedID packed) { in UnpackFixedY() 72 return ((packed >> 16) & 3) << 14; in UnpackFixedY() 75 static inline uint16_t UnpackID(PackedID packed) { in UnpackID() 76 return (uint16_t)packed; in UnpackID()
|
/external/bluetooth/bluez/health/ |
D | mcap.h | 102 } __attribute__ ((packed)) mcap_md_create_mdl_req; 107 } __attribute__ ((packed)) mcap_md_req; 118 } __attribute__ ((packed)) mcap_rsp; 127 } __attribute__ ((packed)) mcap_md_sync_cap_req; 132 } __attribute__ ((packed)) mcap_md_sync_rsp; 141 } __attribute__ ((packed)) mcap_md_sync_cap_rsp; 148 } __attribute__ ((packed)) mcap_md_sync_set_req; 156 } __attribute__ ((packed)) mcap_md_sync_set_rsp; 163 } __attribute__ ((packed)) mcap_md_sync_info_ind;
|
/external/protobuf/src/google/protobuf/ |
D | unittest_lite.proto | 159 repeated int32 packed_int32 = 90 [packed = true]; 160 repeated int64 packed_int64 = 91 [packed = true]; 161 repeated uint32 packed_uint32 = 92 [packed = true]; 162 repeated uint64 packed_uint64 = 93 [packed = true]; 163 repeated sint32 packed_sint32 = 94 [packed = true]; 164 repeated sint64 packed_sint64 = 95 [packed = true]; 165 repeated fixed32 packed_fixed32 = 96 [packed = true]; 166 repeated fixed64 packed_fixed64 = 97 [packed = true]; 167 repeated sfixed32 packed_sfixed32 = 98 [packed = true]; 168 repeated sfixed64 packed_sfixed64 = 99 [packed = true]; [all …]
|
D | unittest.proto | 501 // Test messages for packed fields 504 repeated int32 packed_int32 = 90 [packed = true]; 505 repeated int64 packed_int64 = 91 [packed = true]; 506 repeated uint32 packed_uint32 = 92 [packed = true]; 507 repeated uint64 packed_uint64 = 93 [packed = true]; 508 repeated sint32 packed_sint32 = 94 [packed = true]; 509 repeated sint64 packed_sint64 = 95 [packed = true]; 510 repeated fixed32 packed_fixed32 = 96 [packed = true]; 511 repeated fixed64 packed_fixed64 = 97 [packed = true]; 512 repeated sfixed32 packed_sfixed32 = 98 [packed = true]; [all …]
|
/external/clang/test/CodeGen/ |
D | packed-arrays.c | 5 unsigned int x[2] __attribute__((packed)); 9 unsigned int x[2] __attribute__((packed)); 11 unsigned int z __attribute__((packed)); 15 unsigned int x[2] __attribute__((packed)); 16 unsigned int y __attribute__((packed)); 17 unsigned int z __attribute__((packed)); 20 struct __attribute__((packed)) s3 {
|
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 17 } __attribute__((packed)); 22 } __attribute__((packed)); 52 } __attribute__((packed)); 57 } __attribute__((packed)); 63 } __attribute__((packed));
|
/external/icu4c/test/cintltst/ |
D | bocu1tst.c | 127 #define BOCU1_LENGTH_FROM_PACKED(packed) \ argument 128 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4) 610 writePacked(int32_t packed, uint8_t *p) { in writePacked() argument 611 int32_t count=BOCU1_LENGTH_FROM_PACKED(packed); in writePacked() 614 *p++=(uint8_t)(packed>>24); in writePacked() 616 *p++=(uint8_t)(packed>>16); in writePacked() 618 *p++=(uint8_t)(packed>>8); in writePacked() 620 *p++=(uint8_t)packed; in writePacked() 643 unpackDiff(int32_t initialPrev, int32_t packed) { in unpackDiff() argument 648 count=BOCU1_LENGTH_FROM_PACKED(packed); in unpackDiff() [all …]
|
/external/oprofile/events/i386/piii/ |
D | unit_masks | 22 0x00 packed and scalar 23 0x01 packed 27 0x01 MMX packed multiplies 28 0x02 MMX packed shifts 31 0x10 MMX packed logical 32 0x20 MMX packed arithmetic
|
/external/skia/src/gpu/ |
D | SkGrFontScaler.cpp | 103 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, in getPackedGlyphBounds() argument 105 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphBounds() 106 GrGlyph::UnpackFixedX(packed), in getPackedGlyphBounds() 107 GrGlyph::UnpackFixedY(packed)); in getPackedGlyphBounds() 125 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() argument 128 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphImage() 129 GrGlyph::UnpackFixedX(packed), in getPackedGlyphImage() 130 GrGlyph::UnpackFixedY(packed)); in getPackedGlyphImage()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliFlexLexer.java | 122 private static int zzUnpackAction(String packed, int offset, int [] result) { in zzUnpackAction() argument 125 int l = packed.length(); in zzUnpackAction() 127 int count = packed.charAt(i++); in zzUnpackAction() 128 int value = packed.charAt(i++); in zzUnpackAction() 289 private static int zzUnpackRowMap(String packed, int offset, int [] result) { in zzUnpackRowMap() argument 292 int l = packed.length(); in zzUnpackRowMap() 294 int high = packed.charAt(i++) << 16; in zzUnpackRowMap() 295 result[j++] = high | packed.charAt(i++); in zzUnpackRowMap() 2622 private static int zzUnpackTrans(String packed, int offset, int [] result) { in zzUnpackTrans() argument 2625 int l = packed.length(); in zzUnpackTrans() [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | io_apic_32.h | 25 } __attribute__ ((packed)) bits; 36 } __attribute__ ((packed)) bits; 45 } __attribute__ ((packed)) bits; 53 } __attribute__ ((packed)) bits; 93 } __attribute__ ((packed));
|