Lines Matching refs:bottom
587 p_file->arg.openfiledirect.bottom = fat.bottom; in FSi_OpenFileFastDefault()
609 p_file->prop.file.bottom = p_file->arg.openfiledirect.bottom; in FSi_OpenFileDirectDefault()
758 const u32 rest = (u32)(prop->file.bottom - pos); in FSi_ROMFAT_ReadFile()
787 const u32 rest = (u32)(prop->file.bottom - pos); in FSi_ROMFAT_WriteFile()
877 info->filesize = (u32)(fat.bottom - fat.top); in FSi_ROMFAT_ReadDirectory()
1023 static FSResult FSi_ROMFAT_OpenFileDirect(FSArchive *arc, FSFile *file, u32 top, u32 bottom, u32 *i… in FSi_ROMFAT_OpenFileDirect() argument
1028 arg->openfiledirect.bottom = bottom; in FSi_ROMFAT_OpenFileDirect()
1176 pos += prop->file.bottom; in FSi_ROMFAT_SeekFile()
1180 if ((pos < (int)prop->file.top) || (pos > (int)prop->file.bottom)) in FSi_ROMFAT_SeekFile()
1207 *length = prop->file.bottom - prop->file.top; in FSi_ROMFAT_GetFileLength()
1358 info->filesize = (u32)(fat.bottom - fat.top); in FSi_ROMFAT_GetPathInfo()
1908 return file->prop.file.bottom; in FS_GetFileImageBottom()