Searched refs:shift_low (Results 1 – 4 of 4) sorted by relevance
101 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local117 shift_low, mod); in bit_putcs_unaligned()118 shift_low += mod; in bit_putcs_unaligned()119 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()120 shift_low &= 7; in bit_putcs_unaligned()121 shift_high = 8 - shift_low; in bit_putcs_unaligned()
105 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local120 shift_low, mod); in ud_putcs_unaligned()121 shift_low += mod; in ud_putcs_unaligned()122 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned()123 shift_low &= 7; in ud_putcs_unaligned()124 shift_high = 8 - shift_low; in ud_putcs_unaligned()
121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
618 u32 height, u32 shift_high, u32 shift_low, u32 mod);
Completed in 12 milliseconds