Home
last modified time | relevance | path

Searched refs:SetCount (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp66 initializeCounts(Module &M, function_ref<void(Function *, uint64_t)> SetCount) { in initializeCounts() argument
93 SetCount(&F, InitialCount); in initializeCounts()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas134 procedure SetCount(Value: Integer);
180 property Count: Integer read GetCount write SetCount;
223 procedure SetCount(Value: Integer);
522 procedure TList<T>.SetCount(Value: Integer); procedure
/external/dng_sdk/source/
Ddng_image_writer.cpp451 SetCount (profileSize); in tag_icc_profile()
560 SetCount (fBuffer->LogicalSize ()); in tag_xmp()
1797 fMaskedAreas.SetCount (rangeInfo->fMaskedAreaCount * 4); in range_tag_set()
1821 fLinearizationTable.SetCount (rangeInfo->fLinearizationTable->LogicalSize () >> 1); in range_tag_set()
1861 fBlackLevel.SetCount (rangeInfo->fBlackLevelRepeatRows * in range_tag_set()
1887 fBlackLevelDeltaH.SetCount (count ); in range_tag_set()
1912 fBlackLevelDeltaV.SetCount (count ); in range_tag_set()
1927 fWhiteLevel16.SetCount (rawImage.Planes ()); in range_tag_set()
1928 fWhiteLevel32.SetCount (rawImage.Planes ()); in range_tag_set()
2022 fCFAPattern.SetCount (info.fCFAPatternSize.v * in mosaic_tag_set()
[all …]
Ddng_preview.cpp491 fOpcodeList2Tag.SetCount (preview.fOpcodeList2Data->LogicalSize ()); in dng_raw_preview_tag_set()
Ddng_image_writer.h104 void SetCount (uint32 count) in SetCount() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas255 FIList.SetCount(Value);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc209 rep.SetCount(leaks[i].count); in ThreadFinalize()
Dtsan_rtl.h571 void SetCount(int count);
Dtsan_rtl_report.cc364 void ScopedReport::SetCount(int count) { in SetCount() function in __tsan::ScopedReport