Lines Matching refs:countDirectoryEntry
127 EntryMapTable.QueryDirectoryEntryStorageSize = function(countDirectoryEntry) argument
129 return ((countDirectoryEntry + EntryMapTable.DIRECTORY_SYSTEM_RESERVED)
707 WStringOnBit64PathStorageArchive.QueryDirectoryEntryStorageSize = function(countDirectoryEntry) argument
709 return EntryMapTable.QueryDirectoryEntryStorageSize(countDirectoryEntry);
780 countDirectoryEntry, argument
787 …ectoryEntry = WStringOnBit64PathStorageArchive.QueryDirectoryEntryStorageSize(countDirectoryEntry);
836 SaveDataArchive.QueryDirectoryEntryStorageSize = function(countDirectoryEntry) argument
838 return EntryMapTable.QueryDirectoryEntryStorageSize(countDirectoryEntry);
910 countDirectoryEntry, argument
935 countDirectoryEntry, argument
949 SaveDataArchive.QueryDirectoryEntryStorageSize(countDirectoryEntry) +
957 countDirectoryEntry, argument
965 var sizeDirectoryEntry = SaveDataArchive.QueryDirectoryEntryStorageSize(countDirectoryEntry);
1008 countDirectoryEntry, argument
1016 countDirectoryEntry,
1066 countDirectoryEntry, argument
1075 countDirectoryEntry,
1085 countDirectoryEntry,
1158 countDirectoryEntry, argument
1174 countDirectoryEntry,
1187 countDirectoryEntry,
1308 countDirectoryEntry, argument
1312 …untDirectoryBucket = WStringOnBit64PathStorageArchive.QueryOptimalBucketCount(countDirectoryEntry);
1315 countDirectoryEntry,
1327 countDirectoryEntry, argument
1334 countDirectoryEntry += 2; // user, boss ディレクトリの分を追加
1338 countDirectoryEntry,
1416 countDirectoryEntry, argument
1425 .QueryOptimalBucketCount(countDirectoryEntry);
1493 countDirectoryEntry,
1531 countDirectoryEntry,
1619 var countDirectoryEntry = parseInt(FsSpace.CountDirectoryEntry.value);
1623 if (isNaN(countDirectoryEntry) || countDirectoryEntry < 0)
1625 countDirectoryEntry = 0;
1633 FsSpace.CountDirectoryEntry.value = countDirectoryEntry;
1662 countDirectoryEntry,
1708 var countDirectoryEntry = parseInt(FsSpace.CountDirectoryEntry.value);
1712 if (isNaN(countDirectoryEntry) || countDirectoryEntry < 0)
1714 countDirectoryEntry = 0;
1722 FsSpace.CountDirectoryEntry.value = countDirectoryEntry;
1731 countDirectoryEntry,