Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c138 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
164 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha512_transform()
166 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha512_transform()
168 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha512_transform()
170 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha512_transform()
172 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha512_transform()
174 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha512_transform()
176 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha512_transform()
178 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha512_transform()
185 a = b = c = d = e = f = g = h = t1 = t2 = 0; in sha512_transform()
/rk3399_ARM-atf/plat/nxp/common/sip_svc/include/
H A Dsipsvc.h53 #define SIP_PARAM_TYPES(t0, t1, t2, t3) \ argument
54 ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c1589 uint64_t t1, t2; in get_pll_freq() local
1646 t2 = (mfi * FP_PRECISION) + (mfn * FP_PRECISION / 18432U); in get_pll_freq()
1648 *rate = t1 * t2 / FP_PRECISION; in get_pll_freq()