Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/build/libraries/math/common/src/
Dnet_sha256.c333 u32 tmp1, tmp2; in MATH_SHA256iProcessBlock() local
353 tmp1 = h in MATH_SHA256iProcessBlock()
365 e = d + tmp1; in MATH_SHA256iProcessBlock()
369 a = tmp1 + tmp2; in MATH_SHA256iProcessBlock()
/TwlSDK-5.5/build/libraries/fx/common/src/
Dfx_vec.c155 fx64 tmp1, tmp2; in VEC_Fx16DotProduct() local
159 tmp1 = (fx64)(a->x * b->x) + (a->y * b->y); in VEC_Fx16DotProduct()
161 return (fx32)((tmp1 + tmp2) >> FX64_SHIFT); in VEC_Fx16DotProduct()