Searched defs:pstm_div_2d (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_pstm.c | 1064 #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
|
D | tls_pstm.h | 200 #define pstm_div_2d(pool, a, b, c, d) \ macro
|