Lines Matching refs:bottom
602 p_file->arg.openfiledirect.bottom = fat.bottom; in FSi_OpenFileFastDefault()
624 p_file->prop.file.bottom = p_file->arg.openfiledirect.bottom; in FSi_OpenFileDirectDefault()
773 const u32 rest = (u32)(prop->file.bottom - pos); in FSi_ROMFAT_ReadFile()
802 const u32 rest = (u32)(prop->file.bottom - pos); in FSi_ROMFAT_WriteFile()
892 info->filesize = (u32)(fat.bottom - fat.top); in FSi_ROMFAT_ReadDirectory()
1036 static FSResult FSi_ROMFAT_OpenFileDirect(FSArchive *arc, FSFile *file, u32 top, u32 bottom, u32 *i… in FSi_ROMFAT_OpenFileDirect() argument
1041 arg->openfiledirect.bottom = bottom; in FSi_ROMFAT_OpenFileDirect()
1177 pos += prop->file.bottom; in FSi_ROMFAT_SeekFile()
1181 if ((pos < (int)prop->file.top) || (pos > (int)prop->file.bottom)) in FSi_ROMFAT_SeekFile()
1208 *length = prop->file.bottom - prop->file.top; in FSi_ROMFAT_GetFileLength()
1359 info->filesize = (u32)(fat.bottom - fat.top); in FSi_ROMFAT_GetPathInfo()
1909 return file->prop.file.bottom; in FS_GetFileImageBottom()