Searched refs:OPT_CAST (Results 1 – 12 of 12) sorted by relevance
23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
24 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()
27 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()
27 buf = OPT_CAST(char) XMALLOC (len); in mp_fwrite()
53 tmp = OPT_CAST(unsigned char) XMALLOC(bsize); in mp_prime_random_ex()
38 #define OPT_CAST(x) (x *) macro43 #define OPT_CAST(x)
93 -- Henrik Goldman spotted a missing OPT_CAST in mp_fwrite()
67 #define OPT_CAST(x) macro375 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()2496 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
67 #define OPT_CAST(x) macro367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()2488 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()
3126 buf = OPT_CAST(char) XMALLOC (len); in mp_fwrite()3348 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()3398 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); in mp_init()3621 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); in mp_init_size()6118 tmp = OPT_CAST(unsigned char) XMALLOC(bsize); in mp_prime_random_ex()7216 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) { in mp_shrink()
1105 #undef OPT_CAST in socket_getoption()