| /TwlSDK-5.1.0/docs/SDKRules/ |
| D | TwlSDKStandard.css | 6 padding-top : 2px; 11 margin-top : 3ex; 14 margin-top : 2ex;
|
| /TwlSDK-5.1.0/man/en_US/css/ |
| D | icons.css | 48 margin-top : 2pt; 64 padding-top : 2px; 78 padding-top : 10px; 127 margin-top : 2px;
|
| D | categories.css | 48 margin-top : 2pt; 72 padding-top : 2px; 86 padding-top : 10px; 135 margin-top : 2px;
|
| D | nitro.css | 8 border-top-style : none; 13 margin-top : 30px; 34 margin-top : 2pt; 88 top : auto; 108 margin-top : 15pt;
|
| D | titles.css | 48 margin-top : 2pt; 71 padding-top : 2px; 85 padding-top : 10px;
|
| D | apilist.css | 10 top : auto;
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_fileinfo.c | 78 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/ |
| D | romfat.h | 95 u32 top; member 184 u32 top; member 232 u32 top; member
|
| D | archive.h | 48 FSResult (*OpenFileDirect)(struct FSArchive*, struct FSFile*, u32 top, u32 bottom, u32 *id);
|
| /TwlSDK-5.1.0/build/demos/fs/arc-2/src/ |
| D | main.c | 186 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/ |
| D | fs_proc_default.c | 601 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 …]
|
| D | fs_proc_rom.c | 135 … if (FSi_IsUnreadableRomOffset(FS_GetAttachedArchive(p_file), p_file->arg.openfiledirect.top)) in FSi_RomArchiveProc()
|
| /TwlSDK-5.1.0/include/nitro/spi/common/ |
| D | userInfo_teg.h | 104 u16 top; // Index number of the last log member
|
| D | userInfo_ts_0.h | 104 u16 top; // Index number of the last log member
|
| /TwlSDK-5.1.0/include/nitro/ctrdg/ARM9/ |
| D | ctrdg_flash.h | 41 u16 top; /* The first usable sector number */ member
|
| /TwlSDK-5.1.0/build/libraries/wfs/common/src/ |
| D | wfs_format.c | 143 MI_StoreLE32(&fat[count].top, MI_LEToH32(entry.top) + diff); in WFS_LoadTable()
|
| /TwlSDK-5.1.0/include/nitro/specfiles/ |
| D | ARM7-TEG.lsf | 45 # set top address for static segment
|
| D | ARM9-TS.lcf | 49 # Put NitroMain at the top of ROM image
|
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | command.h | 94 u32 top; member
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOInit.c | 256 fx32 top = FX32_ONE * 3 / 4; in DEMOInitDisplay3D() local
|
| /TwlSDK-5.1.0/include/nitro/wfs/ |
| D | format.h | 104 u32 top; member
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_BoxTest/src/ |
| D | main.c | 197 fx32 top = FX32_ONE * 3 / 4; in TwlMain() local
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_FARClip/src/ |
| D | main.c | 263 fx32 top = FX32_ONE * 3 / 4; in TwlMain() local
|
| /TwlSDK-5.1.0/build/demos/wvr/switchover/src/ |
| D | graphic_main.c | 413 const fx32 top = FX32_ONE * 3 / 4; in GraphicMain() local
|
| /TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/ |
| D | main.c | 299 fx32 top = FX32_ONE * 3 / 4; in InitDisplay() local
|