/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | packed-n-with-padding.rs | 10 pub struct Packed { structure names 18 const UNINIT: ::std::mem::MaybeUninit<Packed> = in bindgen_test_layout_Packed() 22 ::std::mem::size_of::<Packed>(), in bindgen_test_layout_Packed() 24 concat!("Size of: ", stringify!(Packed)) in bindgen_test_layout_Packed() 27 ::std::mem::align_of::<Packed>(), in bindgen_test_layout_Packed() 29 concat!("Alignment of ", stringify!(Packed)) in bindgen_test_layout_Packed() 34 concat!("Offset of field: ", stringify!(Packed), "::", stringify!(a)) in bindgen_test_layout_Packed() 39 concat!("Offset of field: ", stringify!(Packed), "::", stringify!(b)) in bindgen_test_layout_Packed() 44 concat!("Offset of field: ", stringify!(Packed), "::", stringify!(c)) in bindgen_test_layout_Packed() 49 concat!("Offset of field: ", stringify!(Packed), " in bindgen_test_layout_Packed() [all...] |
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 36 Packed { s: packed::Searcher, lits: Vec<Literal> }, 88 Packed { ref s, .. } => { in find() 127 Matcher::Packed { ref lits, .. } => LiteralIter::Packed(lits), in iter() 154 Packed { ref lits, .. } => lits.len(), in len() 166 Packed { ref s, .. } => s.heap_bytes(), in approximate_size() 209 return Matcher::Packed { s, lits: pats }; in new() 227 Packed(&'a [Literal]), 263 LiteralIter::Packed(ref mut lits) => { in next()
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Type.cs | 67 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Field), global::Google.Protobuf.WellKnownTypes.Field.Parser, new[]{ "Kind", "Cardinality", "Number", "Name", "TypeUrl", "OneofIndex", "Packed", "Options", "JsonName", "DefaultValue" }, null, new[]{ typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Kind), typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Cardinality) }, null, null), in TypeReflection() 586 public bool Packed { property in Google.Protobuf.WellKnownTypes.Field 653 if (Packed != other.Packed) return false; in Equals() 669 if (Packed != false) hash ^= Packed.GetHashCode(); in GetHashCode() 713 if (Packed != false) { in WriteTo() 715 output.WriteBool(Packed); in WriteTo() 759 if (Packed != false) { in IBufferMessage.InternalWriteTo() 761 output.WriteBool(Packed); in IBufferMessage.InternalWriteTo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIAddIMGInit.cpp | 118 bool Packed = !ST.hasUnpackedD16VMem(); in runOnMachineFunction() local 121 D16Val && Packed ? ((ActiveLanes + 1) >> 1) + 1 : ActiveLanes + 1; in runOnMachineFunction()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | packed-n-with-padding.h | 2 struct Packed { struct
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FieldDescriptor.cs | 234 return Proto.Options?.Packed ?? false; 238 return !Proto.Options.HasPacked || Proto.Options.Packed;
|
H A D | Descriptor.cs | 178 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null, null), in DescriptorReflection() 6557 public bool Packed { property in Google.Protobuf.Reflection.FieldOptions 6749 if (Packed != other.Packed) return false; in Equals() 6765 if (HasPacked) hash ^= Packed.GetHashCode(); in GetHashCode() 6796 output.WriteBool(Packed); in WriteTo() 6833 output.WriteBool(Packed); in IBufferMessage.InternalWriteTo() 6901 Packed = other.Packed; in MergeFrom() 6938 Packed in MergeFrom() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Constants.h | 468 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) { in getAnon() 469 return get(getTypeForElements(V, Packed), V); in getAnon() 472 ArrayRef<Constant*> V, bool Packed = false) { in getAnon() 473 return get(getTypeForElements(Ctx, V, Packed), V); in getAnon() 479 bool Packed = false); 483 bool Packed = false);
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | prefilter.rs | 344 .map(|s| PrefilterObj::new(Packed(s))), in build() 362 struct Packed(packed::Searcher); structure names 364 impl Prefilter for Packed {
|
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 221 enum class Packed { 229 Packed packed = Packed::UNSPECIFIED) { 235 if ((packed == Packed::TRUE && !f->is_packed()) || 236 (packed == Packed::FALSE && f->is_packed())) { 246 if (packed == Packed::TRUE) { 247 packed_string = "Packed "; 249 if (packed == Packed::FALSE) { 733 // Packed region ends in the middle of a value. in TestPrematureEOFForType() 799 GetFieldForType(type, true, is_proto3, Packed in TestValidDataForType() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 318 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator 1410 InstX86Base::SseSuffix::Packed> { 1420 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Addps() 1537 InstX86Base::SseSuffix::Packed> { 1547 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Subps() 1651 InstX86Base::SseSuffix::Packed> { 1661 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Andnps() 1667 InstX86Base::SseSuffix::Packed> { 1677 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Andps() 1793 InstX86Base::SseSuffix::Packed> { [all...] |
H A D | IceInstX8664.h | 257 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator 1351 InstX86Base::SseSuffix::Packed> { 1361 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Addps() 1478 InstX86Base::SseSuffix::Packed> { 1488 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Subps() 1592 InstX86Base::SseSuffix::Packed> { 1602 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Andnps() 1608 InstX86Base::SseSuffix::Packed> { 1618 InstX86Base::SseSuffix::Packed>(Func, Dest, in InstX86Andps() 1734 InstX86Base::SseSuffix::Packed> { [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-factory.cc | 330 CASE(PACKED_ELEMENTS, Packed, DisableAllocationSites); in ArrayNoArgumentConstructor() 364 CASE(PACKED_ELEMENTS, Packed, DisableAllocationSites); in ArraySingleArgumentConstructor()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-value.h | 155 WasmValue Packed(ValueType packed_type) const { in Packed() function in v8::internal::wasm::WasmValue
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 194 return (Tag->Options & ClassOptions::Packed) != ClassOptions::None; in isPacked()
|
H A D | NativeTypeEnum.cpp | 330 return bool(Record->getOptions() & codeview::ClassOptions::Packed); in isPacked()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | Core.h | 1274 unsigned ElementCount, LLVMBool Packed); 1282 LLVMBool Packed); 1304 unsigned ElementCount, LLVMBool Packed); 2003 unsigned Count, LLVMBool Packed); 2014 LLVMBool Packed);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_inl.h | 50 return internal::Packed##CPP_CAMELCASE##Parser( \ in ParseFieldWithExtensionInfo()
|
H A D | wire_format.cc | 835 ptr = internal::Packed##CPPTYPE_METHOD##Parser( \ in _InternalParseAndMergeField() 1286 target = stream->Write##TYPE_METHOD##Packed( \ in InternalSerializeField() 1515 // Packed fields get serialized like a string, not their native type. in FieldByteSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() 673 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0)); in LLVMStructTypeInContext() 677 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() 679 ElementCount, Packed); in LLVMStructType() 696 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() 698 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody() 1405 unsigned Count, LLVMBool Packed) { 1408 Packed != 0)); 1412 LLVMBool Packed) { 1414 Packed); 670 LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) LLVMStructTypeInContext() argument 676 LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) LLVMStructType() argument 695 LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) LLVMStructSetBody() argument [all...] |
H A D | Constants.cpp | 1102 bool Packed) { in getTypeForElements() 1108 return StructType::get(Context, EltTypes, Packed); in getTypeForElements() 1113 bool Packed) { in getTypeForElements() 1116 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements() 1100 getTypeForElements(LLVMContext &Context, ArrayRef<Constant*> V, bool Packed) getTypeForElements() argument 1112 getTypeForElements(ArrayRef<Constant*> V, bool Packed) getTypeForElements() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 203 Packed = 0x0001, member in llvm::codeview::CallingConvention::ClassOptions
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 304 CV_ENUM_CLASS_ENT(ClassOptions, Packed),
|
H A D | TypeDumpVisitor.cpp | 32 ENUM_ENTRY(ClassOptions, Packed),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 403 bool ParseAnonStructType(Type *&Result, bool Packed);
|