Home
last modified time | relevance | path

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

12345678910>>...25

/external/v8/tools/testrunner/objects/
Dcontext.py61 def Unpack(packed): argument
63 return Context(packed[0], packed[1], None, packed[2], False,
64 packed[3], packed[4], packed[5], packed[6], packed[7],
65 packed[8], packed[9], packed[10], packed[11], packed[12],
66 packed[13], packed[14], packed[15])
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_extension_packed_nano.proto13 repeated int32 packed_int32 = 10 [ packed = true ];
14 repeated uint32 packed_uint32 = 11 [ packed = true ];
15 repeated sint32 packed_sint32 = 12 [ packed = true ];
16 repeated int64 packed_int64 = 13 [ packed = true ];
17 repeated uint64 packed_uint64 = 14 [ packed = true ];
18 repeated sint64 packed_sint64 = 15 [ packed = true ];
19 repeated fixed32 packed_fixed32 = 16 [ packed = true ];
20 repeated sfixed32 packed_sfixed32 = 17 [ packed = true ];
21 repeated fixed64 packed_fixed64 = 18 [ packed = true ];
22 repeated sfixed64 packed_sfixed64 = 19 [ packed = true ];
[all …]
Dunittest_repeated_packables_nano.proto44 // One with none marked as packed and the other all packed. For
50 // All packable types, none marked as packed.
75 // all marked as packed.
77 repeated int32 int32s = 1 [ packed = true ];
78 repeated int64 int64s = 2 [ packed = true ];
79 repeated uint32 uint32s = 3 [ packed = true ];
80 repeated uint64 uint64s = 4 [ packed = true ];
81 repeated sint32 sint32s = 5 [ packed = true ];
82 repeated sint64 sint64s = 6 [ packed = true ];
83 repeated fixed32 fixed32s = 7 [ packed = true ];
[all …]
/external/kernel-headers/original/uapi/linux/
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)) usb;
[all …]
Dpfkeyv2.h23 } __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 …]
Dhyperv.h75 } __attribute__((packed));
86 } __attribute__((packed));
90 } __attribute__((packed));
101 } __attribute__((packed));
123 } __attribute__((packed));
134 } __attribute__((packed));
147 } __attribute__((packed));
335 } __attribute__((packed));
342 } __attribute__((packed));
354 } __attribute__((packed));
[all …]
/external/rmi4utils/f54test/
Df54test.h261 } __attribute__((packed));
277 } __attribute__((packed));
293 } __attribute__((packed));
309 } __attribute__((packed));
325 } __attribute__((packed));
341 } __attribute__((packed));
357 } __attribute__((packed));
373 } __attribute__((packed));
389 } __attribute__((packed));
405 } __attribute__((packed));
[all …]
/external/syslinux/com32/gplinclude/disk/
Dgeom.h84 } __attribute__ ((packed)) isa;
91 } __attribute__ ((packed)) pci;
95 } __attribute__ ((packed)) ibnd;
98 } __attribute__ ((packed)) xprs;
101 } __attribute__ ((packed)) htpt;
104 } __attribute__ ((packed)) unknown;
134 } __attribute__ ((packed)) ata;
142 } __attribute__ ((packed)) atapi;
148 } __attribute__ ((packed)) scsi;
152 } __attribute__ ((packed)) usb;
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Dib_mad.h31 } __attribute__ (( packed ));
67 } __attribute__ (( packed ));
86 } __attribute__ ((packed));
98 } __attribute__ (( packed ));
137 } __attribute__ (( packed ));
174 } __attribute__ (( packed ));
184 } __attribute__ (( packed ));
189 } __attribute__ (( packed ));
195 } __attribute__ (( packed ));
210 } __attribute__ (( packed ));
[all …]
Dieee80211.h308 } __attribute__((packed));
333 } __attribute__((packed));
355 } __attribute__((packed));
366 } __attribute__((packed));
570 } __attribute__ ((packed));
578 } __attribute__ ((packed));
596 } __attribute__ ((packed));
616 } __attribute__ ((packed));
627 } __attribute__ ((packed));
634 } __attribute__ ((packed));
[all …]
Dsrp.h28 } __attribute__ (( packed ));
33 } __attribute__ (( packed ));
41 } __attribute__ (( packed ));
51 } __attribute__ (( packed ));
92 } __attribute__ (( packed ));
160 } __attribute__ (( packed ));
219 } __attribute__ (( packed ));
269 } __attribute__ (( packed ));
303 } __attribute__ (( packed ));
376 } __attribute__ (( packed ));
[all …]
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c58 const uint8_t *packed, in print_packed() argument
66 printf("%s%02x", sep, packed[i]); in print_packed()
214 format_desc->fetch_rgba_float(unpacked[i][j], test->packed, j, i); in test_format_fetch_rgba_float()
241 test->packed, 0, in test_format_unpack_rgba_float()
269 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local
282 memset(packed, 0, sizeof packed); in test_format_pack_rgba_float()
291 format_desc->pack_rgba_float(packed, 0, in test_format_pack_rgba_float()
297 if ((test->packed[i] & test->mask[i]) != (packed[i] & test->mask[i])) in test_format_pack_rgba_float()
306 print_packed(format_desc, "FAILED: ", packed, " obtained\n"); in test_format_pack_rgba_float()
307 print_packed(format_desc, " ", test->packed, " expected\n"); in test_format_pack_rgba_float()
[all …]
/external/kernel-headers/original/uapi/linux/usb/
Dcdc.h68 } __attribute__ ((packed));
81 } __attribute__ ((packed));
90 } __attribute__ ((packed));
108 } __attribute__ ((packed));
119 } __attribute__ ((packed));
131 } __attribute__ ((packed));
144 } __attribute__ ((packed));
153 } __attribute__ ((packed));
163 } __attribute__ ((packed));
174 } __attribute__ ((packed));
[all …]
Dch9.h214 } __attribute__ ((packed));
277 } __attribute__ ((packed));
299 } __attribute__ ((packed));
349 } __attribute__ ((packed));
367 } __attribute__ ((packed));
387 } __attribute__ ((packed));
407 } __attribute__ ((packed));
669 } __attribute__ ((packed));
683 } __attribute__ ((packed));
725 } __attribute__ ((packed));
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_proto3_arena_lite.proto148 // Test messages for packed fields
151 repeated int32 packed_int32 = 90 [packed = true];
152 repeated int64 packed_int64 = 91 [packed = true];
153 repeated uint32 packed_uint32 = 92 [packed = true];
154 repeated uint64 packed_uint64 = 93 [packed = true];
155 repeated sint32 packed_sint32 = 94 [packed = true];
156 repeated sint64 packed_sint64 = 95 [packed = true];
157 repeated fixed32 packed_fixed32 = 96 [packed = true];
158 repeated fixed64 packed_fixed64 = 97 [packed = true];
159 repeated sfixed32 packed_sfixed32 = 98 [packed = true];
[all …]
Dunittest_proto3_lite.proto147 // Test messages for packed fields
150 repeated int32 packed_int32 = 90 [packed = true];
151 repeated int64 packed_int64 = 91 [packed = true];
152 repeated uint32 packed_uint32 = 92 [packed = true];
153 repeated uint64 packed_uint64 = 93 [packed = true];
154 repeated sint32 packed_sint32 = 94 [packed = true];
155 repeated sint64 packed_sint64 = 95 [packed = true];
156 repeated fixed32 packed_fixed32 = 96 [packed = true];
157 repeated fixed64 packed_fixed64 = 97 [packed = true];
158 repeated sfixed32 packed_sfixed32 = 98 [packed = true];
[all …]
Dunittest_proto3_arena.proto147 // Test messages for packed fields
150 repeated int32 packed_int32 = 90 [packed = true];
151 repeated int64 packed_int64 = 91 [packed = true];
152 repeated uint32 packed_uint32 = 92 [packed = true];
153 repeated uint64 packed_uint64 = 93 [packed = true];
154 repeated sint32 packed_sint32 = 94 [packed = true];
155 repeated sint64 packed_sint64 = 95 [packed = true];
156 repeated fixed32 packed_fixed32 = 96 [packed = true];
157 repeated fixed64 packed_fixed64 = 97 [packed = true];
158 repeated sfixed32 packed_sfixed32 = 98 [packed = true];
[all …]
/external/kernel-headers/original/uapi/linux/wimax/
Di2400m.h146 } __attribute__ ((packed));
186 } __attribute__ ((packed));
212 } __attribute__((packed));
230 } __attribute__((packed));
284 } __attribute__ ((packed));
323 } __attribute__ ((packed));
428 } __attribute__((packed));
439 } __attribute__((packed));
475 } __attribute__((packed));
484 } __attribute__((packed));
[all …]
/external/protobuf/js/
Dtestbinary.proto89 repeated int32 packed_repeated_int32 = 61 [packed=true];
90 repeated int64 packed_repeated_int64 = 62 [packed=true];
91 repeated uint32 packed_repeated_uint32 = 63 [packed=true];
92 repeated uint64 packed_repeated_uint64 = 64 [packed=true];
93 repeated sint32 packed_repeated_sint32 = 65 [packed=true];
94 repeated sint64 packed_repeated_sint64 = 66 [packed=true];
95 repeated fixed32 packed_repeated_fixed32 = 67 [packed=true];
96 repeated fixed64 packed_repeated_fixed64 = 68 [packed=true];
97 repeated sfixed32 packed_repeated_sfixed32 = 69 [packed=true];
98 repeated sfixed64 packed_repeated_sfixed64 = 70 [packed=true];
[all …]
/external/kernel-headers/original/uapi/sound/
Dasoc.h168 } __attribute__((packed));
174 } __attribute__((packed));
180 } __attribute__((packed));
186 } __attribute__((packed));
197 } __attribute__((packed));
210 } __attribute__((packed));
219 } __attribute__((packed));
228 } __attribute__((packed));
238 } __attribute__((packed));
249 } __attribute__((packed));
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c57 LLVMValueRef packed, in uyvy_to_yuv_soa() argument
71 assert(lp_check_value(type, packed)); in uyvy_to_yuv_soa()
93 tmp = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 8), ""); in uyvy_to_yuv_soa()
103 *y = LLVMBuildLShr(builder, packed, shift, ""); in uyvy_to_yuv_soa()
106 *u = packed; in uyvy_to_yuv_soa()
107 *v = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 16), ""); in uyvy_to_yuv_soa()
125 LLVMValueRef packed, in yuyv_to_yuv_soa() argument
139 assert(lp_check_value(type, packed)); in yuyv_to_yuv_soa()
161 tmp = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 16), ""); in yuyv_to_yuv_soa()
163 *y = lp_build_select(&bld32, sel, packed, tmp); in yuyv_to_yuv_soa()
[all …]
/external/clang/test/Sema/
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));
77 struct __attribute__((packed)) as3 {
90 void *args[] __attribute__((packed));
94 union __attribute__((packed)) au4 {char c; int x;};
104 struct as6 {char c; __attribute__((packed, aligned(2))) int x;};
108 union au6 {char c; __attribute__((packed, aligned(2))) int x;};
[all …]
/external/skia/src/gpu/
DGrGlyph.h43 void init(GrGlyph::PackedID packed, const SkIRect& bounds, GrMaskFormat format) { in init()
46 fPackedID = packed; in init()
79 static inline SkFixed UnpackFixedX(PackedID packed) { in UnpackFixedX()
80 return ((packed >> 18) & 3) << 14; in UnpackFixedX()
83 static inline SkFixed UnpackFixedY(PackedID packed) { in UnpackFixedY()
84 return ((packed >> 16) & 3) << 14; in UnpackFixedY()
87 static inline MaskStyle UnpackMaskStyle(PackedID packed) { in UnpackMaskStyle()
88 return ((packed >> 20) & 1) ? kDistance_MaskStyle : kCoverage_MaskStyle; in UnpackMaskStyle()
91 static inline uint16_t UnpackID(PackedID packed) { in UnpackID()
92 return (uint16_t)packed; in UnpackID()
/external/syslinux/gpxe/src/drivers/infiniband/
Dhermon.h124 } __attribute__ (( packed ));
129 } __attribute__ (( packed ));
140 } __attribute__ (( packed ));
145 } __attribute__ (( packed ));
151 } __attribute__ (( packed ));
157 } __attribute__ (( packed ));
166 } __attribute__ (( packed ));
171 } __attribute__ (( packed ));
227 } __attribute__ (( packed ));
235 } __attribute__ (( packed ));
[all …]
/external/nanopb-c/tests/alltypes/
Dalltypes.proto60 repeated int32 rep_int32 = 21 [packed = true];
61 repeated int64 rep_int64 = 22 [packed = true];
62 repeated uint32 rep_uint32 = 23 [packed = true];
63 repeated uint64 rep_uint64 = 24 [packed = true];
64 repeated sint32 rep_sint32 = 25 [packed = true];
65 repeated sint64 rep_sint64 = 26 [packed = true];
66 repeated bool rep_bool = 27 [packed = true];
68 repeated fixed32 rep_fixed32 = 28 [packed = true];
69 repeated sfixed32 rep_sfixed32= 29 [packed = true];
70 repeated float rep_float = 30 [packed = true];
[all …]

12345678910>>...25