Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_pstm.c988 #undef pstm_mod_2d
989 static int32 pstm_mod_2d(pstm_int *a, int b, pstm_int *c) //bbox: was int16 b in pstm_mod_2d() function
1019 #define pstm_mod_2d(a, b, c) (pstm_mod_2d(a, b, c), PSTM_OKAY) macro
1090 if (pstm_mod_2d (a, b, &t) != PSTM_OKAY) { in pstm_div_2d()