Searched refs:b0 (Results 1 - 6 of 6) sorted by relevance

/u-boot/fs/zfs/
H A Dzfs_fletcher.c40 uint64_t a0, b0, a1, b1; local
42 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
45 b0 += a0;
51 zcp->zc_word[2] = cpu_to_zfs64(b0, endian);
/u-boot/include/linux/
H A Dmath64.h197 } rl, rm, rn, rh, a0, b0; local
201 b0.ll = b;
203 rl.ll = mul_u32_u32(a0.l.low, b0.l.low);
204 rm.ll = mul_u32_u32(a0.l.low, b0.l.high);
205 rn.ll = mul_u32_u32(a0.l.high, b0.l.low);
206 rh.ll = mul_u32_u32(a0.l.high, b0.l.high);
/u-boot/lib/rsa/
H A Drsa-keyprop.c465 uint32_t a0, a1, b0, hi, g, q, tb; local
490 * b = b0 * w^N + b2
495 * w/2 <= b0 < w
499 * b0, we ensured that b0 is "full" (high bit set), and a is
504 * a0*w+a1 = b0*u + v (with 0 <= v < w)
514 b0 = br_i32_word(m, m_bitlen - 32);
519 * -- If a0 == b0 then g == 0; we want q = 0xFFFFFFFF.
526 g = br_div(a0, a1, b0);
527 q = MUX(EQ(a0, b0),
[all...]
/u-boot/drivers/video/
H A Dstb_truetype.h1206 int b0 = stbtt__buf_get8(b); local
1207 if (b0 >= 32 && b0 <= 246) return b0 - 139;
1208 else if (b0 >= 247 && b0 <= 250) return (b0 - 247)*256 + stbtt__buf_get8(b) + 108;
1209 else if (b0 >= 251 && b0 <= 254) return -(b0
1217 int v, b0 = stbtt__buf_peek8(b); local
2012 int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0; local
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c357 u8 bit_position = 0, b0, b1, b2; local
362 b0 = read_ecc[0] ^ calc_ecc[0];
365 b = b0 | (b1 << 8) | (b2 << 16);
/u-boot/include/
H A Dec_commands.h2738 float b0; member in struct:ec_response_tmp006_get_calibration_v0
2747 float b0; member in struct:ec_params_tmp006_set_calibration_v0

Completed in 198 milliseconds