Home
last modified time | relevance | path

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

/TwlSDK-5.2.3/build/libraries/os/ARM9/src/
Dos_china.c614 u32 size; in OS_ShowAttentionChina() local
615 void *const src = LoadImage(IMAGE_LOGO_PAL, &size); in OS_ShowAttentionChina()
616 SVC_CpuCopyFast(src, (u32 *)(HW_BG_PLTT), size); in OS_ShowAttentionChina()
640 u32 size; in OS_ShowAttentionChina() local
643 src = LoadImage(IMAGE_NOTES_CHR, &size); in OS_ShowAttentionChina()
646 src = LoadImage(IMAGE_NOTES_DIGIT, &size); in OS_ShowAttentionChina()
652 u32 size; in OS_ShowAttentionChina() local
653 void *const src = LoadImage(IMAGE_NOTES_SCR, &size); in OS_ShowAttentionChina()
654 SVC_CpuCopyFast(src, (u32 *)(HW_DB_BG_VRAM + 0xf000), size); in OS_ShowAttentionChina()
/TwlSDK-5.2.3/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