Searched refs:SetCount (Results 1 – 9 of 9) sorted by relevance
66 initializeCounts(Module &M, function_ref<void(Function *, uint64_t)> SetCount) { in initializeCounts() argument93 SetCount(&F, InitialCount); in initializeCounts()
134 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
451 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 …]
491 fOpcodeList2Tag.SetCount (preview.fOpcodeList2Data->LogicalSize ()); in dng_raw_preview_tag_set()
104 void SetCount (uint32 count) in SetCount() function
255 FIList.SetCount(Value);
209 rep.SetCount(leaks[i].count); in ThreadFinalize()
571 void SetCount(int count);
364 void ScopedReport::SetCount(int count) { in SetCount() function in __tsan::ScopedReport