Home
last modified time | relevance | path

Searched refs:Packed (Results 1 - 25 of 31) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dpacked-n-with-padding.rs10 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 Dimp.rs36 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 DType.cs67 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 DSIAddIMGInit.cpp118 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 Dpacked-n-with-padding.h2 struct Packed { struct
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs234 return Proto.Options?.Packed ?? false;
238 return !Proto.Options.HasPacked || Proto.Options.Packed;
H A DDescriptor.cs178 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 DConstants.h468 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 Dprefilter.rs344 .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 Dbinary_json_conformance_suite.cc221 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 DIceInstX8632.h318 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 DIceInstX8664.h257 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 Dcode-factory.cc330 CASE(PACKED_ELEMENTS, Packed, DisableAllocationSites); in ArrayNoArgumentConstructor()
364 CASE(PACKED_ELEMENTS, Packed, DisableAllocationSites); in ArraySingleArgumentConstructor()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h155 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 DNativeTypeUDT.cpp194 return (Tag->Options & ClassOptions::Packed) != ClassOptions::None; in isPacked()
H A DNativeTypeEnum.cpp330 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 DCore.h1274 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 Dextension_set_inl.h50 return internal::Packed##CPP_CAMELCASE##Parser( \ in ParseFieldWithExtensionInfo()
H A Dwire_format.cc835 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 DCore.cpp671 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 DConstants.cpp1102 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 DCodeView.h203 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 DEnumTables.cpp304 CV_ENUM_CLASS_ENT(ClassOptions, Packed),
H A DTypeDumpVisitor.cpp32 ENUM_ENTRY(ClassOptions, Packed),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h403 bool ParseAnonStructType(Type *&Result, bool Packed);

Completed in 245 milliseconds

12