Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 43) sorted by relevance

12

/TwlSDK-5.1.0/docs/SDKRules/
DTwlSDKStandard.css6 padding-top : 2px;
11 margin-top : 3ex;
14 margin-top : 2ex;
/TwlSDK-5.1.0/man/en_US/css/
Dicons.css48 margin-top : 2pt;
64 padding-top : 2px;
78 padding-top : 10px;
127 margin-top : 2px;
Dcategories.css48 margin-top : 2pt;
72 padding-top : 2px;
86 padding-top : 10px;
135 margin-top : 2px;
Dnitro.css8 border-top-style : none;
13 margin-top : 30px;
34 margin-top : 2pt;
88 top : auto;
108 margin-top : 15pt;
Dtitles.css48 margin-top : 2pt;
71 padding-top : 2px;
85 padding-top : 10px;
Dapilist.css10 top : auto;
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c78 static void MBi_ReadSegmentHeader(const MBiSegmentHeaderInfo * p, u32 top, u32 bottom, BOOL clean);
432 static void MBi_ReadSegmentHeader(const MBiSegmentHeaderInfo * p, u32 top, u32 bottom, BOOL clean) in MBi_ReadSegmentHeader() argument
435 if (top < MB_SEGMENT_HEADER_MIN) in MBi_ReadSegmentHeader()
436 top = MB_SEGMENT_HEADER_MIN; in MBi_ReadSegmentHeader()
440 if (top < p->rom_src) in MBi_ReadSegmentHeader()
441 top = p->rom_src; in MBi_ReadSegmentHeader()
445 if (top < bottom) in MBi_ReadSegmentHeader()
449 MI_CpuClear8((void *)(p->mem_dst + top), (u32)(bottom - top)); in MBi_ReadSegmentHeader()
453 MI_CpuCopy8((const void *)(p->mem_src + top), in MBi_ReadSegmentHeader()
454 (void *)(p->mem_dst + top), (u32)(bottom - top)); in MBi_ReadSegmentHeader()
/TwlSDK-5.1.0/include/nitro/fs/
Dromfat.h95 u32 top; member
184 u32 top; member
232 u32 top; member
Darchive.h48 FSResult (*OpenFileDirect)(struct FSArchive*, struct FSFile*, u32 top, u32 bottom, u32 *id);
/TwlSDK-5.1.0/build/demos/fs/arc-2/src/
Dmain.c186 file->arg.openfiledirect.top = (u32)text; in CustomRom_ArchiveProc()
196 file->prop.file.top = file->arg.openfiledirect.top; in CustomRom_ArchiveProc()
197 file->prop.file.pos = file->arg.openfiledirect.top; in CustomRom_ArchiveProc()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c601 p_file->arg.openfiledirect.top = fat.top; in FSi_OpenFileFastDefault()
622 p_file->prop.file.top = p_file->arg.openfiledirect.top; in FSi_OpenFileDirectDefault()
623 p_file->prop.file.pos = p_file->arg.openfiledirect.top; in FSi_OpenFileDirectDefault()
892 info->filesize = (u32)(fat.bottom - fat.top); in FSi_ROMFAT_ReadDirectory()
894 if (FSi_IsUnreadableRomOffset(arc, 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
1040 arg->openfiledirect.top = top; in FSi_ROMFAT_OpenFileDirect()
1170 pos += prop->file.top; 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()
[all …]
Dfs_proc_rom.c135 … if (FSi_IsUnreadableRomOffset(FS_GetAttachedArchive(p_file), p_file->arg.openfiledirect.top)) in FSi_RomArchiveProc()
/TwlSDK-5.1.0/include/nitro/spi/common/
DuserInfo_teg.h104 u16 top; // Index number of the last log member
DuserInfo_ts_0.h104 u16 top; // Index number of the last log member
/TwlSDK-5.1.0/include/nitro/ctrdg/ARM9/
Dctrdg_flash.h41 u16 top; /* The first usable sector number */ member
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_format.c143 MI_StoreLE32(&fat[count].top, MI_LEToH32(entry.top) + diff); in WFS_LoadTable()
/TwlSDK-5.1.0/include/nitro/specfiles/
DARM7-TEG.lsf45 # set top address for static segment
DARM9-TS.lcf49 # Put NitroMain at the top of ROM image
/TwlSDK-5.1.0/build/libraries/fs/common/include/
Dcommand.h94 u32 top; member
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOInit.c256 fx32 top = FX32_ONE * 3 / 4; in DEMOInitDisplay3D() local
/TwlSDK-5.1.0/include/nitro/wfs/
Dformat.h104 u32 top; member
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_BoxTest/src/
Dmain.c197 fx32 top = FX32_ONE * 3 / 4; in TwlMain() local
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_FARClip/src/
Dmain.c263 fx32 top = FX32_ONE * 3 / 4; in TwlMain() local
/TwlSDK-5.1.0/build/demos/wvr/switchover/src/
Dgraphic_main.c413 const fx32 top = FX32_ONE * 3 / 4; in GraphicMain() local
/TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/
Dmain.c299 fx32 top = FX32_ONE * 3 / 4; in InitDisplay() local

12