Searched refs:OPT_CAST (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c70 #define OPT_CAST(x) macro
380 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
1280 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
2508 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);

Completed in 100 milliseconds