| /TwlSDK-5.2.1/build/demos/fs/arc-1/src/ |
| D | main.c | 84 u32 base, const CARDRomRegion *fnt, const CARDRomRegion *fat) in MyRom_Create() 179 const u32 base = 0; in NitroMain() local 199 const u32 base = FS_GetFileImageTop(&sub_binary); in NitroMain() local
|
| /TwlSDK-5.2.1/include/nitro/math/ |
| D | math.h | 150 #define MATH_DIVUP(x, base) (((x) + ((base)-1)) / (base)) argument 162 #define MATH_ROUNDUP(x, base) (((x) + ((base)-1)) & ~((base)-1)) argument 174 #define MATH_ROUNDDOWN(x, base) ((x) & ~((base)-1)) argument
|
| /TwlSDK-5.2.1/build/demos/gx/UnitTours/3D_Shininess/src/ |
| D | main.c | 73 static inline u8 powFixedPoint8_(u8 base, u8 exponent) in powFixedPoint8_()
|
| /TwlSDK-5.2.1/build/demos/spi/tp-2/src/ |
| D | main.c | 86 u16 i, min, max, base; in DrawLine() local
|
| /TwlSDK-5.2.1/build/tools/bin2obj/ |
| D | cookargs.c | 428 void UnpackFileName(const char *path, char **dir, char **base, char **ext) in UnpackFileName()
|
| /TwlSDK-5.2.1/build/tools/defval/ |
| D | misc.c | 298 void UnpackFileName(const char *path, char **dir, char **base, char **ext) in UnpackFileName()
|
| /TwlSDK-5.2.1/build/libraries/gx/ARM9/src/ |
| D | gx_load3d.c | 391 u32 base; in GX_LoadTexPlttEx() local
|
| /TwlSDK-5.2.1/build/libraries/mb/common/src/ |
| D | mb_fileinfo.c | 325 const u32 base = FS_GetFileImageTop(file); in MB_ReadSegment() local 351 const u32 base = FS_GetFileImageTop(file); in MB_ReadSegment() local
|
| /TwlSDK-5.2.1/build/demos.TWL/camera/camera-3/src/ |
| D | main.c | 77 GXBGBmpScrBase base; in GetNextDispSrc() local
|
| /TwlSDK-5.2.1/build/libraries/std/common/src/ |
| D | std_sprintf.c | 30 char *base; member
|
| /TwlSDK-5.2.1/build/libraries/snd/ARM9/src/ |
| D | snd_interface.c | 54 void SND_StartSeq(int playerNo, const void *base, u32 offset, const struct SNDBankData *bank) in SND_StartSeq() 91 void SND_PrepareSeq(int playerNo, const void *base, u32 offset, const struct SNDBankData *bank) in SND_PrepareSeq()
|
| /TwlSDK-5.2.1/include/nitro/snd/common/ |
| D | seq.h | 144 const u8 *base; // Note: MainMemory pointer member
|
| /TwlSDK-5.2.1/build/demos/ctrdg/backup-1/src/ |
| D | draw.c | 450 int base = 0; in DrawTextLen() local
|
| /TwlSDK-5.2.1/build/libraries/fs/common/src/ |
| D | fs_overlay.c | 719 MWiDestructorChain *base = __global_destructor_chain; in FS_EndOverlay() local
|
| D | fs_proc_default.c | 1605 BOOL FS_LoadArchive(FSArchive *arc, u32 base, in FS_LoadArchive()
|
| /TwlSDK-5.2.1/include/nitro/prc/ |
| D | algo_common.h | 40 #define PRCi_ALLOC_ARRAY(dst, type, size, base, offset) \ argument
|
| /TwlSDK-5.2.1/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_process.c | 449 int base = (int)(sizeof(header) + header->SizeOfOptionalHeader); in DSP_EnumSections() local
|
| /TwlSDK-5.2.1/build/libraries/os/common/src/ |
| D | os_printf.c | 741 char *base; member
|