Searched refs:MEMCPY_EARLY_FUNC (Results 1 – 2 of 2) sorted by relevance
47 #ifndef MEMCPY_EARLY_FUNC48 #define MEMCPY_EARLY_FUNC memcpy macro50 void *MEMCPY_EARLY_FUNC(void *, const void *, size_t);57 return (MEMCPY_EARLY_FUNC(to, from, len)); in memcpy_early()
94 #define MEMCPY_EARLY_FUNC memcpy_std macro