Searched refs:packed (Results 26 - 50 of 396) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2007-04-05-PackedBitFields.c3 # define pck __attribute__((packed))
H A D2007-04-11-PR1321.c12 } __attribute__((packed)) x;
H A D2008-01-04-WideBitfield.c7 } __attribute__((packed)) x;
H A D2008-01-21-PackedStructField.c3 struct X { long double b; unsigned char c; double __attribute__((packed)) d; };
9 __attribute__((packed)) unsigned long long int f;
H A D2007-08-01-LoadStoreAlign.c6 } __attribute__ ((packed));
/external/clang/test/Index/
H A Dattributes.c3 struct __attribute__((packed)) Test2 {
12 // CHECK: attributes.c:3:23: attribute(packed)=packed Extent=[3:23 - 3:29]
/external/chromium_org/tools/relocation_packer/src/
H A Drun_length_encoder.cc40 std::vector<ELF::Xword>* packed) {
52 packed->push_back(count);
53 packed->push_back(current);
60 packed->push_back(count);
61 packed->push_back(current);
66 // condensed slot in packed, and the count of pairs are provided.
68 const std::vector<ELF::Xword>& packed,
81 size_t count = packed[i];
82 const ELF::Addr delta = packed[i + 1];
99 // Encode relative relocations into a run-length encoded (packed)
39 Condense(const std::vector<ELF::Addr>& deltas, std::vector<ELF::Xword>* packed) argument
67 Uncondense(ELF::Addr addr, const std::vector<ELF::Xword>& packed, size_t start_index, size_t end_index, std::vector<ELF::Rel>* relocations) argument
101 Encode(const std::vector<ELF::Rel>& relocations, std::vector<ELF::Xword>* packed) argument
125 Decode(const std::vector<ELF::Xword>& packed, std::vector<ELF::Rel>* relocations) argument
[all...]
H A Ddelta_encoder.h62 // pre-packed data.
67 // |packed| is the vector of packed words into which relocations are packed.
69 std::vector<ELF::Sxword>* packed);
72 // |packed| is the vector of packed relocations.
74 static void Decode(const std::vector<ELF::Sxword>& packed,
H A Drun_length_encoder.h43 // Once encoded, data is prefixed by a single word count of packed delta and
63 // into more compact forms, and unpacks them to reproduce the pre-packed data.
68 // |packed| is the vector of packed words into which relocations are packed.
70 std::vector<ELF::Xword>* packed);
73 // |packed| is the vector of packed relocations.
75 static void Decode(const std::vector<ELF::Xword>& packed,
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h32 void init(GrGlyph::PackedID packed, const SkIRect& bounds) { argument
35 fPackedID = packed;
65 static inline SkFixed UnpackFixedX(PackedID packed) { argument
66 return ((packed >> 18) & 3) << 14;
69 static inline SkFixed UnpackFixedY(PackedID packed) { argument
70 return ((packed >> 16) & 3) << 14;
73 static inline uint16_t UnpackID(PackedID packed) { argument
74 return (uint16_t)packed;
/external/kernel-headers/original/uapi/linux/
H A Dif_pppolac.h28 struct __attribute__((packed)) {
31 } __attribute__((packed));
H A Dedd.h91 } __attribute__ ((packed)) isa;
98 } __attribute__ ((packed)) pci;
102 } __attribute__ ((packed)) ibnd;
105 } __attribute__ ((packed)) xprs;
108 } __attribute__ ((packed)) htpt;
111 } __attribute__ ((packed)) unknown;
120 } __attribute__ ((packed)) ata;
128 } __attribute__ ((packed)) atapi;
134 } __attribute__ ((packed)) scsi;
138 } __attribute__ ((packed)) us
[all...]
/external/skia/include/gpu/
H A DGrGlyph.h31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) { argument
34 fPackedID = packed;
64 static inline SkFixed UnpackFixedX(PackedID packed) { argument
65 return ((packed >> 18) & 3) << 14;
68 static inline SkFixed UnpackFixedY(PackedID packed) { argument
69 return ((packed >> 16) & 3) << 14;
72 static inline uint16_t UnpackID(PackedID packed) { argument
73 return (uint16_t)packed;
/external/chromium_org/v8/tools/testrunner/objects/
H A Doutput.py58 def Unpack(packed):
60 return Output(packed[0], packed[1], packed[2], packed[3])
H A Dworkpacket.py78 def Unpack(packed):
80 Creates a WorkPacket object from the given packed representation.
82 binaries = packed["binaries"]
83 pubkey_fingerprint = packed["pubkey"]
84 ctx = context.Context.Unpack(packed["context"])
85 base_revision = packed["base_revision"]
86 patch = packed["patch"]
87 tests = [ testcase.TestCase.UnpackTask(t) for t in packed["tests"] ]
/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp17 } __attribute__((packed));
20 int i; // expected-warning {{packed attribute is unnecessary for 'i'}}
22 } __attribute__((packed));
49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}}
50 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
51 int y; // expected-warning {{packed attribute is unnecessary for 'y'}}
52 } __attribute__((packed));
54 struct S10 { // expected-warning {{packed attribute is unnecessary for 'S10'}}
55 int x; // expected-warning {{packed attribute is unnecessary for 'x'}}
57 } __attribute__((packed));
[all...]
H A D2007-04-05-PackedBitFields-1.cpp4 #define P __attribute__((packed))
H A D2007-04-05-PackedBitFieldsOverlap-2.cpp4 #define P __attribute__((packed))
H A D2007-04-05-PackedBitFieldsOverlap.cpp5 #define P __attribute__((packed))
/external/clang/test/Sema/
H A Dstruct-packed-align.c7 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;};
100 // Alignment+packed
101 struct as6 {char c; __attribute__((packed, aligne
[all...]
H A Denum-packed.c5 enum __attribute__((packed)) E {
/external/e2fsprogs/lib/quota/
H A Dquotaio_v2.h21 } __attribute__ ((packed));
37 } __attribute__ ((packed));
52 } __attribute__ ((packed));
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.cpp15 static int get_unsigned_exp(uint32_t packed) argument
17 return (packed << 1 >> 24);
20 static unsigned get_unsigned_value(uint32_t packed) argument
22 return (packed << 9 >> 9) | (1 << 23);
25 static int get_signed_value(int32_t packed) argument
27 return SkApplySign(get_unsigned_value(packed), SkExtractSign(packed));
32 int SkFloat::GetShift(int32_t packed, int shift) argument
34 if (packed == 0)
37 int exp = get_unsigned_exp(packed)
96 int32_t packed = sign << 31; // set the sign-bit local
116 Neg(int32_t packed) argument
178 MulInt(int32_t packed, int n) argument
199 DivInt(int32_t packed, int n) argument
204 Invert(int32_t packed) argument
209 Sqrt(int32_t packed) argument
231 CubeRoot(int32_t packed) argument
[all...]
/external/skia/src/core/
H A DSkFloat.cpp15 static int get_unsigned_exp(uint32_t packed) argument
17 return (packed << 1 >> 24);
20 static unsigned get_unsigned_value(uint32_t packed) argument
22 return (packed << 9 >> 9) | (1 << 23);
25 static int get_signed_value(int32_t packed) argument
27 return SkApplySign(get_unsigned_value(packed), SkExtractSign(packed));
32 int SkFloat::GetShift(int32_t packed, int shift) argument
34 if (packed == 0)
37 int exp = get_unsigned_exp(packed)
96 int32_t packed = sign << 31; // set the sign-bit local
116 Neg(int32_t packed) argument
178 MulInt(int32_t packed, int n) argument
199 DivInt(int32_t packed, int n) argument
204 Invert(int32_t packed) argument
209 Sqrt(int32_t packed) argument
231 CubeRoot(int32_t packed) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_tests.h43 * A (packed, unpacked) color pair.
55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member in struct:util_format_test_case

Completed in 837 milliseconds

1234567891011>>