Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mpi/
H A Dmpi-config.h76 #ifndef MP_MEMSET
77 #define MP_MEMSET 1 /* use memset() to zero buffers? */ macro
H A Dmpi-priv.h169 #if MP_MEMSET == 0
H A Dmpi.c2849 #if MP_MEMSET == 0 in s_mp_setz()