HomeSort by relevance Sort by last modified time
    Searched refs:OPT_CAST (Results 1 - 11 of 11) sorted by null

  /external/dropbear/libtommath/
bn_mp_init.c 24 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
bn_mp_init_size.c 27 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
bn_mp_shrink.c 23 if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * a->used)) == NULL) {
bn_mp_fwrite.c 27 buf = OPT_CAST(char) XMALLOC (len);
bn_mp_grow.c 35 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
bn_mp_prime_random_ex.c 53 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
tommath.h 38 #define OPT_CAST(x) (x *)
43 #define OPT_CAST(x)
  /external/wpa_supplicant_8/src/tls/
libtommath.c 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);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]
  /external/qemu/
sockets.c 1105 #undef OPT_CAST
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1109 #undef OPT_CAST
    [all...]

Completed in 127 milliseconds