Home
last modified time | relevance | path

Searched refs:DIROFFSET (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Ddir.cxx67 DIROFFSET cdeEntries = (USHORT) (cbSector / sizeof(CDirEntry)); in GetNewDirEntryArray()
150 DIROFFSET cdeEntries = (USHORT) (cbSector / sizeof(CDirEntry)); in Init()
227 DIROFFSET ideStart; in GetFree()
236 for (DIROFFSET ide = ideStart; ide < _cdeEntries; ide++) in GetFree()
658 _cdeEntries = (DIROFFSET) in Init()
705 _cdeEntries = (DIROFFSET) in InitNew()
1106 *ppde = pds->GetEntry((DIROFFSET)(sid % _cdeEntries)); in GetDirEntry()
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Ddir.hxx169 inline CDirEntry* GetEntry(DIROFFSET iEntry);
327 DIROFFSET _cdeEntries;
335 DIROFFSET iEntry) const;
340 DIROFFSET* pide) const;
H A Ddirfunc.hxx168 inline CDirEntry* CDirSect::GetEntry(DIROFFSET iEntry) in GetEntry()
395 DIROFFSET iEntry) const in PairToSid()
403 DIROFFSET* pide) const in SidToPair()
406 *pide = (DIROFFSET)(sid % _cdeEntries); in SidToPair()
H A Dmsf.hxx76 typedef USHORT DIROFFSET; typedef