Searched refs:OPT_CAST (Results 1 – 8 of 8) sorted by relevance
30 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) { in mp_shrink()
26 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
29 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
37 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
29 buf = OPT_CAST(char) XMALLOC (len); in mp_fwrite()
55 tmp = OPT_CAST(unsigned char) XMALLOC(bsize); in mp_prime_random_ex()
40 #define OPT_CAST(x) (x *) macro45 #define OPT_CAST(x)
62 #define OPT_CAST(x) macro372 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()2500 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()