Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm.c1064 #define pstm_div_2d(pool, a, b, c, d) \ macro
1066 static int32 pstm_div_2d(psPool_t *pool, pstm_int *a, int b, pstm_int *c, in pstm_div_2d() function
1148 #define pstm_div_2d(pool, a, b, c, d) (pstm_div_2d(a, b, c, d), PSTM_OKAY) macro
Dtls_pstm.h200 #define pstm_div_2d(pool, a, b, c, d) \ macro