Searched refs:pstm_mul_d (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_pstm.c | 1026 #undef pstm_mul_d 1027 static int32 pstm_mul_d(pstm_int *a, pstm_digit b, pstm_int *c) in pstm_mul_d() function 1057 #define pstm_mul_d(a, b, c) (pstm_mul_d(a, b, c), PSTM_OKAY) macro 1443 if ((res = pstm_mul_d (&t1, q.dp[i - t - 1], &t1)) != PSTM_OKAY) { in pstm_div() 1455 if ((res = pstm_mul_d(&y, q.dp[i - t - 1], &t1)) != PSTM_OKAY) { in pstm_div()
|