Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 28) sorted by relevance

12

/TwlSDK-5.3.1/build/libraries/gx/ARM9/src/
Dg3.c38 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_TASSERTMSG(((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()
Dg3c.c560 SDK_TASSERTMSG(((u32)(info->curr_param) - (u32)info->bottom <= info->length), in G3C_UpdateGXDLInfo()
574 SDK_TASSERTMSG(((u32)(info->curr_cmd) - (u32)info->bottom <= info->length), in G3C_UpdateGXDLInfo()
/TwlSDK-5.3.1/docs/SDKRules/
DTwlSDKStandard.css9 border-bottom-width : 5px;
10 border-bottom-style : groove;
15 margin-bottom : 2ex;
22 margin-bottom : 1ex;
/TwlSDK-5.3.1/man/en_US/css/
Dnitro.css11 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 …]
Dicons.css49 margin-bottom : 2pt;
58 margin-bottom : 2pt;
72 margin-bottom : 1ex;
128 margin-bottom : 2px;
Dcategories.css49 margin-bottom : 2pt;
66 margin-bottom : 2pt;
80 margin-bottom : 1ex;
136 margin-bottom : 2px;
Dtitles.css49 margin-bottom : 2pt;
65 margin-bottom : 2pt;
79 margin-bottom : 1ex;
/TwlSDK-5.3.1/include/nitro/fs/
Dromfat.h96 u32 bottom; member
185 u32 bottom; member
233 u32 bottom; member
Darchive.h48 FSResult (*OpenFileDirect)(struct FSArchive*, struct FSFile*, u32 top, u32 bottom, u32 *id);
Dfile.h564 u32 top, u32 bottom, u32 fileid);
/TwlSDK-5.3.1/build/libraries/mi/common/src/
Dmi_secureuncompress.c23 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.3.1/build/libraries/mb/common/src/
Dmb_fileinfo.c78 static void MBi_ReadSegmentHeader(const MBiSegmentHeaderInfo * p, u32 top, u32 bottom, BOOL clean);
435 static void MBi_ReadSegmentHeader(const MBiSegmentHeaderInfo * p, u32 top, u32 bottom, BOOL clean) in MBi_ReadSegmentHeader() argument
440 if (bottom > MB_SEGMENT_HEADER_MAX) in MBi_ReadSegmentHeader()
441 bottom = MB_SEGMENT_HEADER_MAX; in MBi_ReadSegmentHeader()
445 if (bottom > p->rom_src + p->len) in MBi_ReadSegmentHeader()
446 bottom = p->rom_src + p->len; in MBi_ReadSegmentHeader()
448 if (top < bottom) in MBi_ReadSegmentHeader()
452 MI_CpuClear8((void *)(p->mem_dst + top), (u32)(bottom - top)); in MBi_ReadSegmentHeader()
457 (void *)(p->mem_dst + top), (u32)(bottom - top)); in MBi_ReadSegmentHeader()
/TwlSDK-5.3.1/build/libraries/init/ARM9/src/
Dcrt0.c281 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.3.1/build/libraries/fs/common/src/
Dfs_proc_default.c587 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()
[all …]
Dfs_overlay.c544 …FSi_ReadRomDirect((const void*)(fat_info.top), p_ovi->header.ram_address, fat_info.bottom - fat_in… in FS_LoadOverlayImage()
/TwlSDK-5.3.1/include/nitro/gx/
Dg3.h437 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.3.1/build/demos/fs/arc-2/src/
Dmain.c187 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.3.1/include/nitro/mi/
Duncompress.h513 void MIi_UncompressBackward(void *bottom);
/TwlSDK-5.3.1/build/libraries/wfs/common/src/
Dwfs_format.c144 MI_StoreLE32(&fat[count].bottom, MI_LEToH32(entry.bottom) + diff); in WFS_LoadTable()
/TwlSDK-5.3.1/build/libraries/fs/common/include/
Dcommand.h95 u32 bottom; member
/TwlSDK-5.3.1/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c912 MIi_UncompressBackward(register void* bottom) in MIi_UncompressBackward() argument
925 cmp bottom, #0 in MIi_UncompressBackward()
928 ldmdb bottom, {r1-r2} in MIi_UncompressBackward()
929 add outp, bottom, outp in MIi_UncompressBackward()
930 sub inp, bottom, inp_top, LSR #24 in MIi_UncompressBackward()
932 sub inp_top, bottom, inp_top in MIi_UncompressBackward()
/TwlSDK-5.3.1/include/nitro/wfs/
Dformat.h105 u32 bottom; member
/TwlSDK-5.3.1/build/demos/tips/SwapCrossOver/src/
Dmain.c300 fx32 bottom = 0; in InitDisplay() local
/TwlSDK-5.3.1/include/nitro/spi/ARM9/
Dpm.h370 u32 PM_GetBackLight(PMBackLightSwitch *top, PMBackLightSwitch *bottom);
/TwlSDK-5.3.1/build/libraries/spi/ARM9/src/
Dpm.c1061 u32 PM_GetBackLight(PMBackLightSwitch *top, PMBackLightSwitch *bottom) in PM_GetBackLight() argument
1072 if (bottom) in PM_GetBackLight()
1074 *bottom = (status & PMIC_CTL_BKLT1) ? PM_BACKLIGHT_ON : PM_BACKLIGHT_OFF; in PM_GetBackLight()

12