Searched refs:segmentSize (Results 1 – 6 of 6) sorted by relevance
235 if (fdeInfo.cie.segmentSize != 0) { in FillInFde()237 ptr += fdeInfo.cie.segmentSize; in FillInFde()322 memory_->ReadU8(ptr, &cieInfo.segmentSize, true); in FillInCie()324 cieInfo.segmentSize = 0; in FillInCie()
115 uint8_t segmentSize = CharToHex(firstChar, secondChar); in FormatDataToDomain() local117 for (uint8_t j = 0; j < segmentSize; ++j) { in FormatDataToDomain()
216 uint8_t segmentSize = 0; member
973 auto segmentSize = 0.0; in PaintLinearProgress() local975 segmentSize = static_cast<double>(segment.size()) - 1.0; in PaintLinearProgress()977 segmentSize = static_cast<double>(segment.size()); in PaintLinearProgress()981 segmentSize -= 1; in PaintLinearProgress()986 scaleMaxValue = (totalWidth - segmentSize * spaceWidth) / GetMaxValue(); in PaintLinearProgress()
343 auto segmentSize = 0.0; in PaintLinearProgress() local352 ++segmentSize; in PaintLinearProgress()356 scaleMaxValue = (totalWidth - segmentSize * spaceWidth) / max_->Get(); in PaintLinearProgress()
758 uint32_t segmentSize = (segmentKeepDuration * it->contentLength_) / it->duration_; in CleanByTimeInternal() local761 clearTail += segmentSize; in CleanByTimeInternal()764 clearTail = buffer_->GetHead() + segmentSize; in CleanByTimeInternal()