Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm.h194 #define pstm_div(pool, a, b, c, d) \ macro
195 pstm_div( a, b, c, d)
Dtls_pstm.c1317 static int32 pstm_div(psPool_t *pool, pstm_int *a, pstm_int *b, pstm_int *c, in pstm_div() function
1553 if ((err = pstm_div(pool, a, b, NULL, &t)) != PSTM_OKAY) { in pstm_mod()