HomeSort by: relevance | last modified time | path
    Searched defs:MP_PTR_SWAP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 238 #define MP_PTR_SWAP(x, y) \
253 MP_PTR_SWAP (xp, yp); \
1916 MP_PTR_SWAP (u->_mp_d, v->_mp_d);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 648 #define MP_PTR_SWAP(x, y) \
663 MP_PTR_SWAP (xp, yp); \

Completed in 35 milliseconds