Searched refs:b0 (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | math64.h | 204 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 208 b0.ll = b; in mul_u64_u64_shr() 210 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr() 211 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr() 212 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr() 213 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
|
D | signal.h | 134 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \ 148 a0 = a->sig[0]; b0 = b->sig[0]; \ 149 r->sig[0] = op(a0, b0); \
|
/include/video/ |
D | newport.h | 28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
|
/include/linux/platform_data/ |
D | cros_ec_commands.h | 3089 float b0; member 3098 float b0; member
|