Searched refs:dst (Results 1 – 2 of 2) sorted by relevance
284 GXOamAttr *dst = (GXOamAttr *)HW_DB_OAM; in SetISBNString() local308 dst[0].attr01 = (u32)((pos_x << 16) | (pos_y << 0)); in SetISBNString()309 dst[0].attr2 = index; in SetISBNString()310 dst[1].attr01 = (u32)((pos_x << 16) | (pos_y + 8 << 0)); in SetISBNString()311 dst[1].attr2 = (u16)(index + digit_num); in SetISBNString()314 dst += 2; in SetISBNString()432 u16 *dst = (u16 *)(HW_BG_VRAM + 0xf000); in DispExclusiveMessage() local438 *dst++ = code++; in DispExclusiveMessage()440 dst += (0x20 - OSi_ONLY_FORCHINA_CHAR_WIDTH); in DispExclusiveMessage()601 u16 *dst; in OS_ShowAttentionChina() local[all …]
77 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() argument1097 INITi_Fill32(void* dst, u32 value, u32 size) in INITi_Fill32() argument