/external/pdfium/core/fxcrt/ |
D | cfx_fixedbufgrow.h | 14 template <class DataType, size_t FixedSize> 18 if (data_size > FixedSize) { in CFX_FixedBufGrow() 22 memset(m_FixedData, 0, sizeof(DataType) * FixedSize); in CFX_FixedBufGrow() 28 DataType m_FixedData[FixedSize];
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 49 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local 50 *OffsetPtr += *FixedSize; in extractFast() 57 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local 59 *OffsetPtr += *FixedSize; in extractFast()
|
D | DWARFAbbreviationDeclaration.cpp | 175 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue() local 176 Offset += *FixedSize; in getAttributeValue()
|
D | DWARFFormValue.cpp | 171 if (Optional<uint8_t> FixedSize = in skipValue() local 173 *OffsetPtr += *FixedSize; in skipValue()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local 51 *OffsetPtr += *FixedSize; in extractFast() 58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local 60 *OffsetPtr += *FixedSize; in extractFast()
|
D | DWARFAbbreviationDeclaration.cpp | 166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue() local 167 Offset += *FixedSize; in getAttributeValue()
|
D | DWARFFormValue.cpp | 171 if (Optional<uint8_t> FixedSize = in skipValue() local 173 *OffsetPtr += *FixedSize; in skipValue()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 53 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function 108 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables() 216 int fixed_size = FixedSize(descriptor_->type()); in GenerateByteSize() 421 if (FixedSize(descriptor_->type()) > 0) { in GenerateSerializeWithCachedSizes() 480 int fixed_size = FixedSize(descriptor_->type()); in GenerateByteSize()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 126 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function 206 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables() 583 if (FixedSize(descriptor_->type()) == -1) { in GenerateSerializedSizeCode()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 93 public void FixedSize(ICodecTestData codec) in FixedSize() method in Google.Protobuf.FieldCodecTest 190 Assert.AreEqual(name.Contains("Fixed"), codec.FixedSize != 0); in TestFixedSize()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 93 public void FixedSize(ICodecTestData codec) in FixedSize() method in Google.Protobuf.FieldCodecTest 187 Assert.AreEqual(name.Contains("Fixed"), codec.FixedSize != 0); in TestFixedSize()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 128 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function 226 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables() 828 || FixedSize(descriptor_->type()) == -1) { in GenerateMergingCodeFromPacked() 873 } else if (FixedSize(descriptor_->type()) == -1) { in GenerateRepeatedDataSizeCode()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 658 internal int FixedSize { get; } 694 FixedSize = fixedSize; 732 FixedSize = 0;
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_primitive_field.cc | 131 int fixed_size = FixedSize(GetType(descriptor)); in SetPrimitiveVariables() 896 if (FixedSize(GetType(descriptor_)) == -1) { in GenerateSerializedSizeCode()
|
D | java_helpers.h | 319 int FixedSize(FieldDescriptor::Type type);
|
D | java_primitive_field_lite.cc | 139 int fixed_size = FixedSize(GetType(descriptor)); in SetPrimitiveVariables()
|
D | java_helpers.cc | 776 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 75 field bit FixedSize = 0; 180 let TSFlags{40} = FixedSize;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 74 field bit FixedSize = 0; 171 let TSFlags{40} = FixedSize;
|
D | SIInstructions.td | 225 let FixedSize = 1; 241 let FixedSize = 1; 347 let FixedSize = 1; 401 let FixedSize = 1; 462 let FixedSize = 1;
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 161 int fixedSize = codec.FixedSize; in CalculatePackedDataSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 438 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local 439 return *FixedSize; in SizeOf()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 436 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local 437 return *FixedSize; in SizeOf()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 376 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local 379 return FixedSize[i-1]; in GetCFNumberSize()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 377 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local 380 return FixedSize[i-1]; in GetCFNumberSize()
|