Home
last modified time | relevance | path

Searched refs:FixedSize (Results 1 – 25 of 29) sorted by relevance

12

/external/pdfium/core/fxcrt/
Dcfx_fixedbufgrow.h14 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/
DDWARFDebugInfoEntry.cpp49 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()
DDWARFAbbreviationDeclaration.cpp175 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue() local
176 Offset += *FixedSize; in getAttributeValue()
DDWARFFormValue.cpp171 if (Optional<uint8_t> FixedSize = in skipValue() local
173 *OffsetPtr += *FixedSize; in skipValue()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp50 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()
DDWARFAbbreviationDeclaration.cpp166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue() local
167 Offset += *FixedSize; in getAttributeValue()
DDWARFFormValue.cpp171 if (Optional<uint8_t> FixedSize = in skipValue() local
173 *OffsetPtr += *FixedSize; in skipValue()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc53 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/
Djavamicro_primitive_field.cc126 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/
DFieldCodecTest.cs93 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/
DFieldCodecTest.cs93 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/
Djavanano_primitive_field.cc128 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/
DFieldCodec.cs658 internal int FixedSize { get; }
694 FixedSize = fixedSize;
732 FixedSize = 0;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_primitive_field.cc131 int fixed_size = FixedSize(GetType(descriptor)); in SetPrimitiveVariables()
896 if (FixedSize(GetType(descriptor_)) == -1) { in GenerateSerializedSizeCode()
Djava_helpers.h319 int FixedSize(FieldDescriptor::Type type);
Djava_primitive_field_lite.cc139 int fixed_size = FixedSize(GetType(descriptor)); in SetPrimitiveVariables()
Djava_helpers.cc776 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td75 field bit FixedSize = 0;
180 let TSFlags{40} = FixedSize;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td74 field bit FixedSize = 0;
171 let TSFlags{40} = FixedSize;
DSIInstructions.td225 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/
DRepeatedField.cs161 int fixedSize = codec.FixedSize; in CalculatePackedDataSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp438 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local
439 return *FixedSize; in SizeOf()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp436 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local
437 return *FixedSize; in SizeOf()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp376 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/
DBasicObjCFoundationChecks.cpp377 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
380 return FixedSize[i-1]; in GetCFNumberSize()

12