Home
last modified time | relevance | path

Searched refs:_fatDif (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dmstream.cxx193 _fatDif( (USHORT) (1<<uSectorShift) ), in CMStream()
266 msfChk(_fatDif.GetFatSect(sect, &start)); in GetESect()
270 msfChk(_fatDif.GetSect(sect, &start)); in GetESect()
300 _fatDif.Empty(); in Empty()
421 msfChk(_fatDif.Init(this, _hdr.GetDifLength())); in Init()
474 msfChk(_fatDif.InitNew(this)); in InitNew()
594 msfChk(_fatDif.InitConvert(this, sectMax)); in InitConvert()
951 msfChk(_fatDif.Flush()); in Flush()
H A Dmread.hxx120 msfChk(_fatDif.GetFatSect(sect, &start)); in GetSect()
124 msfChk(_fatDif.GetSect(sect, &start)); in GetSect()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dmsf.hxx299 CDIFat _fatDif; member in CMStream
424 return (CDIFat *)&_fatDif; in GetDIFat()