Home | History | Annotate | Download | only in tls

Lines Matching defs:OPT_CAST

70 #define  OPT_CAST(x)
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);