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

  /external/dropbear/libtommath/
tommath.h 38 #define OPT_CAST(x) (x *)
43 #define OPT_CAST(x)
  /external/qemu/
sockets.c 1105 #undef OPT_CAST
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1109 #undef OPT_CAST
    [all...]
  /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...]

Completed in 128 milliseconds