Searched refs:shift_low (Results 1 – 3 of 3) sorted by relevance
115 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local131 shift_low, mod); in bit_putcs_unaligned()132 shift_low += mod; in bit_putcs_unaligned()133 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()134 shift_low &= 7; in bit_putcs_unaligned()135 shift_high = 8 - shift_low; in bit_putcs_unaligned()
124 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local139 shift_low, mod); in ud_putcs_unaligned()140 shift_low += mod; in ud_putcs_unaligned()141 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned()142 shift_low &= 7; in ud_putcs_unaligned()143 shift_high = 8 - shift_low; in ud_putcs_unaligned()
101 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument110 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()118 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
Completed in 8 milliseconds