Lines Matching refs:j
246 s32 i, j; in SetISBNString() local
274 for (j = 0; j < pos[i].length; ++j) in SetISBNString()
276 dst->attr01 = (u32)(((pos[i].x + j * 8) << 16) | (pos[i].y << 0)); in SetISBNString()
277 if (isbn[i][j] == '-') in SetISBNString()
281 else if ((isbn[i][j] >= '0') && (isbn[i][j] <= '9')) in SetISBNString()
283 dst->attr2 = (u16)(digit_id + isbn[i][j] - '0'); in SetISBNString()
397 s32 j; in DispExclusiveMessage() local
403 for (j = 0; j < OSi_ONLY_FORCHINA_CHAR_WIDTH; j++) in DispExclusiveMessage()
562 s32 j; in OS_ShowAttentionChina() local
568 for (j = 0; j < 12; j++) in OS_ShowAttentionChina()
570 temp = (u16)(src[(i * 12) + j]); in OS_ShowAttentionChina()
571 *(u16 *)(HW_BG_VRAM + 0xf194 + (i * 64) + (j * 2)) = temp; in OS_ShowAttentionChina()