Searched refs:packed (Results 101 - 125 of 433) sorted by relevance

1234567891011>>

/external/syslinux/gpxe/src/include/gpxe/
H A Dib_srp.h22 } __attribute__ (( packed ));
30 } __attribute__ (( packed ));
H A Dsmbios.h75 } __attribute__ (( packed ));
85 } __attribute__ (( packed ));
113 } __attribute__ (( packed ));
132 } __attribute__ (( packed ));
H A Dwpa.h171 } __attribute__ (( packed ));
240 } __attribute__ (( packed )) mic;
241 } __attribute__ (( packed ));
264 } __attribute__ (( packed ));
271 } __attribute__ (( packed ));
431 } __attribute__ (( packed ));
494 } __attribute__ (( packed ));
/external/vboot_reference/host/lib/include/
H A Dfmap.h27 } __attribute__((packed)) FmapHeader;
34 } __attribute__((packed)) FmapAreaHeader;
/external/clang/test/CodeGen/
H A Dext-vector-member-alignment.c5 struct __attribute__((packed, aligned(4))) struct1 {
H A Dpacked-structure.c7 int y __attribute__((packed));
40 } __attribute__((packed));
89 struct __attribute__((packed, aligned)) s3 {
/external/kernel-headers/original/uapi/linux/
H A Dif_hippi.h107 } __attribute__((packed));
132 } __attribute__((packed));
145 } __attribute__((packed));
151 } __attribute__((packed));
H A Dvirtio_balloon.h78 * without the packed attribute.
83 } __attribute__((packed));
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dmpx-hw.h56 } __attribute__((packed));
63 } __attribute__((packed));
67 } __attribute__((packed));
71 } __attribute__((packed));
/external/syslinux/com32/gplinclude/acpi/
H A Dstructs.h33 } __attribute__ ((packed)) s_gas;
/external/syslinux/gpxe/src/drivers/net/
H A Dvirtio-net.h22 } __attribute__((packed));
/external/v8/tools/testrunner/objects/
H A Dpeer.py77 def Unpack(packed):
78 """Creates a Peer object built from a packed representation."""
80 return Peer(packed[0], packed[1], packed[2], pubkey_dummy)
/external/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp70 struct [[gnu::packed]] packed { char c; int n; }; struct
71 static_assert(sizeof(packed) == sizeof(char) + sizeof(int), "not packed");
/external/kernel-headers/original/uapi/linux/can/
H A Dgw.h105 } __attribute__((packed));
114 } __attribute__((packed));
125 } __attribute__((packed));
/external/skia/tests/
H A DColorTest.cpp15 #define GetPackedR16As32(packed) (SkGetPackedR16(dc) << (8 - SK_R16_BITS))
16 #define GetPackedG16As32(packed) (SkGetPackedG16(dc) << (8 - SK_G16_BITS))
17 #define GetPackedB16As32(packed) (SkGetPackedB16(dc) << (8 - SK_B16_BITS))
/external/vboot_reference/firmware/include/
H A Dbmpblk_header.h69 } __attribute__((packed)) BmpBlockHeader;
84 } __attribute__((packed)) ScreenLayout;
115 } __attribute__((packed)) ImageInfo;
/external/clang/test/Sema/
H A Dbitfield-layout.c26 // Zero-width bit-fields with packed
27 struct __attribute__((packed)) a2 { short x : 9; char : 0; int y : 17; };
31 // Zero-width bit-fields at the end of packed struct
32 struct __attribute__((packed)) a3 { short x : 9; int : 0; };
41 // For comparison, non-zero-width bit-fields at the end of packed struct
42 struct __attribute__((packed)) a4 { short x : 9; int : 1; };
75 struct __attribute__((packed)) e {int x : 4, y : 30, z : 30;};
136 // Explicit attribute align on bit-field has precedence over packed attribute
138 struct __attribute__((packed)) g3 {
153 struct __attribute__((packed)) g
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum_field.cc142 if (descriptor_->options().packed()) {
143 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
200 if (descriptor_->options().packed()) {
228 // If packed, set up the while loop
229 if (descriptor_->options().packed()) {
241 if (descriptor_->options().packed()) {
251 if (descriptor_->options().packed()) {
304 if (descriptor_->options().packed()) {
316 // cache the data size for packed fields.
317 if (descriptor_->options().packed()) {
[all...]
/external/kernel-headers/original/uapi/linux/usb/
H A Daudio.h162 } __attribute__ ((packed));
176 } __attribute__ ((packed))
190 } __attribute__ ((packed));
217 } __attribute__ ((packed));
245 } __attribute__ ((packed))
255 } __attribute__ ((packed));
305 } __attribute__ ((packed));
322 } __attribute__((packed));
339 } __attribute__ ((packed));
407 } __attribute__ ((packed));
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h30 * Functions to produce packed colors/Z from floats.
161 * Unpack RGBA from a packed pixel, returning values as ubytes in [0,255].
477 uint32_t packed = util_pack_mask_z(format, z); local
481 packed |= (uint32_t)s << 24;
484 packed |= s;
487 packed |= s;
493 return packed;
500 uint64_t packed; local
504 packed = util_pack64_mask_z(format, z);
505 packed |
583 uint32_t packed = util_pack_z(format, z); local
606 uint64_t packed; local
[all...]
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeaderParser.java151 int packed = read();
153 header.currentFrame.dispose = (packed & 0x1c) >> 2;
158 header.currentFrame.transparency = (packed & 1) != 0;
182 int packed = read();
184 boolean lctFlag = (packed & 0x80) != 0;
185 int lctSize = (int) Math.pow(2, (packed & 0x07) + 1);
187 // 4-5 - reserved lctSize = 2 << (packed & 7); // 6-8 - local color
189 header.currentFrame.interlace = (packed & 0x40) != 0;
254 int packed = read();
256 header.gctFlag = (packed
[all...]
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Ddesc.h30 } __attribute__ ((packed));
46 } __attribute__ ((packed));
106 } __attribute__ ((packed));
131 } __attribute__ ((packed));
239 } __attribute__ ((packed));
247 } __attribute__ ((packed));
288 } __attribute__ ((packed));
296 } __attribute__ ((packed));
307 } __attribute__ ((packed));
322 } __attribute__ ((packed));
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c143 * @param desc the pixel format for the packed pixel value
144 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM
151 LLVMValueRef packed)
172 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context));
174 /* Broadcast the packed value to all four channels
175 * before: packed = BGRA
176 * after: packed = {BGRA, BGRA, BGRA, BGRA}
178 packed = LLVMBuildInsertElement(builder,
180 packed,
183 packed
149 lp_build_unpack_arith_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef packed) argument
269 LLVMValueRef packed = NULL; local
398 LLVMValueRef packed; local
442 LLVMValueRef packed; local
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h254 } __attribute__((packed));
356 } __attribute__((packed));
397 } __attribute__((packed));
411 } __attribute__((packed));
420 } __attribute__((packed));
478 } __attribute__((packed));
482 } __attribute__((packed));
486 } __attribute__((packed));
504 } __attribute__((packed));
514 } __attribute__((packed));
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DD_S_I_G_.py60 packed = sstruct.pack(DSIG_HeaderFormat, self)
61 headers = [packed]
62 offset = len(packed) + self.usNumSigs * sstruct.calcsize(DSIG_SignatureFormat)
67 packed = sstruct.pack(DSIG_SignatureBlockFormat, sigrec) + sigrec.pkcs7
68 data.append(packed)
70 sigrec.ulLength = len(packed)

Completed in 2104 milliseconds

1234567891011>>