Searched refs:pstm_mul_2d (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_pstm.c | 50 #undef pstm_mul_2d 51 static int32 pstm_mul_2d(pstm_int *a, int b, pstm_int *c); //bbox: was int16 b 52 #define pstm_mul_2d(a, b, c) (pstm_mul_2d(a, b, c), PSTM_OKAY) macro 466 if (pstm_mul_2d (a, 8, a) != PSTM_OKAY) { in pstm_read_unsigned_bin() 941 #undef pstm_mul_2d 942 static int32 pstm_mul_2d(pstm_int *a, int b, pstm_int *c) in pstm_mul_2d() function 982 #define pstm_mul_2d(a, b, c) (pstm_mul_2d(a, b, c), PSTM_OKAY) macro 1371 if ((res = pstm_mul_2d(&x, norm, &x)) != PSTM_OKAY) { in pstm_div() 1374 if ((res = pstm_mul_2d(&y, norm, &y)) != PSTM_OKAY) { in pstm_div()
|