Searched refs:MI_UncompressLZ16 (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.2.1/build/libraries/os/ARM9.TWL/src/ |
| D | os_attention_china.c | 109 MI_UncompressLZ16(data_01_chr, (u32 *)HW_BG_VRAM); in OS_ShowAttentionOfLimitedRomChina() 110 MI_UncompressLZ16(data_01_scr, (u32 *)(HW_BG_VRAM + 0xf000)); in OS_ShowAttentionOfLimitedRomChina() 113 MI_UncompressLZ16(data_02_chr, (u32 *)HW_DB_BG_VRAM); in OS_ShowAttentionOfLimitedRomChina() 114 MI_UncompressLZ16(data_02_scr, (u32 *)(HW_DB_BG_VRAM + 0xf000)); in OS_ShowAttentionOfLimitedRomChina()
|
| D | os_attention.c | 175 MI_UncompressLZ16(data_01_chr, (u32 *)HW_BG_VRAM); in OS_ShowAttentionOfLimitedRom() 176 MI_UncompressLZ16(data_01_scr, (u32 *)(HW_BG_VRAM + 0xf000)); in OS_ShowAttentionOfLimitedRom() 179 MI_UncompressLZ16(data_02_chr, (u32 *)HW_DB_BG_VRAM); in OS_ShowAttentionOfLimitedRom() 180 MI_UncompressLZ16(data_02_scr, (u32 *)(HW_DB_BG_VRAM + 0xf000)); in OS_ShowAttentionOfLimitedRom()
|
| /TwlSDK-5.2.1/include/nitro/mi/ |
| D | uncompress.h | 161 void MI_UncompressLZ16(const void *srcp, void *destp);
|
| /TwlSDK-5.2.1/build/demos/os/forChina-fs/src/ |
| D | os_china_override.c | 332 MI_UncompressLZ16(src, (u32 *)HW_BG_VRAM); in OS_ShowAttentionChina() 385 MI_UncompressLZ16(src, (u32 *)(HW_DB_BG_VRAM)); in OS_ShowAttentionChina() 388 MI_UncompressLZ16(src, (u32 *)(HW_DB_OBJ_VRAM)); in OS_ShowAttentionChina()
|
| /TwlSDK-5.2.1/build/libraries/os/ARM9/src/ |
| D | os_china.c | 599 MI_UncompressLZ16(src, (u32 *)HW_BG_VRAM); in OS_ShowAttentionChina() 652 MI_UncompressLZ16(src, (u32 *)(HW_DB_BG_VRAM)); in OS_ShowAttentionChina() 655 MI_UncompressLZ16(src, (u32 *)(HW_DB_OBJ_VRAM)); in OS_ShowAttentionChina()
|
| /TwlSDK-5.2.1/build/libraries/mi/common/src/ |
| D | mi_uncompress.c | 246 asm void MI_UncompressLZ16( register const void *srcp, register void *destp ) in MI_UncompressLZ16() function
|