Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm.h200 #define pstm_div_2d(pool, a, b, c, d) \ macro
201 pstm_div_2d( a, b, c, d)
Dtls_pstm.c1063 #undef pstm_div_2d
1064 #define pstm_div_2d(pool, a, b, c, d) \ macro
1065 pstm_div_2d( a, b, c, d)
1066 static int32 pstm_div_2d(psPool_t *pool, pstm_int *a, int b, pstm_int *c, in pstm_div_2d() function
1147 #undef pstm_div_2d
1148 #define pstm_div_2d(pool, a, b, c, d) (pstm_div_2d(a, b, c, d), PSTM_OKAY) macro
1497 if ((res = pstm_div_2d (pool, &x, norm, &x, NULL)) != PSTM_OKAY) { in pstm_div()
1919 if ((res = pstm_div_2d (pool, &t, 8, &t, NULL)) != PSTM_OKAY) {
1945 if ((res = pstm_div_2d (pool, &t, 8, &t, NULL)) != PSTM_OKAY) { in pstm_to_unsigned_bin()