Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.2.3/build/libraries/os/ARM9/src/
Dos_china.c285 GXOamAttr *dst = (GXOamAttr *)HW_DB_OAM; in SetISBNString() local
309 dst[0].attr01 = (u32)((pos_x << 16) | (pos_y << 0)); in SetISBNString()
310 dst[0].attr2 = index; in SetISBNString()
311 dst[1].attr01 = (u32)((pos_x << 16) | (pos_y + 8 << 0)); in SetISBNString()
312 dst[1].attr2 = (u16)(index + digit_num); in SetISBNString()
315 dst += 2; in SetISBNString()
433 u16 *dst = (u16 *)(HW_BG_VRAM + 0xf000); in DispExclusiveMessage() local
439 *dst++ = code++; in DispExclusiveMessage()
441 dst += (0x20 - OSi_ONLY_FORCHINA_CHAR_WIDTH); in DispExclusiveMessage()
596 u16 *dst; in OS_ShowAttentionChina() local
[all …]
/TwlSDK-5.2.3/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c77 static void* INITi_Copy32(void* dst, void* src, u32 size);
78 static void* INITi_Fill32(void* dst, u32 value, u32 size);
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
/TwlSDK-5.2.3/build/libraries/snd/ARM9.TWL/src/
Dsndex.c97 static void SetSndexWork (SNDEXCallback cb, void* cbarg, void* dst, u8 command);
1840 SetSndexWork (SNDEXCallback cb, void* cbarg, void* dst, u8 command) in SetSndexWork() argument
1844 sndexWork.dest = dst; in SetSndexWork()