Home
last modified time | relevance | path

Searched refs:MP_MEMCPY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi-config.h80 #ifndef MP_MEMCPY
81 #define MP_MEMCPY 1 /* use memcpy() to copy buffers? */ macro
H A Dmpi-priv.h176 #if MP_MEMCPY == 0
H A Dmpi.c2869 #if MP_MEMCPY == 0 in s_mp_copy()