Home
last modified time | relevance | path

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

12345678910>>...56

/external/skia/src/core/
DSkFont_serial.cpp48 uint32_t packed = 0; in Flatten() local
49 packed |= font.fFlags << kShift_For_Flags; in Flatten()
50 packed |= font.fEdging << kShift_For_Edging; in Flatten()
51 packed |= font.fHinting << kShift_For_Hinting; in Flatten()
54 packed |= kSize_Is_Byte_Bit; in Flatten()
55 packed |= (int)font.fSize << kShift_for_Size; in Flatten()
58 packed |= kHas_ScaleX_Bit; in Flatten()
61 packed |= kHas_SkewX_Bit; in Flatten()
64 packed |= kHas_Typeface_Bit; in Flatten()
67 buffer.write32(packed); in Flatten()
[all …]
DSkPath_serial.cpp44 static unsigned extract_version(uint32_t packed) { in extract_version() argument
45 return packed & kVersion_SerializationMask; in extract_version()
48 static SkPathFillType extract_filltype(uint32_t packed) { in extract_filltype() argument
49 return static_cast<SkPathFillType>((packed >> kFillType_SerializationShift) & 0x3); in extract_filltype()
52 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype() argument
53 return static_cast<SerializationType>((packed >> kType_SerializationShift) & 0xF); in extract_serializationtype()
78 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local
84 buffer.write32(packed); in writeToMemoryAsRRect()
99 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory() local
121 buffer.write32(packed); in writeToMemory()
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-move-10.ll3 ; Test PC-relative memory accesses of globals with packed struct types.
20 %packed.i16i32 = type <{ i16, i32 }>
21 %packed.i16i32i16i32 = type <{ i16, i32, i16, i32 }>
22 %packed.i16i64 = type <{ i16, i64 }>
23 %packed.i8i16 = type <{ i8, i16 }>
25 @A_align2 = global %packed.i16i32 zeroinitializer, align 2
26 @B_align2 = global %packed.i16i32i16i32 zeroinitializer, align 2
27 @C_align2 = global %packed.i16i64 zeroinitializer, align 2
28 @D_align4 = global %packed.i16i32 zeroinitializer, align 4
29 @E_align4 = global %packed.i16i32i16i32 zeroinitializer, align 4
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp17 } __attribute__((packed));
22 } __attribute__((packed));
52 } __attribute__((packed));
57 } __attribute__((packed));
63 } __attribute__((packed));
77 } __attribute__((packed));
82 } __attribute__((packed));
86 } __attribute__((packed, aligned(4)));
91 } __attribute__((packed, aligned(2)));
96 } __attribute__((packed, aligned(4)));
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dfft_sse2.c39 void aom_fft_unpack_2d_output_sse2(const float *packed, float *output, int n) { in aom_fft_unpack_2d_output_sse2() argument
41 output[0] = packed[0]; in aom_fft_unpack_2d_output_sse2()
43 output[2 * (n2 * n)] = packed[n2 * n]; in aom_fft_unpack_2d_output_sse2()
46 output[2 * n2] = packed[n2]; in aom_fft_unpack_2d_output_sse2()
48 output[2 * (n2 * n + n2)] = packed[n2 * n + n2]; in aom_fft_unpack_2d_output_sse2()
52 output[2 * (0 * n + c)] = packed[c]; in aom_fft_unpack_2d_output_sse2()
53 output[2 * (0 * n + c) + 1] = packed[c + n2]; in aom_fft_unpack_2d_output_sse2()
54 output[2 * (n2 * n + c) + 0] = packed[n2 * n + c]; in aom_fft_unpack_2d_output_sse2()
55 output[2 * (n2 * n + c) + 1] = packed[n2 * n + c + n2]; in aom_fft_unpack_2d_output_sse2()
58 output[2 * (r * n + 0)] = packed[r * n]; in aom_fft_unpack_2d_output_sse2()
[all …]
/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 …]
/external/kernel-headers/original/uapi/linux/
Dedd.h92 } __attribute__ ((packed)) isa;
99 } __attribute__ ((packed)) pci;
103 } __attribute__ ((packed)) ibnd;
106 } __attribute__ ((packed)) xprs;
109 } __attribute__ ((packed)) htpt;
112 } __attribute__ ((packed)) unknown;
121 } __attribute__ ((packed)) ata;
129 } __attribute__ ((packed)) atapi;
135 } __attribute__ ((packed)) scsi;
139 } __attribute__ ((packed)) usb;
[all …]
Dpfkeyv2.h24 } __attribute__((packed));
30 } __attribute__((packed));
42 } __attribute__((packed));
52 } __attribute__((packed));
61 } __attribute__((packed));
69 } __attribute__((packed));
78 } __attribute__((packed));
90 } __attribute__((packed));
102 } __attribute__((packed));
127 } __attribute__((packed));
[all …]
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked.stderr1 error: #[pin_project] attribute may not be used on #[repr(packed)] types
2 --> $DIR/packed.rs:4:8
4 4 | #[repr(packed, C)] //~ ERROR may not be used on #[repr(packed)] types
7 error: #[pin_project] attribute may not be used on #[repr(packed)] types
8 --> $DIR/packed.rs:11:8
10 11 | #[repr(packed, C)] //~ ERROR may not be used on #[repr(packed)] types
13 error: #[pin_project] attribute may not be used on #[repr(packed)] types
14 --> $DIR/packed.rs:19:8
16 19 | #[repr(packed(2))] //~ ERROR may not be used on #[repr(packed)] types
/external/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp683 SIMD::Int packed[4]; in EmitImageRead() local
688 packed[i] = texelPtr.Load<SIMD::Int>(robustness, state->activeLaneMask()); in EmitImageRead()
701 packed[0] = Insert(packed[0], Int(*Pointer<Short>(texelPtr.base + Extract(offsets, i))), i); in EmitImageRead()
714 packed[0] = Insert(packed[0], Int(*Pointer<Byte>(texelPtr.base + Extract(offsets, i))), i); in EmitImageRead()
729 dst.move(0, packed[0]); in EmitImageRead()
730 dst.move(1, packed[1]); in EmitImageRead()
731 dst.move(2, packed[2]); in EmitImageRead()
732 dst.move(3, packed[3]); in EmitImageRead()
736 dst.move(0, packed[0]); in EmitImageRead()
745 dst.move(0, packed[0]); in EmitImageRead()
[all …]
/external/protobuf/php/tests/proto/
Dtest.proto141 repeated int32 repeated_int32 = 90 [packed = true];
142 repeated int64 repeated_int64 = 91 [packed = true];
143 repeated uint32 repeated_uint32 = 92 [packed = true];
144 repeated uint64 repeated_uint64 = 93 [packed = true];
145 repeated sint32 repeated_sint32 = 94 [packed = true];
146 repeated sint64 repeated_sint64 = 95 [packed = true];
147 repeated fixed32 repeated_fixed32 = 96 [packed = true];
148 repeated fixed64 repeated_fixed64 = 97 [packed = true];
149 repeated sfixed32 repeated_sfixed32 = 98 [packed = true];
150 repeated sfixed64 repeated_sfixed64 = 99 [packed = true];
[all …]
/external/skqp/src/core/
DSkPath_serial.cpp41 static unsigned extract_version(uint32_t packed) { in extract_version() argument
42 return packed & kVersion_SerializationMask; in extract_version()
45 static SkPath::FillType extract_filltype(uint32_t packed) { in extract_filltype() argument
46 return static_cast<SkPath::FillType>((packed >> kFillType_SerializationShift) & 0x3); in extract_filltype()
49 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype() argument
50 return static_cast<SerializationType>((packed >> kType_SerializationShift) & 0xF); in extract_serializationtype()
75 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local
81 buffer.write32(packed); in writeToMemoryAsRRect()
96 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory() local
118 buffer.write32(packed); in writeToMemory()
[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/protobuf/java/core/src/test/proto/com/google/protobuf/
Dproto2_message.proto72 repeated double field_double_list_18 = 18 [packed = false];
73 repeated float field_float_list_19 = 19 [packed = false];
74 repeated int64 field_int64_list_20 = 20 [packed = false];
75 repeated uint64 field_uint64_list_21 = 21 [packed = false];
76 repeated int32 field_int32_list_22 = 22 [packed = false];
77 repeated fixed64 field_fixed64_list_23 = 23 [packed = false];
78 repeated fixed32 field_fixed32_list_24 = 24 [packed = false];
79 repeated bool field_bool_list_25 = 25 [packed = false];
80 repeated string field_string_list_26 = 26 [packed = false];
81 repeated Proto2Message field_message_list_27 = 27 [packed = false];
[all …]
Dproto2_message_lite.proto65 repeated double field_double_list_18 = 18 [packed = false];
66 repeated float field_float_list_19 = 19 [packed = false];
67 repeated int64 field_int64_list_20 = 20 [packed = false];
68 repeated uint64 field_uint64_list_21 = 21 [packed = false];
69 repeated int32 field_int32_list_22 = 22 [packed = false];
70 repeated fixed64 field_fixed64_list_23 = 23 [packed = false];
71 repeated fixed32 field_fixed32_list_24 = 24 [packed = false];
72 repeated bool field_bool_list_25 = 25 [packed = false];
73 repeated string field_string_list_26 = 26 [packed = false];
74 repeated Proto2MessageLite field_message_list_27 = 27 [packed = false];
[all …]
/external/iproute2/include/uapi/linux/
Dpfkeyv2.h24 } __attribute__((packed));
30 } __attribute__((packed));
42 } __attribute__((packed));
52 } __attribute__((packed));
61 } __attribute__((packed));
69 } __attribute__((packed));
78 } __attribute__((packed));
90 } __attribute__((packed));
102 } __attribute__((packed));
127 } __attribute__((packed));
[all …]
/external/kernel-headers/original/uapi/linux/usb/
Dcdc.h69 } __attribute__ ((packed));
82 } __attribute__ ((packed));
91 } __attribute__ ((packed));
109 } __attribute__ ((packed));
120 } __attribute__ ((packed));
132 } __attribute__ ((packed));
145 } __attribute__ ((packed));
154 } __attribute__ ((packed));
164 } __attribute__ ((packed));
175 } __attribute__ ((packed));
[all …]
/external/python/cpython2/Lib/test/
Dtest_aepack.py30 packed = aepack.pack(o)
31 unpacked = aepack.unpack(packed)
36 packed = aepack.pack(o)
37 unpacked = aepack.unpack(packed)
42 packed = aepack.pack(o)
43 unpacked = aepack.unpack(packed)
48 packed = aepack.pack(o)
49 unpacked = aepack.unpack(packed)
54 packed = aepack.pack(o)
55 unpacked = aepack.unpack(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.proto149 // Test messages for packed fields
152 repeated int32 packed_int32 = 90 [packed = true];
153 repeated int64 packed_int64 = 91 [packed = true];
154 repeated uint32 packed_uint32 = 92 [packed = true];
155 repeated uint64 packed_uint64 = 93 [packed = true];
156 repeated sint32 packed_sint32 = 94 [packed = true];
157 repeated sint64 packed_sint64 = 95 [packed = true];
158 repeated fixed32 packed_fixed32 = 96 [packed = true];
159 repeated fixed64 packed_fixed64 = 97 [packed = true];
160 repeated sfixed32 packed_sfixed32 = 98 [packed = true];
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/
Dtest.proto11 repeated bool bool_packed = 1 [packed = true];
12 repeated int32 i32_packed = 2 [packed = true];
13 repeated int64 i64_packed = 3 [packed = true];
14 repeated fixed32 f32_packed = 4 [packed = true];
15 repeated fixed64 f64_packed = 5 [packed = true];
19 repeated bool bool_packed = 1 [packed = false];
20 repeated int32 i32_packed = 2 [packed = false];
21 repeated int64 i64_packed = 3 [packed = false];
22 repeated fixed32 f32_packed = 4 [packed = false];
23 repeated fixed64 f64_packed = 5 [packed = false];
/external/llvm-project/clang/test/Sema/
Dstruct-packed-align.c8 int b __attribute__((packed));
16 struct __attribute__((packed)) packed_s {
18 int b __attribute__((packed));
34 struct __attribute__((packed)) packed_fas {
45 } __attribute__((packed));
78 struct __attribute__((packed)) as3 {
91 void *args[] __attribute__((packed));
95 union __attribute__((packed)) au4 {char c; int x;};
105 struct as6 {char c; __attribute__((packed, aligned(2))) int x;};
109 union au6 {char c; __attribute__((packed, aligned(2))) int x;};
[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()
99 tmp = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 8), ""); in uyvy_to_yuv_soa()
114 *y = LLVMBuildLShr(builder, packed, shift, ""); in uyvy_to_yuv_soa()
118 *u = packed; in uyvy_to_yuv_soa()
119 *v = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 16), ""); in uyvy_to_yuv_soa()
121 *u = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 24), ""); in uyvy_to_yuv_soa()
122 *v = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 8), ""); in uyvy_to_yuv_soa()
141 LLVMValueRef packed, in yuyv_to_yuv_soa() argument
155 assert(lp_check_value(type, packed)); in yuyv_to_yuv_soa()
[all …]
/external/mesa3d/src/mesa/main/
Dformats.csv37 # - channel encoding (only meaningful for array or packed layout), containing for each
55 MESA_FORMAT_A8B8G8R8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , un8 , wzyx, rgb
56 MESA_FORMAT_X8B8G8R8_UNORM , packed, 1, 1, 1, x8 , un8 , un8 , un8 , wzy1, rgb
57 MESA_FORMAT_R8G8B8A8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , un8 , xyzw, rgb
58 MESA_FORMAT_R8G8B8X8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , x8 , xyz1, rgb
59 MESA_FORMAT_B8G8R8A8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , un8 , zyxw, rgb
60 MESA_FORMAT_B8G8R8X8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , x8 , zyx1, rgb
61 MESA_FORMAT_A8R8G8B8_UNORM , packed, 1, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
62 MESA_FORMAT_X8R8G8B8_UNORM , packed, 1, 1, 1, x8 , un8 , un8 , un8 , yzw1, rgb
63 MESA_FORMAT_B5G6R5_UNORM , packed, 1, 1, 1, un5 , un6 , un5 , , zyx1, rgb
[all …]

12345678910>>...56