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

  /external/dropbear/libtommath/
tommath.h 38 #define OPT_CAST(x) (x *)
43 #define OPT_CAST(x)
  /external/qemu/
sockets.c 1104 #undef OPT_CAST
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1109 #undef OPT_CAST
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 67 #define OPT_CAST(x)
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 67 #define OPT_CAST(x)
367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);
    [all...]

Completed in 193 milliseconds