Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8/documents/api/nn/fs/briefing/
Dsavedata_calc.js160 function AllocationTable() class
166 AllocationTable.SECTOR_RESERVED_COUNT = 1;
168 AllocationTable.TABLE_ELEMENT_SIZE = 4 // sizeof(u32)
173 AllocationTable.QuerySize = function(blockCount)
175 return (blockCount + AllocationTable.SECTOR_RESERVED_COUNT)
176 * AllocationTable.TABLE_ELEMENT_SIZE;
737 return AllocationTable.QuerySize(countDataBlock);
866 return AllocationTable.QuerySize(countDataBlock);