| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g3.c | 38 info->bottom = (u32 *)ptr; in G3_BeginMakeDL() 58 if ((u8 *)info->bottom == info->curr_cmd) in G3_EndMakeDL() 68 SDK_ASSERT((u32)info->bottom < (u32)info->curr_cmd); in G3_EndMakeDL() 69 return (u32)((u32)info->curr_cmd - (u32)info->bottom); in G3_EndMakeDL() 87 SDK_ASSERT((u32)info->bottom < (u32)info->curr_cmd); in G3_EndMakeDL() 88 SDK_ASSERTMSG(((u32)info->curr_cmd - (u32)info->bottom <= info->length), in G3_EndMakeDL() 91 sz = (u32)((u32)info->curr_cmd - (u32)info->bottom); in G3_EndMakeDL()
|
| D | g3c.c | 560 SDK_ASSERTMSG(((u32)(info->curr_param) - (u32)info->bottom <= info->length), in G3C_UpdateGXDLInfo() 574 SDK_ASSERTMSG(((u32)(info->curr_cmd) - (u32)info->bottom <= info->length), in G3C_UpdateGXDLInfo()
|
| /TwlSDK-5.1.0/docs/SDKRules/ |
| D | TwlSDKStandard.css | 9 border-bottom-width : 5px; 10 border-bottom-style : groove; 15 margin-bottom : 2ex; 22 margin-bottom : 1ex;
|
| /TwlSDK-5.1.0/man/en_US/css/ |
| D | nitro.css | 11 border-bottom-style : solid; 14 margin-bottom : 10px; 15 border-bottom-width : 2px; 20 border-bottom-color : violet; 25 border-bottom-width : 5px; 26 border-bottom-style : solid; 27 border-bottom-color : #a000ff; 28 padding-bottom : 1px; 29 margin-bottom : 20px; 35 margin-bottom : 2pt; [all …]
|
| D | icons.css | 49 margin-bottom : 2pt; 58 margin-bottom : 2pt; 72 margin-bottom : 1ex; 128 margin-bottom : 2px;
|
| D | categories.css | 49 margin-bottom : 2pt; 66 margin-bottom : 2pt; 80 margin-bottom : 1ex; 136 margin-bottom : 2px;
|
| D | titles.css | 49 margin-bottom : 2pt; 65 margin-bottom : 2pt; 79 margin-bottom : 1ex;
|
| /TwlSDK-5.1.0/include/nitro/fs/ |
| D | romfat.h | 96 u32 bottom; member 185 u32 bottom; member 233 u32 bottom; member
|
| D | archive.h | 48 FSResult (*OpenFileDirect)(struct FSArchive*, struct FSFile*, u32 top, u32 bottom, u32 *id);
|
| D | file.h | 564 u32 top, u32 bottom, u32 fileid);
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_secureuncompress.c | 23 void MIi_UncompressBLZ(void *bottom); 841 asm void MIi_UncompressBLZ( register void* bottom ) in MIi_UncompressBLZ() argument 853 cmp bottom, #0 in MIi_UncompressBLZ() 856 ldmdb bottom, {r1-r2} in MIi_UncompressBLZ() 857 add outp, bottom, outp in MIi_UncompressBLZ() 858 sub inp, bottom, inp_top, LSR #24 in MIi_UncompressBLZ() 860 sub inp_top, bottom, inp_top in MIi_UncompressBLZ()
|
| /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 437 if (bottom > MB_SEGMENT_HEADER_MAX) in MBi_ReadSegmentHeader() 438 bottom = MB_SEGMENT_HEADER_MAX; in MBi_ReadSegmentHeader() 442 if (bottom > p->rom_src + p->len) in MBi_ReadSegmentHeader() 443 bottom = p->rom_src + p->len; in MBi_ReadSegmentHeader() 445 if (top < bottom) in MBi_ReadSegmentHeader() 449 MI_CpuClear8((void *)(p->mem_dst + top), (u32)(bottom - top)); in MBi_ReadSegmentHeader() 454 (void *)(p->mem_dst + top), (u32)(bottom - top)); in MBi_ReadSegmentHeader()
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9/src/ |
| D | crt0.c | 281 asm void MIi_UncompressBackward( register void* bottom ) in MIi_UncompressBackward() argument 292 cmp bottom, #0 in MIi_UncompressBackward() 295 ldmdb bottom, {r1-r2} in MIi_UncompressBackward() 296 add outp, bottom, outp in MIi_UncompressBackward() 297 sub inp, bottom, inp_top, LSR #24 in MIi_UncompressBackward() 299 sub inp_top, bottom, inp_top in MIi_UncompressBackward()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_proc_default.c | 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() [all …]
|
| D | fs_overlay.c | 568 …FSi_ReadRomDirect((const void*)(fat_info.top), p_ovi->header.ram_address, fat_info.bottom - fat_in… in FS_LoadOverlayImage()
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3.h | 437 u32 *bottom; member 613 return (void *)info->bottom; in G3_GetDLStart() 643 SDK_ASSERT((u32)info->bottom < (u32)info->curr_param); in G3_GetDLSize() 646 return (u32)((u32)info->curr_param - (u32)info->bottom); in G3_GetDLSize() 650 return (u32)((u32)info->curr_cmd - (u32)info->bottom); in G3_GetDLSize()
|
| /TwlSDK-5.1.0/build/demos/fs/arc-2/src/ |
| D | main.c | 187 file->arg.openfiledirect.bottom = (u32)(text + STD_GetStringLength(text)); in CustomRom_ArchiveProc() 198 file->prop.file.bottom = file->arg.openfiledirect.bottom; in CustomRom_ArchiveProc()
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | uncompress.h | 513 void MIi_UncompressBackward(void *bottom);
|
| /TwlSDK-5.1.0/build/libraries/wfs/common/src/ |
| D | wfs_format.c | 144 MI_StoreLE32(&fat[count].bottom, MI_LEToH32(entry.bottom) + diff); in WFS_LoadTable()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | command.h | 95 u32 bottom; member
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 894 MIi_UncompressBackward(register void* bottom) in MIi_UncompressBackward() argument 907 cmp bottom, #0 in MIi_UncompressBackward() 910 ldmdb bottom, {r1-r2} in MIi_UncompressBackward() 911 add outp, bottom, outp in MIi_UncompressBackward() 912 sub inp, bottom, inp_top, LSR #24 in MIi_UncompressBackward() 914 sub inp_top, bottom, inp_top in MIi_UncompressBackward()
|
| /TwlSDK-5.1.0/include/nitro/wfs/ |
| D | format.h | 105 u32 bottom; member
|
| /TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/ |
| D | main.c | 300 fx32 bottom = 0; in InitDisplay() local
|
| /TwlSDK-5.1.0/include/nitro/spi/ARM9/ |
| D | pm.h | 370 u32 PM_GetBackLight(PMBackLightSwitch *top, PMBackLightSwitch *bottom);
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | pm.c | 1041 u32 PM_GetBackLight(PMBackLightSwitch *top, PMBackLightSwitch *bottom) in PM_GetBackLight() argument 1052 if (bottom) in PM_GetBackLight() 1054 *bottom = (status & PMIC_CTL_BKLT1) ? PM_BACKLIGHT_ON : PM_BACKLIGHT_OFF; in PM_GetBackLight()
|