Home
last modified time | relevance | path

Searched defs:Packed (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dpacked-n-with-padding.h2 struct Packed { struct
3 char a;
4 short b;
5 char c;
6 int d;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dpacked-n-with-padding.rs10 pub struct Packed { struct
18 const UNINIT: ::std::mem::MaybeUninit<Packed> = in bindgen_test_layout_Packed() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl283 u16vec1 Packed(uninitialize); local
302 u16vec2 Packed(uninitialize); local
321 u16vec3 Packed(uninitialize); local
340 u16vec4 Packed(uninitialize); local
384 uint8 Packed = 0; local
401 uint16 Packed = 0; local
429 uint64 Packed = 0; local
444 uint16 Packed = 0; local
461 uint64 Packed = 0; local
478 uint16 Packed = 0; local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAddIMGInit.cpp118 bool Packed = !ST.hasUnpackedD16VMem(); in runOnMachineFunction() local
DAMDGPUISelDAGToDAG.cpp794 if (SDNode *Packed = packConstantV2I16(N, *CurDAG)) { in Select() local
/third_party/rust/crates/regex/src/literal/
Dimp.rs36 Packed { s: packed::Searcher, lits: Vec<Literal> }, enumerator
227 Packed(&'a [Literal]), enumerator
/third_party/node/deps/v8/src/wasm/
Dwasm-value.h155 WasmValue Packed(ValueType packed_type) const { in Packed() function
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs717 struct Packed { in test_gen() struct
718 x: u8, in test_gen()
719 y: u16, in test_gen()
/third_party/rust/crates/aho-corasick/src/
Dprefilter.rs362 struct Packed(packed::Searcher); struct
364 impl Prefilter for Packed { implementation
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs586 public bool Packed { property in Google.Protobuf.WellKnownTypes.Field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
677 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
696 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
1405 unsigned Count, LLVMBool Packed) { in LLVMConstStructInContext()
1412 LLVMBool Packed) { in LLVMConstStruct()
DConstants.cpp1102 bool Packed) { in getTypeForElements()
1113 bool Packed) { in getTypeForElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h203 Packed = 0x0001, enumerator
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc221 enum class Packed { enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.h257 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
DIceInstX8632.h318 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack }; enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6557 public bool Packed { property in Google.Protobuf.Reflection.FieldOptions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2679 bool LLParser::ParseAnonStructType(Type *&Result, bool Packed) { in ParseAnonStructType()