Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:OPT_CAST

3126    buf = OPT_CAST(char) XMALLOC (len);
3348 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
3398 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
3621 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
6118 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
7216 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {