Home
last modified time | relevance | path

Searched refs:sectMax (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dmread.hxx164 SECT sectMax; in SetSize() local
166 msfChk(_fat.GetMaxSect(&sectMax)); in SetSize()
167 ulSize = ConvertSectOffset(sectMax, 0, GetSectorShift()); in SetSize()
202 SECT sectMax; in SetMiniSize() local
203 msfChk(_fatMini.GetMaxSect(&sectMax)); in SetMiniSize()
204 ulNewSize = sectMax << MINISECTORSHIFT; in SetMiniSize()
H A Ddifat.cxx296 SCODE CDIFat::InitConvert(CMStream *pmsParent, SECT sectMax) in InitConvert() argument
298 msfDebugOut((DEB_TRACE,"In CDIFat::InitConvert(%lu)\n",sectMax)); in InitConvert()
326 csectFat = (sectMax + csectFatLast + csectDif + 1 + csectPer - 1) / in InitConvert()
354 _pmsParent->GetHeader()->SetDifStart(sectMax); in InitConvert()
362 _fv.SetSect(i, sectMax); in InitConvert()
364 sectMax++; in InitConvert()
365 pfs->SetNextFat(_fv.GetSectTable(),sectMax); in InitConvert()
H A Dmstream.cxx513 SCODE CMStream::ConvertILB(SECT sectMax) in ConvertILB() argument
529 ULISet32(ulNewPos, sectMax << GetSectorShift()); in ConvertILB()
567 SECT sectMax; in InitConvert() local
577 sectMax = (ULIGetLow(stat.cbSize) + GetSectorSize() - 1) >> in InitConvert()
594 msfChk(_fatDif.InitConvert(this, sectMax)); in InitConvert()
595 msfChk(_fat.InitConvert(this, sectMax)); in InitConvert()
607 msfChk(_dir.SetStart(sid, sectMax - 1)); in InitConvert()
611 msfChk(_dir.SetStart(SIDMINISTREAM, sectMax - 1)); in InitConvert()
620 msfChk(ConvertILB(sectMax)); in InitConvert()
H A Dfat.cxx439 SECT sectMax = 0; in InitConvert() local
468 sectMax = sectData + _pmsParent->GetHeader()->GetDifLength(); in InitConvert()
474 sectMax = sectData; in InitConvert()
475 csectFat = (sectMax + _fv.GetSectTable() -1) >> _uFatShift; in InitConvert()
500 _fv.SetSect(i, sectMax + i); in InitConvert()
501 _pmsParent->GetDIFat()->SetFatSect(i, sectMax + i); in InitConvert()
542 for (sect = sectData; sect < sectMax; sect++) in InitConvert()
549 msfChk(SetNext(sectMax + j, FATSECT)); in InitConvert()
553 msfChk(SetNext(sectMax + i, ENDOFCHAIN)); in InitConvert()
555 _pmsParent->GetHeader()->SetDirStart(sectMax + i); in InitConvert()
[all …]
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Ddifat.hxx46 SCODE InitConvert(CMStream *pmsParent, SECT sectMax);
H A Dmsf.hxx313 SCODE ConvertILB(SECT sectMax);