Home
last modified time | relevance | path

Searched refs:size (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.3.6/build/libraries/os/ARM9/src/
Dos_china.c619 u32 size; in OS_ShowAttentionChina() local
620 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina()
621 SVC_CpuCopyFast(src, (u32 *)(HW_BG_PLTT), size); in OS_ShowAttentionChina()
645 u32 size; in OS_ShowAttentionChina() local
648 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina()
651 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina()
657 u32 size; in OS_ShowAttentionChina() local
658 void *const src = LoadImage(IMAGE_NOTES_SCR, &size); in OS_ShowAttentionChina()
659 SVC_CpuCopyFast(src, (u32 *)(HW_DB_BG_VRAM + 0xf000), size); in OS_ShowAttentionChina()
/TwlSDK-5.3.6/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c68 static void INITi_CpuClear32(register u32 data, register void* destp, register u32 size);
77 static void* INITi_Copy32(void* dst, void* src, u32 size);
78 static void* INITi_Fill32(void* dst, u32 value, u32 size);
397 INITi_CpuClear32(register u32 data, register void* destp, register u32 size) in INITi_CpuClear32() argument
1061 INITi_Copy32(void* dst, void* src, u32 size) in INITi_Copy32() argument
1097 INITi_Fill32(void* dst, u32 value, u32 size) in INITi_Fill32() argument