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

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_init.c24 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
H A Dbn_mp_init_size.c27 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
H A Dbn_mp_shrink.c28 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) {
H A Dbn_mp_fwrite.c27 buf = OPT_CAST(char) XMALLOC (len);
H A Dbn_mp_grow.c35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
H A Dbn_mp_prime_random_ex.c52 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
H A Dtommath.h38 #define OPT_CAST(x) (x *) macro
43 #define OPT_CAST(x) macro
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c3131 buf = OPT_CAST(char) XMALLOC (len);
3353 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
3403 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
3626 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
6123 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
7226 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) {

Completed in 118 milliseconds