Searched refs:mod8 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S41 and $16, 7, $1 # E : Are both 0mod8?
47 * until a 0mod8 alignment for both is reached.
57 and $16, 7, $1 # E : Are we at 0mod8 yet?
183 and $0, 7, $1 # E : dest alignment mod8
195 and $4, 7, $1 # E : dest 0mod8 yet?
198 /* Source has unknown alignment, but dest is known to be 0mod8 */
H A Dev6-memset.S76 beq $3,aligned_b # U : target is 0mod8
254 beq $3,aligned # U : target is 0mod8
442 beq $3,aligned_w # U : target is 0mod8
/linux-master/drivers/video/fbdev/
H A Damifb.c557 #define mod8(v) ((v) & 7) macro
1334 par->diwstop_h = par->htotal - mod8(par->hsstrt) + 8 - (1 << clk_shift);

Completed in 338 milliseconds