Searched refs:PORT_Memcpy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dsecitem.c150 PORT_Memcpy(to->data, from->data, from->len);
H A Decc_impl.h119 #define PORT_Memcpy(t, f, l) bcopy((f), (t), (l)) macro
122 #define PORT_Memcpy(t, f, l) memcpy((t), (f), (l)) macro

Completed in 630 milliseconds