/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/legacy/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/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 | 157 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument 158 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) argument 161 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) argument 162 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
|
/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 | 7 int b __attribute__((packed)); 15 struct __attribute__((packed)) packed_s { 17 int b __attribute__((packed)); 33 struct __attribute__((packed)) packed_fas { 44 } __attribute__((packed)); 74 struct __attribute__((packed)) as3 { 87 void *args[] __attribute__((packed)); 91 union __attribute__((packed)) au4 {char c; int x;}; 101 struct as6 {char c; __attribute__((packed, aligned(2))) int x;}; 105 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/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 | 128 #define BOCU1_LENGTH_FROM_PACKED(packed) \ argument 129 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4) 611 writePacked(int32_t packed, uint8_t *p) { in writePacked() argument 612 int32_t count=BOCU1_LENGTH_FROM_PACKED(packed); in writePacked() 615 *p++=(uint8_t)(packed>>24); in writePacked() 617 *p++=(uint8_t)(packed>>16); in writePacked() 619 *p++=(uint8_t)(packed>>8); in writePacked() 621 *p++=(uint8_t)packed; in writePacked() 644 unpackDiff(int32_t initialPrev, int32_t packed) { in unpackDiff() argument 649 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/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));
|
D | desc_defs.h | 20 } __attribute__((packed)); 40 } __attribute__((packed)); 59 } __attribute__((packed)); 64 } __attribute__((packed)) ;
|
/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() 139 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() argument 142 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphImage() 143 GrGlyph::UnpackFixedX(packed), in getPackedGlyphImage() 144 GrGlyph::UnpackFixedY(packed)); in getPackedGlyphImage()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_enum_field.cc | 142 if (descriptor_->options().packed()) { in RepeatedEnumFieldGenerator() 200 if (descriptor_->options().packed()) { in GenerateMembers() 229 if (descriptor_->options().packed()) { in GenerateParsingCode() 241 if (descriptor_->options().packed()) { in GenerateParsingCode() 251 if (descriptor_->options().packed()) { in GenerateSerializationCode() 304 if (descriptor_->options().packed()) { in GenerateSerializedSizeCode() 317 if (descriptor_->options().packed()) { in GenerateSerializedSizeCode()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliFlexLexer.java | 130 private static int zzUnpackAction(String packed, int offset, int [] result) { in zzUnpackAction() argument 133 int l = packed.length(); in zzUnpackAction() 135 int count = packed.charAt(i++); in zzUnpackAction() 136 int value = packed.charAt(i++); in zzUnpackAction() 309 private static int zzUnpackRowMap(String packed, int offset, int [] result) { in zzUnpackRowMap() argument 312 int l = packed.length(); in zzUnpackRowMap() 314 int high = packed.charAt(i++) << 16; in zzUnpackRowMap() 315 result[j++] = high | packed.charAt(i++); in zzUnpackRowMap() 2762 private static int zzUnpackTrans(String packed, int offset, int [] result) { in zzUnpackTrans() argument 2765 int l = packed.length(); in zzUnpackTrans() [all …]
|