Searched refs:dst16 (Results 1 – 1 of 1) sorted by relevance
244 uint16_t *dst16; in boot_fb_fill() local256 dst16 = (uint16_t *)dst; in boot_fb_fill()259 dst16[i] = (uint16_t)data; in boot_fb_fill()274 uint16_t *dst16, *src16; in boot_fb_cpy() local295 dst16 = (uint16_t *)dst; in boot_fb_cpy()298 if (dst16 <= src16) { in boot_fb_cpy()300 *dst16++ = *src16++; in boot_fb_cpy()303 dst16 += len; in boot_fb_cpy()306 *--dst16 = *--src16; in boot_fb_cpy()